ID: 3585
Title: Implemented API for exporting the full host inventory
Component: HW/SW-Inventory
Level: 2
Class: New Feature
Version: 1.2.9i1
The HW/SW inventory data can now be exported using a webservice. This webservice
outputs the raw structured inventory data of a host.
The URL to this webservice is <tt>http://[MONITORING-SERVER]/[SITE]/check_mk/host_inv_api.py?host=[HOST]&outp…</tt>.
You choose one of these output formats: <tt>json</tt>, <tt>xml</tt>, <tt>python</tt>.
The data provided by this webservice looks as follows:
C+:
{
"result": {
"hardware": {
"memory": {
"total_ram_usable": 16697331712,
"total_swap": 17049841664,
"total_vmalloc": 35184372087808
}
},
"networking": {
"hostname": "Klappspaten"
}
},
"result_code": 0
}
C-:
The data below the key <tt>result</tt> is the HW/SW inventory data.
In case an error occurs during processing of the request, for example a host can not be found,
the <tt>result_code</tt> is set to 1 and the result contains the error message:
C+:
{"result": "Found no inventory data for this host.", "result_code": 1}
C+:
ID: 3632
Title: oracle_performance: new check which displays some statistics of ORACLE DBs
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.9i1
To make this check work you have to install <tt>mk_oracle</tt> plugin.
These statistics include physical IO, DB time, buffer pool and library cache
statistics, buffer and library cache hit ratio.
ID: 3631
Title: cisco_fru_powerusage: new check which monitors the current and power of Cisco Core Switches which support the CISCO-ENTITY-FRU-CONTROL MIB
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.9i1
ID: 3584
Title: check_mkevents: Fixed "failed to parse perfdata" errors in web.log caused by "Events" checks
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.9i1
When the last worst event found in the Event Console contained a pipe character the remaining
output was treated as performance data string and resulted in "failed to parse perfdata" errors
in web.log e.g. when opening the service detail page of such an Events service.
ID: 3629
Title: gude_relayport: new check which monitors the ON/OFF state of a GUDE Power Control device
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.9i1
ID: 3583
Title: Fixed loosing some services after saving services in WATO
Component: WATO
Level: 1
Class: Bug Fix
Version: 1.2.9i1
Checks which were creating services with empty strings as check items,
where dropped while saving the service configuration via "save manual check configuration".
ID: 3582
Title: check_mail: Fixed issue with processing multipart mails
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.9i1
When the check is configured to forward mails to the event console,
it was unable to parse multipart mails. This has been fixed. The
events now get the contents of the first text/plain part added until
the configured body limit.
ID: 3628
Title: emcvnx_mirrorview: new check which monitors the mirrorviews of EMC VNX storage system
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.9i1
The information is retrieved by the special agent agent_emcvnx which uses
EMC's command line tool naviseccli.