ID: 3765
Title: oracle_asm_diskgroup: Made check more robust against invalid data received from agent
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.4.0i1
It may happen, at least with older version of the agent plugin, that the help text of SQLPlus
is sent in the agent sections. This could lead to ~50 services being created by accident. The
changed check now ignores these unexpected lines from the agent and only processes lines which
match the known format.
ID: 3743
Title: mk_jolokia: Use JSON library to parse JSON output in lieu of eval()
Component: Checks & Agents
Level: 1
Class: Security Fix
Version: 1.4.0i1
Previously, the mk_jolokia agent plugin would try to parse the JSON data
returned from jolokia with eval(). Now, the simplejson or json python
libraries are a prerequisite for the plugin to work.
ID: 3791
Title: f5_bigip_vserver: now reports lots of additional performance data
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.4.0i1
This check now reports the following performance data
<ul>
<li>The min, max and mean connection duration</li>
<li>The total connections and connections rate</li>
<li>Incoming and outgoing bytes packets</li>
<li>Packet velocity asic rate</li>
</ul>
This werk is marked as incompatible because of a small logic change.
If the vserver is not available and all of its children pool members
are down the check remains {OK} instead of {CRIT}.
ID: 3790
Title: f5_bigip_cluster_status: New check to monitor integrity of active/active and standby/active clusters
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.4.0i1