[Pkg-nagios-changes] [pkg-check-mk] 01/03: New upstream version 1.2.8p26

Matt Taggart taggart at moszumanska.debian.org
Fri Oct 6 17:18:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

taggart pushed a commit to branch 1.2.8
in repository pkg-check-mk.

commit 006699caa73d2bda731144570fb3f701d92d6d78
Author: Matt Taggart <taggart at debian.org>
Date:   Fri Oct 6 09:57:41 2017 -0700

    New upstream version 1.2.8p26
---
 ChangeLog            | 321 +++++++++++++++++++++++++++++++++++++++++++++++++++
 VERSION              |   2 +-
 agents.tar.gz        | Bin 8157183 -> 3118384 bytes
 checkman.tar.gz      | Bin 274604 -> 274653 bytes
 checks.tar.gz        | Bin 646930 -> 655458 bytes
 conf.tar.gz          | Bin 1918 -> 1920 bytes
 doc.tar.gz           | Bin 1494168 -> 1500485 bytes
 inventory.tar.gz     | Bin 23740 -> 24191 bytes
 livestatus.tar.gz    | Bin 443187 -> 443132 bytes
 mkeventd.tar.gz      | Bin 126957 -> 126947 bytes
 modules.tar.gz       | Bin 166499 -> 166713 bytes
 notifications.tar.gz | Bin 11501 -> 11502 bytes
 package_info         |  13 +--
 pnp-templates.tar.gz | Bin 53279 -> 53257 bytes
 setup.sh             |   2 +-
 share.tar.gz         | Bin 4372 -> 4368 bytes
 web.tar.gz           | Bin 4299382 -> 4303542 bytes
 werks.tar.gz         | Bin 409082 -> 434466 bytes
 18 files changed, 329 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2fe0812..817dbb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,324 @@
+1.2.8p26:
+    Core & Setup:
+    * 5038 FIX: Datasource programs: Prevent zombie processes in case of timeouts...
+    * 5204 FIX: Host rename: Fixed broken rename of hosts in rrdcached journal...
+    * 5205 FIX: Host rename: Fixed broken renaming when new name uses dots...
+
+    Checks & Agents:
+    * 5078 FIX: lnx_distro: Detects version and name of Check_MK Appliance correctly
+    * 5079 FIX: windows_tasks: Adapted man page; Some OK states were missing
+    * 5083 FIX: oracle_locks: Do not discover if data is incomplete...
+    * 5089 FIX: citrix_xenapp.ps1: Refactored; now uses powershell commands for Citrix environment instead of WMI objects which caused runtime errors
+    * 5091 FIX: Perfometer: Allow zero as maximal value; Fixed unsupported operand type for /: 'float' and 'NoneType'
+    * 5093 FIX: dell_poweredge_temp: Fixed device levels handling if they are empty
+    * 5095 FIX: "Round trip average" graph: Added warn and crit lines
+    * 5096 FIX: mk_oracle_crs: crs_stat command is deprecated since Oracle 11gR2; Now the plugin handles that correctly
+    * 4804 FIX: brocade_fcport: Fix limiting discovered ports by operational and physical status...
+    * 5110 FIX: appdynamics_memory: Fixed crashing if max. available for heap or non-heap memory is zero
+    * 5113 FIX: cifsmounts: Fixed wrong reported error message if user has not right permissions on mount point
+    * 5114 FIX: ps, ps.perf: Allow "/" in process name in manual checks
+    * 5115 FIX: zfs_arc_cache: Fixed wrong detected lines from agent output if they contain no counters, eg. 'class = misc'
+    * 5120 FIX: ps, ps.perf: Fixed regex range introduced with werk 5114 which allows "/" in process name in manual checks
+    * 5121 FIX: check_sql: Added error message if cx_Oracle module is not installed
+    * 5014 FIX: df: Fixed error if dynamic levels should be set...
+    * 5125 FIX: brocade_mlx_power: Fixed wrong index usage which led to undetected power supplies
+    * 5278 FIX: check_mk_agent.linux: Fixed wrong detected sensors in state "State disasserted"
+    * 5279 FIX: qnap_disks: Just discover slots that are not empty
+    * 5281 FIX: apache_status: Fixed ignoring invalid lines
+    * 5282 FIX: hpux_tunables: Fixed discovering kernel tunables on HPUX 11.23
+    * 5016 FIX: hp_proliant_temp: Fixed crash if thresholds are set manually...
+
+    Multisite:
+    * 5208 SEC: Fix possibe information disclosure to unauthenticated users...
+
+
+1.2.8p25:
+    Checks & Agents:
+    * 4823 FIX: netapp_api_cpu: Fixed crash if data for node is missing...
+    * 4874 FIX: cisco_power: Improved discovery of power supplies...
+            NOTE: Please refer to the migration notes!
+    * 4824 FIX: f5bigip_conns: Fixed crash if Parameters are at 'No Levels'...
+    * 4875 FIX: Fixed graph labeling and unit of active HTTP service
+    * 4826 FIX: juniper_cpu_util: No crash anymore if information is not provided
+    * 4876 FIX: mounts: Fixed wrong handling of NFS mounts on Linux which are detected as stale...
+    * 4827 FIX: domino_info: Fixed crash if some information is missing
+    * 4908 FIX: enterasys_powersupply: Fixed crash if empty output...
+    * 4909 FIX: arris_cmts_cpu: Fixed crash if thresholds are set
+    * 4879 FIX: akcp_sensor_humidity, akcp_exp_humidity: Fixed wrong order of level evaluation
+    * 4880 FIX: wut_webtherm, wut_webtherm.humidity: Fixed missing device type and enabled performance data for humidity
+    * 4881 FIX: multipath: Fixed service details: Number of paths were interpreted as expected paths
+    * 4883 FIX: juniper_trpz_aps_sessions: Fixed performance data handling if running on cluster
+    * 4884 FIX: oracle_logswitches: Fixed missing oracle.include
+    * 4914 FIX: statgrab_mem: Plugin is now prioritized over solaris_mem if both is available...
+    * 4915 FIX: solaris_mem: Unified graphs and Per-O-Meter with common memory checks...
+    * 4887 FIX: cisco_wlc: Fixed crashing check plugin caused by IndexError
+    * 4972 FIX: mk_inventory.aix: Use MK_VARDIR instead of MK_CONFDIR for the state file
+    * 4980 FIX: mssql_counters.file_sizes: Added readable titles of related metrics...
+    * 4981 FIX: fjdarye100_sum, fjdarye101_sum: Fixed precompiling error: No such file or directory: '/omd/sites/SITENAME/share/check_mk/checks/a'
+    * 4982 FIX: zypper: Made check more robust against different SLES 12 service packs
+    * 5029 FIX: Fix Windows agent crash with logwatch and '*' wildcard...
+
+    Multisite:
+    * 4902 SEC: Monitoring history views: Fixed possible XSS when displaying "plugin output"...
+
+    HW/SW-Inventory:
+    * 4878 FIX: lnx_distro: Fixed wrong detected distribution name, vendor and version...
+
+
+1.2.8p24:
+    Checks & Agents:
+    * 4636 Added compatibility for Lenovo blades...
+    * 4637 FIX: blade_blades: Fixed buggy state validation
+    * 4788 FIX: openhardwaremonitor: New support of current hardware...
+    * 4789 FIX: check_mk_agent.aix: Fixed computation of uptime...
+    * 4772 FIX: cisco_wlc, cisco_wlc_clients: Added support for Cisco 1850 devices
+    * 4790 FIX: Fixed scaling for the average in interface services of pnp4nagios graphs...
+    * 4634 FIX: aix_if: Make check work with different ifconfig output format...
+    * 4774 FIX: wmi_cpuload: Expanded missing information handling
+    * 4635 FIX: raritan_emx_sensors.temp, raritan_px_sensors: Fix checks for Nagios core, add missing WATO rule to raritan_px_sensors
+    * 4775 FIX: fortigate_sessions: Improved missing or invalid output handling
+    * 4792 FIX: Fixed wrong unit in graph for tape utilization...
+    * 4777 FIX: esx_vsphere_sensors: Fixed wrong interpretation of ESX sensor health state 'UNKNOWN'
+    * 4793 FIX: chrony: Changed to raw IP address without dns name to avoid empty output...
+    * 4794 FIX: check_mk_agent.solaris: Now considers top in /usr/bin/ and /usr/local/bin/
+    * 4778 FIX: lnx_quotas: Adapted plugin output if TABS are used in fstab
+    * 4795 FIX: netstat: Fixed wrong output if LISTENING connections should be monitored on Ubuntu...
+    * 4779 FIX: check_mk_agent.freebsd, check_mk_agent.solaris: Reduce agent output by excluding mirror devices
+    * 4781 FIX: mk_oracle, mk_oracle.aix: Added support for Oracle 12.2
+    * 4858 FIX: omd_apache data collection: fixed issues caused by missing newline at the end of statsfile(s)...
+    * 4784 FIX: oracle_rman: wrong detection of level 1 backup...
+    * 4785 FIX: oracle_locks: New SQL for check...
+    * 4868 FIX: oracle_tablespace: Restrict data for check from primary...
+    * 4871 FIX: if.include: Added missing interface types...
+    * 4872 FIX: zfs_arc_cache: Fixed conversions of size, arc meta used, arc meta limit and arc meta max
+    * 4873 FIX: printer_supply: Fixed IndexError in case of missing colour information...
+
+    Multisite:
+    * 4053 FIX: Fixed moving summary line in BI availability when sorting
+
+    Notifications:
+    * 4828 FIX: User notification rules can now be canceled...
+
+    HW/SW-Inventory:
+    * 4776 FIX: solaris_psrinfo: Fixed handling of newer output eg. of Solaris SPARC T5
+
+
+1.2.8p23:
+    Checks & Agents:
+    * 4654 FIX: oracle_recovery_area: Added missing metric info
+    * 4655 FIX: fileinfo.groups: Added missing metric information
+    * 4661 FIX: msexch_isstore, msexch_isclienttype: Split up check files. Second one needs its own check plugin file if using Nagios core...
+            NOTE: Please refer to the migration notes!
+    * 4736 FIX: ucs_bladecenter_if: Fixed crash if fabric interconnects are aggregated...
+    * 8289 FIX: wagner_titanus_topsense.smoke: Adapted levels to be more user friendly...
+    * 4739 FIX: hp_proliant_da_phydrv: Implemented new possible values
+    * 4663 FIX: check_mailboxes: Removed useless report_age which causes TypeError: float() argument must be a string or a number
+    * 4740 FIX: mysql: Fixed crash if instance is not available anymore
+    * 4741 FIX: dell_powerconnect_temp: Fixed missing reference for computing the temperature
+    * 4631 FIX: cisco_ace_rserver: Fix broken IP address parsing...
+            NOTE: Please refer to the migration notes!
+    * 4632 FIX: fsc_subsystems: No longer crash when statuscode is missing
+    * 4633 FIX: jolokia_metrics.uptime: No longer crash when agent info is incomplete
+    * 4742 FIX: wmi_cpuload: Added required tables to prevent crash...
+
+    WATO:
+    * 4680 FIX: Sync of local hierarchy (MKPs) preserves symlinks now...
+    * 4750 FIX: Ensure uploaded icons are saved with their filename instead of paths...
+
+    HW/SW-Inventory:
+    * 4660 FIX: win_os: Fixed wrong OS information if eg. ESX is installed on Windows host
+
+
+1.2.8p22:
+    Checks & Agents:
+    * 4616 FIX: mk_postgres/mk_db2.linux: Fixed quotes which lead into wrong interpretation...
+    * 4471 FIX: Windows Agent Process Monitoring: ps section is no longer completely suppressed when only parts of the data is missing...
+    * 4622 FIX: emc_isilon_diskstatus: Now treats L3 caching devices as OK
+    * 8286 FIX: brocade_mlx_power: Added new standard OID for snChasPwrSupply2Table to receive all power supplies in stacked devices
+    * 4638 FIX: esx_vsphere_hostsystem.multipath: Fixed compatibility to older versions...
+    * 4627 FIX: apc_symmetra: Fix bogus 100000000 A battery current  occurring on some devices...
+    * 4593 FIX: wmi_cpuload: Fixed missing WATO group
+    * 4640 FIX: heartbeat_crm: Fixed crash if output contains capital letters
+    * 4647 FIX: websphere_mq_queues: Fixed 'list index out of range' error...
+    * 4648 FIX: mk_oracle: Fixed logswitches SQL statement for ORACLE RAC case...
+
+    Multisite:
+    * 4610 FIX: Fixed error in graph displaying views with invalid perfdata strings...
+    * 4474 FIX: graphs for fileinfo checks: the size value was displayed without unit information
+    * 4669 FIX: Fixed possible exception in view dashlets (e.g. single event views)...
+    * 4671 FIX: Metrics: Fixed exceptions when trying to parse perfdata with range warn/crit...
+
+    WATO:
+    * 4558 FIX: Set correct file permissions for WATO snapshots
+
+    BI:
+    * 4670 FIX: Fixed exception when trying to edit not existing BI aggregation
+
+    Event Console:
+    * 4470 FIX: Event console: fixed incorrect event counting for timed-out and heartbeat events...
+
+
+1.2.8p21:
+    Checks & Agents:
+    * 4032 smart agent plugin: disable megacli logging output...
+    * 4194 FIX: esx_vsphere_hostsystem.multipath: Fixed grouping of paths...
+            NOTE: Please refer to the migration notes!
+    * 4544 FIX: multipath: Fixed missing infos in output if a failure occurs...
+    * 4549 FIX: citrix_licenses: Fixed always ok state even if all licenses are used...
+    * 4550 FIX: smart: the services do not crash anymore if a threshold is not provided
+    * 8629 FIX: win_printers: Fix broken default parameters
+    * 4551 FIX: zfs_arc_cache: Fixed metrics in html5 graphing
+    * 4530 FIX: lnx_distro: Fixed missing distribution if eg. Oracle and Redhat release files are available
+    * 4531 FIX: oracle_tablespaces: Added missing info for better analysis
+    * 4533 FIX: cisco_vpn_tunnel: Fixed handling if tunnel is not yet open and phase two values are not set
+    * 4552 FIX: win_dhcp_pools: Fixed conversion of old type of rules (1.2.6) to new type (1.2.8)...
+    * 4576 FIX: if64, if64adm: Fixed interface speed handling, if highspeed data is not available or zero
+    * 4577 FIX: websphere_mq_channels: Fixed missing channel states
+    * 4581 FIX: postgres_stats: Fixed confusion of VACUUM and ANALYSE timestamp in agent plugin
+    * 4583 FIX: netextreme_psu: Fixed empty data handling
+    * 4586 FIX: juniper_trpz_aps_sessions: Fixed crashes if access point is not reachable or no values could be calculated
+    * 4587 FIX: juniper_trpz_aps, juniper_trpz_aps_sessions: Fixed missing OID for WLC800R series
+    * 4588 FIX: cisco_wlc, cisco_wlc_clients: Fixed missing OID for Cisco WLC-8510 devices
+
+
+1.2.8p20:
+    Checks & Agents:
+    * 4528 FIX: datapower_mem, hp_procurve_mem, ucd_mem: Improved graph readability...
+    * 8627 FIX: apt: Fix Ubuntu "NOTE: This is only a simulation!" warning being output in check...
+    * 4529 FIX: hp_proliant_raid: Fixed incomplete raid detection; Added missing states
+    * 8628 FIX: printer_alerts: Fix discovery when there are no alerts...
+
+
+1.2.8p19:
+    Checks & Agents:
+    * 4187 FIX: check_mk_agent.linux: better performance for tcp connections query...
+    * 4438 FIX: statgrab_mem: Fixed wrong calculation of swap...
+    * 4479 FIX: Fixed wrong scaling of check-mk-host-service host check command
+    * 8664 FIX: prefer ucd_mem over hr_mem in case of pfSense monitoring...
+            NOTE: Please refer to the migration notes!
+    * 8284 FIX: apache_status: Fixed wrong IPv6 URLs to query the information...
+    * 4481 FIX: websphere_mq_channels: fixed incomplete info handling, ie. ValueError: need more than 2 values to unpack
+    * 8665 FIX: fixed aborted snmp scan because of werk #8664...
+    * 8666 FIX: added more detected APs to aironet_clients
+    * 4489 FIX: check_mk_agent.linux: Fixed group option, ie. newer ipmi-sensors versions have a different group option, thus the section was empty.
+    * 4491 FIX: logwatch.groups: Fixed inconsistency of service description which now begins with 'Log' instead of 'LOG'...
+    * 4492 FIX: mk_oracle.ps1: Now takes version into account which fixed wrong calculation of tablespaces and fixed missing possibility of wallet configuration
+    * 4494 FIX: cisco_wlc, cisco_wlc_clients: Fixed missing OID for Cisco WLC 5520 Appliances
+    * 4495 FIX: mk_mysql.vbs: Fixed missing command if DB process runs as mysqld-nt.exe
+    * 4516 FIX: check_mk_agent.linux: Escaped quotes in run_cached function used for ipmi-sensors command
+    * 4518 FIX: citrix_licenses: Fixed related PNP template with error 'Unused Arguments " " in AREA:used...'
+    * 4519 FIX: mbg_lantime_ng_refclock: Added missing refclock types
+    * 4520 FIX: avaya_45xx_temp: Fixed wrong temperature unit and value handling
+    * 4445 FIX: cisco_cpu: Fixed crash if values are empty...
+    * 4352 FIX: akcp_exp_temp, akcp_sensor_temp: No longer crash when temperature information is missing.
+    * 4536 FIX: akcp_sensor_humidity: Crash if parameters are set
+    * 4537 FIX: hyperv_checkpoints: Fixed wrong detection of checkpoint...
+    * 4353 FIX: palo_alto: Fix wrong infotext...
+    * 4354 FIX: netstat_an.bat: Fix syntax error...
+    * 4538 FIX: blade_bx_powermod: Fixed outdated calculation of state...
+    * 4543 FIX: cisco_cpu: Fixed too restrictive service discovery
+    * 4523 FIX: tsm_stagingpools, tsm_storagepools: Fixed numerical data handling, ie. util and size may contain ","
+    * 4461 FIX: windows agent, df section: volumes with spaces in name are now supported
+    * 4524 FIX: logwatch.ec: Removed quotes from message text which caused errors in EC rule evalution with matching criteria 'Text to match'
+    * 8626 FIX: jolokia_metrics.threads: Prevent service staleness in case of decreasing threads...
+
+    Multisite:
+    * 4400 FIX: Fixed possible random "OSError: [Errno 9] Bad file descriptor" in GUI...
+    * 4404 FIX: FIX Logwatch problematic logfiles list was showing too many logfiles...
+    * 4511 FIX: Graph dashlets: Fixed graph rendering on host specific dashboards...
+
+    HW/SW-Inventory:
+    * 4385 FIX: mk_inventory.vbs: Add new query type for installed software on hosts...
+    * 8667 FIX: fixed missing patchlevel in inventory data of SuSE 12.1 and 12.2...
+
+
+1.2.8p18:
+    Checks & Agents:
+    * 4189 FIX: mem.used: Fixed graphing...
+    * 4190 FIX: mssql_blocked_sessions: Fixed unknown states if only one session is blocked...
+    * 4192 FIX: df: Fixed handling of incomplete information about inodes...
+    * 4359 FIX: mssql_counters: ignore invalid lines
+    * 4374 FIX: check_sql: Fixed exception in verbose mode when querying MSSQL...
+    * 4375 FIX: check_sql: Fixed reporting configuration issues to monitoring core...
+    * 4406 FIX: Fixed some invalid keyword arguments in check_info declarations...
+    * 4407 FIX: df: fixed handling of paths including spaces
+    * 4408 FIX: checkpoint_temp, checkpoint_fan, checkpoint_voltage: fixed status and value handling
+    * 4349 FIX: cisco_qos: Fix crashing check for some cases where the QoS class cannot be found...
+    * 4409 FIX: uptime: fixed missing info handling
+    * 4410 FIX: brocade_fcport: fixed missing info handling
+    * 4196 FIX: blade_blades: fixed out of range state...
+    * 4412 FIX: haproxy.server: fixed empty uptime info handling
+    * 4413 FIX: mem.linux: handle empty info
+    * 4414 FIX: oracle_rman: fixed UnboundLocalError if sid level 0 is empty
+    * 4415 FIX: blade_bays: fixed KeyError
+    * 8750 FIX: checkpoint_packets: fixed parameters handling if none are set
+    * 8753 FIX: check_mk_agent.solaris: Fixed zfs_arc_cache section
+
+    Multisite:
+    * 4365 FIX: Service availability: Host down could not be rewritten to other states like CRIT
+    * 4371 FIX: Dashboards: Folder filtered globe dashlets now link to filtered views
+    * 4382 FIX: Views: Silently ignore configured but not existing view filters
+    * 4383 FIX: Fixed broken "tiled" host view with German localized GUI
+    * 4384 FIX: Fixed exception on start page when using Python < 2.5...
+    * 4386 FIX: Fixed exception when creating links from service views to service group views...
+    * 4388 FIX: Views: Fixed exception with host tag columns which tag has been deleted...
+    * 4389 FIX: Views: Fixed "Cached" column when cache interval is reported to be 0...
+    * 4397 FIX: Views: Fixed datasource KeyError exception...
+    * 4398 FIX: Fixed broken GUI when deleting local/share/check_mk/web/plugins dir...
+    * 4399 FIX: Views: Fixed graph showing views of services with invalid perfdata...
+
+    WATO:
+    * 4373 FIX: Timeperiods: iCal events with multiple days can now be imported
+    * 4376 FIX: WATO Web-API: Is now disabled when WATO is disabled on a site (e.g. slave sites)
+    * 4031 FIX: LVM Volume Groups: fixed broken WATO configuration...
+            NOTE: Please refer to the migration notes!
+
+    BI:
+    * 4396 FIX: Fixed exception in BI views when using site icons...
+
+    HW/SW-Inventory:
+    * 3918 FIX: Inventory history: Fixed possible exception when renedering history tables...
+    * 4395 FIX: Inventory filters: Fixed error handling when entering invalid regexes
+
+
+1.2.8p17:
+    Checks & Agents:
+    * 4283 FIX: check_mail_loop: Now using "mail to" address in To header
+    * 4297 FIX: oracle_instance: fixed discovery function...
+    * 4298 FIX: omd_apache: fixed missing data handling
+    * 4299 FIX: df: fixed missing filesystem type handling
+    * 4300 FIX: job: fixed missing information handling
+    * 4301 FIX: winperf_tcp_conn: fixed missing data handling
+    * 4302 FIX: win_wmi_software: fixed invalid data handling
+    * 4213 FIX: fjdarye101_syscaps: Fix failing check when using Nagios core
+    * 4303 FIX: sap_state: fixed error handling
+    * 4214 FIX: jolokia_metrics.tp: Fix crash in case of partial thread information...
+    * 4304 FIX: mk_inventory.linux: fixed missing redirection to null device in if statement
+    * 4305 FIX: postgres_stat_database.size: fixed missing database size perfometer
+    * 4333 FIX: tsm_storage_pools: fixed incomplete data handling
+    * 4343 FIX: apt: Fixed wrong state information of pending updates of normal and security updates...
+    * 4344 FIX: lnx_quota: Fixed wrong value calculation and removed performance data...
+            NOTE: Please refer to the migration notes!
+    * 4191 FIX: esx_vsphere_hostsystem.cpu_usage: Fixed wrong total GHz...
+    * 4340 FIX: blade_bays: cleanup and some improvements...
+    * 4341 FIX: cisco_wlc: fixed invalid parameters during service discovery
+    * 4342 FIX: hp_proliant: fixed empty status handling
+    * 4345 FIX: hp_proliant_temp: Ignore device levels of 0
+    * 4355 FIX: ipmi: added missing case: ignore sensor status 'ns'
+    * 4356 FIX: brocade_fcport: since FW 8.0.* tx/rxwords are no longer available, use values from FCMGMT-MIB instead
+    * 4125 FIX: kaspersky_av_client: made fullscan state optional, simplified plugin...
+    * 4358 FIX: wmi_cpuload: fixed exception handling
+
+    Multisite:
+    * 4315 FIX: Logwatch problematic logfiles list was showing too many logfiles
+    * 4321 FIX: LDAP: Improved validation of groups to attributes sync plugin
+    * 4326 FIX: FIX Fixed broken PDF export of BI aggregation group view
+
+    WATO:
+    * 4337 FIX: logwatch: removed redundant master url in single site environment and fixed missing master url prefix if configured in master site
+    * 4327 FIX: Allowing dollar sign in mail addresses now
+
+
 1.2.8p16:
     Core & Setup:
     * 4281 FIX: Fixed piggyback hosts with spaces in names leading to crashes...
diff --git a/VERSION b/VERSION
index da24f20..ddd5708 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.2.8p16
+1.2.8p26
diff --git a/agents.tar.gz b/agents.tar.gz
index 70d7bc5..d890880 100644
Binary files a/agents.tar.gz and b/agents.tar.gz differ
diff --git a/checkman.tar.gz b/checkman.tar.gz
index 5ca6d5b..72787c5 100644
Binary files a/checkman.tar.gz and b/checkman.tar.gz differ
diff --git a/checks.tar.gz b/checks.tar.gz
index 18173f0..9864754 100644
Binary files a/checks.tar.gz and b/checks.tar.gz differ
diff --git a/conf.tar.gz b/conf.tar.gz
index c553886..93c0a53 100644
Binary files a/conf.tar.gz and b/conf.tar.gz differ
diff --git a/doc.tar.gz b/doc.tar.gz
index de23795..16e1173 100644
Binary files a/doc.tar.gz and b/doc.tar.gz differ
diff --git a/inventory.tar.gz b/inventory.tar.gz
index 30c7a19..e3f6723 100644
Binary files a/inventory.tar.gz and b/inventory.tar.gz differ
diff --git a/livestatus.tar.gz b/livestatus.tar.gz
index bb9f6ce..9be31f5 100644
Binary files a/livestatus.tar.gz and b/livestatus.tar.gz differ
diff --git a/mkeventd.tar.gz b/mkeventd.tar.gz
index dd0bf17..4a9724c 100644
Binary files a/mkeventd.tar.gz and b/mkeventd.tar.gz differ
diff --git a/modules.tar.gz b/modules.tar.gz
index a6e3315..fb86af9 100644
Binary files a/modules.tar.gz and b/modules.tar.gz differ
diff --git a/notifications.tar.gz b/notifications.tar.gz
index 9acf64b..422309d 100644
Binary files a/notifications.tar.gz and b/notifications.tar.gz differ
diff --git a/package_info b/package_info
index e3dd074..90b89f4 100644
--- a/package_info
+++ b/package_info
@@ -11,8 +11,8 @@
                       'cfg_examples/sqlplus.sh',
                       'cfg_examples/systemd/check_mk.socket',
                       'cfg_examples/systemd/check_mk at .service',
-                      'check-mk-agent_1.2.8p16-1_all.deb',
-                      'check-mk-agent-1.2.8p16-1.noarch.rpm',
+                      'check-mk-agent_1.2.8p26-1_all.deb',
+                      'check-mk-agent-1.2.8p26-1.noarch.rpm',
                       'check_mk_agent.aix',
                       'check_mk_agent.freebsd',
                       'check_mk_agent.hpux',
@@ -128,13 +128,11 @@
                       'windows/wmiHelper.cc',
                       'windows/cfg_examples/mk_oracle_cfg.ps1',
                       'windows/ExternalCmd.cc',
-                      'windows/check_mk_agent-64.unstripped.exe',
                       'windows/check_mk_agent.exe',
                       'windows/SettingsCollector.cc',
                       'windows/install_agent-64.exe',
                       'windows/OHMMonitor.cc',
                       'windows/Configuration.h',
-                      'windows/check_mk_agent.unstripped.exe',
                       'windows/ExternalCmd.h',
                       'windows/stringutil.cc',
                       'windows/wmitest.cc',
@@ -1998,6 +1996,7 @@
                       'msexch_availability',
                       'msexch_dag',
                       'msexch_database',
+                      'msexch_isclienttype',
                       'msexch_isstore',
                       'msexch_owa',
                       'msexch_replhealth',
@@ -3765,6 +3764,6 @@
                    'htdocs/defaults.py']},
  'name': 'check_mk',
  'title': 'Files shipped with Check_MK',
- 'version': '1.2.8p16',
- 'version.min_required': '1.2.8p16',
- 'version.packaged': '1.2.8p16'}
\ No newline at end of file
+ 'version': '1.2.8p26',
+ 'version.min_required': '1.2.8p26',
+ 'version.packaged': '1.2.8p26'}
\ No newline at end of file
diff --git a/pnp-templates.tar.gz b/pnp-templates.tar.gz
index ac9ecf7..2c0f9ea 100644
Binary files a/pnp-templates.tar.gz and b/pnp-templates.tar.gz differ
diff --git a/setup.sh b/setup.sh
index e219157..8db5be9 100755
--- a/setup.sh
+++ b/setup.sh
@@ -24,7 +24,7 @@
 # Boston, MA 02110-1301 USA.
 
 
-VERSION=1.2.8p16
+VERSION=1.2.8p26
 NAME=check_mk
 LANG=
 LC_ALL=
diff --git a/share.tar.gz b/share.tar.gz
index 1805db7..ff795b2 100644
Binary files a/share.tar.gz and b/share.tar.gz differ
diff --git a/web.tar.gz b/web.tar.gz
index 247e898..9486b22 100644
Binary files a/web.tar.gz and b/web.tar.gz differ
diff --git a/werks.tar.gz b/werks.tar.gz
index 1474f97..0849b52 100644
Binary files a/werks.tar.gz and b/werks.tar.gz differ

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-check-mk.git



More information about the Pkg-nagios-changes mailing list