ID: 11043
Title: esx_vsphere_vm.mem_usage: add ruleset to specify levels
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
For services with the service description "ESX Memory" absolute
levels for the different values like e.g. ballooning can now
be specified.
ID: 11042
Title: heartbeat_crm: fix vanished services for Pacemaker >= 2.0
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
In Pacemaker 2.0 the cluster controller process was renamed
from crmd to pacemaker-controld. Therefore, heartbeat_crm
services vanished if the sockets /var/run/heartbeat/crm/cib_ro
or /var/run/crm/cib_ro did not exist, since no crmd process
was found. This is fixed.
ID: 10918
Title: Monitor Huawei WLAN Controller
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
A new check to monitor a Huawei WLAN Access Controller (e.g. AC6508).
The device itself and its created access-points are monitored.
ID: 11119
Title: Proxmox: add disk usage check
Component: Checks & agents
Level: 2
Class: New feature
Version: 1.7.0i1
This check is OK when disk usage is below a configurable set of levels or if no levels have
been set. It shows the available and used disk space.
ID: 11098
Title: Proxmox: add VM backup status check
Component: Checks & agents
Level: 2
Class: New feature
Version: 1.7.0i1
This check makes sure every VM has a recent backup. The information is taken from log entries
collected by the agent via API since Proxmox does not provide us with backup status (yet?).
The check plugin optionally checks against existence and age of the last backup and shows some
additional info like date, size and bandwidth.
ID: 11122
Title: Proxmox: add VM info check
Component: Checks & agents
Level: 2
Class: New feature
Version: 1.7.0i1
This check is OK when a given Proxmox VM's {status} matches a configured value, WARN otherwise.
It shows {vmid} (e.g. "101"), {status} (e.g. "running"), {type} ("lxc" or "qemu") and {host} values
returned by the API for the given VM.
ID: 11121
Title: Proxmox: add node info check
Component: Checks & agents
Level: 2
Class: New feature
Version: 1.7.0i1
This check is OK when a given Proxmox node's `status` and it's subscription 'status' match the
given configured values, WARN otherwise. It shows the node status, subscription status, Proxmox
version and number of hosted VMs.
ID: 11120
Title: Proxmox: add mem usage check
Component: Checks & agents
Level: 2
Class: New feature
Version: 1.7.0i1
This check is OK when memory usage is below a configurable set of levels or if no levels have
been set. It shows the available and used memory.
ID: 11123
Title: ups_capacity can handle battery/time_left = 0
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
Analogous to ups_modulys_battery ups_capacity will check whether
time_on_battery is set and valid. If not we assume we're on main
power supply and return OK.
ID: 11041
Title: check_mailboxes: only use SSL encryption if configured
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
Previously, the active check check_mailboxes used the
SSL encryption even if "Use no encryption" was configured.
This is fixed.