Commit Graph

  • d258021745 - update to 1.2.0p2: + Core: * simulation_mode: legacy_checks, custom_checks and active_checks are replaced with dummy checks always being OK * FIX: Precisely define order of reading of configuration files. This fixes a WATO rule precedence problem + Checks & Agents: * FIX: Fixed syntax errors in a bunch of man pages * if_lancom: silently ignore Point-To-Point interfaces * if_lancom: add SSID to logical WLAN interface names * Added a collection of MSSQL checks for monitoring MSSQL servers (backups, tablespaces, counters) * New check wut_webio_io: Monitor the IO input channels on W&T Web-IO devices * nfsmounts: reclassify "Stale NFS handle" from WARN to CRIT * ORACLE agent/checks: better error handling. Let SQL errors get through into check output, output sections even if no database is running. * oracle_version: new check outputting the version of an ORACLE database - and using uncached direct SQL output. * ORACLE agent: fix handling of EXCLUDE, new variable ONLY_SIDS for explicitely listing SIDs to monitor * mk_logwatch on Linux: new options regex and iregex for file selection * remove obsolete ORACLE checks where no agent plugins where available * FIX: printer_supply: Fix problem on DELL printers with "S/N" in output (thanks to Sebastian Talmon) * FIX: winperf_phydisk: Fix typo (lead to WATO rule not being applied) * Windows agent: new [global] option crash_debug (see online docu) * AIX agent: new check for LVM volume status in rootvg. + Multisite: Lars Vogdt 2012-07-11 09:22:20 +00:00
  • 730b743018 - export wwwuser - fix setup.sh to make proper sudo call from wato Darin Perusich 2012-06-27 18:58:52 +00:00
  • 7184143c21 - suppress bytecode version test for SLE http://en.opensuse.org/openSUSE:Packaging_Java#bytecode_version_error Darin Perusich 2012-06-27 14:40:00 +00:00
  • bba6a6adba - added conditional unzip buildrequire for SLE Darin Perusich 2012-06-27 13:42:37 +00:00
  • 78e182b7e8 - replace _datarootdir macro with _datadir so is builds on SLE Darin Perusich 2012-06-27 12:51:42 +00:00
  • 07362fa4d2 - update to 1.2.0p1 + Core Added macros $DATE$, $SHORTDATETIME$ and $LONGDATETIME$' to notification macros + Checks & Agents FIX: diskstat: handle output 'No Devices Found' - avoiding exception + Multisite FIX: fix severe exception in all views on older Python versions (like RedHat 5.5). +WATO FIX: fix order of rule execution: subfolders now take precedence as they should. -- 1.2.0 changes + Setup FIX: fix building of RPM packages (due to mk_mysql, mk_postgres) + Core FIX: fix error message in case of duplicate custom check + WATO FIX: add missing icon on cluster hosts to WATO in Multisite views FIX: fix search field in host table if more than 10 hosts are shown FIX: fix bulk edit and form properties (visibility of attributes was broken) FIX: fix negating hosts in rule editor + Checks & Agents fileinfo: added this check to Linux agent. Simply put your file patterns into /etc/check_mk/fileinfo.cfg for configuration. mysql.sessions: New check for MySQL sessions (need new plugin mk_mysql) mysql.innodb_io: New check for Disk-IO of InnoDB mysql_capacity: New check for used/free capacity of MySQL databases postgres_sessions: New check for PostgreSQL number of sessions postgres_stat_database: New check for PostgreSQL database statistics postgres_stat_database.size: New check for PostgreSQL database size FIX: hpux_if: convert_to_hex was missing on non-SNMP-hosts -replace with inline implementation tcp_conn_stats: handle state BOUND (found on Solaris) diskstat: support for checking latency, LVM and VxVM on Linux (needs updated agent) Darin Perusich 2012-06-26 20:58:19 +00:00
  • 65eb13c264 fix noarch for oracle agent Lars Vogdt 2012-05-14 14:07:03 +00:00
  • f133f850a6 - updated .spec to use command %macros consistently Darin Perusich 2012-05-04 14:48:08 +00:00
  • 0317b481a9 - update to 1.1.12p7 + Core, Setup, etc. FIX: honor extra_summary_host_conf (was ignored) FIX: handle buggy SNMP devices with non-consecutive OIDS (such as BINTEC routers) + Multisite FIX: detail view of host was missing column headers FIX: fix problem on IE with background color 'white' FIX: fix hitting enter in host search form on IE FIX: fix problem in ipmi_sensors perfometer + Checks & Agents FIX: fixed man pages of h3c_lanswitch_sensors and statgrab_cpu FIX: netapp_volumes: added raid4 as allowed state (thanks to Michaël Coquard) FIX: HP-UX Agent: fix mrpe (remove echo -e and test -e, thanks to Philipp Lemke) FIX: ntp checks: output numeric data also if stratum too high FIX: if/if64: omit check result on counter wrap if bandwidth traffic levels are used. FIX: hpux_if: fix missing default parameter errors FIX: fix inventory of f5_bigip_temp hr_mem: handle rare case where more than one entry is present (this prevents an exception of pfSense) Livestatus FIX: fix type column in 'GET columns' for dict-type columns (bug found by Gerhard Lausser) - Added packaging for oracle plugin - Changed source from bz2 to gz so there's no need to recompress - Set license to an OSI compliant per: http://en.opensuse.org/openSUSE:Packaging_guidelines#Licensing http://en.opensuse.org/openSUSE:Accepted_licences Darin Perusich 2012-02-28 15:50:27 +00:00
  • 64917683f4 - Added missing cache, counters, logwatch, rrd, and web directories which belong under /var/lib/check_mk to %files - Create /var/lib/check_mk/rrd in %install Darin Perusich 2012-02-03 19:28:20 +00:00
  • 36e79a739d - Reinserted installation of mk_logwatch in %install so it's installed to the correct location - Update agent-logwatch %files to reflect the proper installation location of mk_logwatch Darin Perusich 2012-01-05 15:55:13 +00:00
  • 59ec9b3175 - Updated to 1.1.12p6 - Removed agent Recommends which triggered the automatic selection of "check_mk nagios nagios-plugins nagios-www" upon installation of agent. Darin Perusich 2012-01-03 17:10:38 +00:00
  • b17e76fb65 - update to 1.1.12p4: + Multisite: FIX: sidebar snapin Hostgroups and Servicegroups sometimes failed with non-existing "available_views". FIX: Fix host related WATO context button links to point to the hosts site FIX: Fixed view editor redirection to new view after changing the view_name FIX: Made icon painter usable when displaying hostgroup rows Logwatch: Switched strings in logwatch to i18n strings Logwatch: Fixed styling of context button when acknowleding log messages Logwatch: Implemented overview page to show all problematic logfiles + WATO: FIX: add missing icon_csv.png FIX: WATO did not write values of custom macros to extra_host_conf definitions Lars Vogdt 2011-12-13 14:34:12 +00:00
  • 92b65813a2 - update to 1.1.12p3: + Core, Setup, etc. FIX: really suppress precompiling on PING-only hosts now FIX: fix handling of empty suboids FIX: do not create precomiled checks for host without Check_MK services FIX: fix aggregate_check_mk (Summary host agent status) + Multisite FIX: fix critical but with missing "wato_enabled". You can now set "wato_enabled = False" in multisite.mk in order to completely disable WATO. FIX: Fixed styling of view header in older IE browsers FIX: Do not show WATO button in views if WATO is disabled FIX: Remove WATO Folder filter if WATO is disabled FIX: Snapin 'Performance': fix text align for numbers FIX: Disallow setting downtimes that end in the past FIX: Fix links to downtime services in dashboard FIX: Fix popup help of reschedule icon FIX: finally fixed long-wanted "NagStaMon create hundreds of Apache processes" problem! FIX: query crashed when sorting after a join columns without an explicit title. FIX: filter for WATO file/folder was not always working. Added filter for hard services states to search and service problems view FIX: Added id parameter to render_statistics() method to allow more than one pie dashlet for host/service stats FIX: dashboard problem views now ignore notification period, just as tactical overview and normal problem views do FIX: Fixed styling of view header in older IE browsers Lars Vogdt 2011-11-29 11:12:37 +00:00
  • 15aa9e38c0 build on SLE 10 Lars Vogdt 2011-11-29 11:02:55 +00:00
  • 463aa7f20d OBS-URL: https://build.opensuse.org/package/show/server:monitoring/check_mk?expand=0&rev=4 Lars Vogdt 2011-11-07 22:37:43 +00:00
  • 8b924e0692 subpackages can be noarch only on > 11.2 Lars Vogdt 2011-11-06 09:33:41 +00:00
  • f5a1d373c7 - complete rewrite of the package based on the work from deadpoint: + use the setup.sh script to build all needed things and export the needed variables for building during %%install - update to 1.1.12 - split into the following (sub-)packages: + check_mk (main package) + check_mk-multisite (multiside web GUI) + check_mk-agent-logwatch (logwatch extension for agent) + check_mk-agent (linux agent) + mk-livestatus (access Nagios status data) Lars Vogdt 2011-11-06 09:14:56 +00:00
  • f781fce65c Accepting request 25277 from home:cschneemann:monitoring Christian Schneemann 2009-11-30 16:53:04 +00:00