Changelog for
check_mk-multisite-1.2.0p4-1.1.x86_64.rpm :
Tue Feb 12 13:00:00 2013 darinAATTdarins.net
- update to 1.2.0p4
+WATO
* fixed detection of existing groups when creating new groups
* allow email addresses like testAATTtest.test-test.com
* Fixed Password saving problem in user settings
+Checks & Agents
* postgres_sessions: handle case of no active/no idle sessions
* winperf_processor: handle parameters \"None\" (as WATO creates)
* mssql_counters: remove debug output, fix bytes output
* mssql_tablespaces: gracefully handle garbled agent output
+Multisite
* performeter_temparature now returns unicode string,
because of °C
* output_format json in webservices now using \" as quotes
+Livestatus
* fix two problems when reloading module in Icinga (
thanks to Ronny Biering) Mulitisite
Wed Dec 19 13:00:00 2012 larsAATTlinux-schulserver.de
- install a permissions file in /etc/permissions.d/ to allow
creating the livestatus socket as icinga user. Enhanced
the documentation (README.SuSE) for this.
Thu Oct 11 14:00:00 2012 darinAATTdarins.net
- update to 1.2.0p3
+ Mulitisite:
* Added \"view\" parameter to dashlet_pnpgraph webservice
+ WATO:
* FIX: It is now possible to create clusters in empty folders
* FIX: Fixed problem with complaining empty ListOf() valuespecs
+ Livestatus:
* FIX: comments_with_info in service table was always empty
Thu Jul 12 14:00:00 2012 darinAATTdarins.net
- added missing %{livestatus_vardir}/wato directories
- fix perms on %{livestatus_vardir}/wato
Wed Jul 11 14:00:00 2012 larsAATTlinux-schulserver.de
- 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:
* Show number of rows and number of selected rows in header line
(also for WATO hosts table)
* FIX: fix problem in showing exceptions (due to help function)
* FIX: fixed several localization problems in view/command processing
* FIX: fixed duplicated settings in WATO when using localisation
* FIX: fixed exception when refering to a language which does not exist
* FIX: Removing all downtimes of a host/service is now possible again
* FIX: The refresh time in footer is updated now when changing the value
* FIX: view editor shows \"(Mobile)\" hint in view titles when linking to views
+ WATO:
* Main menu of ruleeditor (Host & Service Parameters) now has
a topic for \"Used rules\" - a short overview of all non-empty
rulesets.
* FIX: add missing context help to host details dialog
* FIX: set new site dirty is host move due to change of
folder attributes
* FIX: fix exception on unknown value in DropdownChoice
* FIX: add service specification to ruleset Delay service notifications
* FIX: fixed problem with disabled sites in WATO
* FIX: massive speedup when changing roles/users and activing changes
(especially when you have a larger number of users and folders)
* Add variable CONTACTPAGER to allowed macros in notifications
* FIX: fixed default setting if \"Hide names of configuration variables\"
in WATO
* FIX: ListOfString Textboxes (e.g. parents of folders) do now extend in IE
+ BI:
* New iterators FOREACH_CHILD and FOREACH_PARENT
* FIX: fix handling of FOREACH_ in leaf nodes (remove hard coded
$HOST$, replace with $1$, $2$, ..., apply argument substitution)
* New logical datatable for aggregations that have the same name
as a host. Converted view \"BI Boxes\" to this new table. This allows
for Host-Aggregations containing data of other hosts as well.
* count_ok: allow percentages, e.g. \"count_ok!70%!50%\"
- add more README
* and
*.bat files for other Operating Systems to
the rpmlintrc file
Wed Jun 27 14:00:00 2012 darinAATTdarins.net
- export wwwuser
- fix setup.sh to make proper sudo call from wato
Wed Jun 27 14:00:00 2012 darinAATTdarins.net
- replace _datarootdir macro with _datadir so is builds on SLE
- added conditional unzip buildrequire for SLE
- suppress bytecode version test for SLE
http://en.opensuse.org/openSUSE:Packaging_Java#bytecode_version_error
Wed Jun 6 14:00:00 2012 darinAATTdarins.net
- 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)
avoid duplicate checks cisco_temp_perf and cisco_sensor_temp
- updated check_mk-no_chgrp.patch for 1.2.0
- various %files updates
-- check_mk_templates.cfg move from $docdir to %{_datarootdir}/check_mk
-- removed %pnp4nagios_sysconfdir, RRA-configuration files dropped in version 1.1.13i1
-- added livecheck, added version 1.1.13i1
-- add dirs for wato
- add export for check_result_path
- added README.SUSE doc
- add %fdupes to cleanup images/icons
- include and add FollowSymlinks in the apache config
Fri May 4 14:00:00 2012 darinAATTdarins.net
- updated .spec to use command %macros consistently
Tue Feb 28 13:00:00 2012 darinAATTdarins.net
- 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
Fri Feb 3 13:00:00 2012 darinAATTdarins.net
- 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
Thu Jan 5 13:00:00 2012 darinAATTdarins.net
- 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
Tue Jan 3 13:00:00 2012 darinAATTdarins.net
- 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.
Tue Dec 13 13:00:00 2011 larsAATTlinux-schulserver.de
- 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
Tue Nov 29 13:00:00 2011 larsAATTlinux-schulserver.de
- 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
FIX: Loading dashboard plugins in dashboard module
+ Checks & Agents
FIX: mem.win: Default levels now works, check not always OK
FIX: blade_health: fix OID specification
FIX: blade_bays: fix naming of item and man page
FIX: mk_oracle now also detects XE databases
FIX: printer_alerts: handle 0-entries of Brother printers
FIX: printer_supply: fix Perf-O-Meter if no max known
FIX: Added id parameter to render_statistics() method to allow
more than one pie dashlet for host/service stats
FIX: drbd: fixed inventory functions
FIX: printer_supply: handle output of Brother printers
FIX: ps.perf PNP template: show memory usage per process and not
summed up. This is needed in situations where one process
forks itself in irregular intervals and rates but you are
interested just in the memory usage of the main process.
Sun Nov 6 13:00:00 2011 larsAATTlinux-schulserver.de
- 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)
Fri Nov 13 13:00:00 2009 cschneemannAATTsuse.de
- initial packaging