Version 3.2
===========

Version 3.1 introduced an unwanted behaviour on checking partial paths on
Unix. For example “/” would also hit “/var” if it was first in the list. So
the “feature” (not a bug) of an exact match has now been added.

This means you don’t need to state the full storage name as a parameter, which
makes it possible to use this service-check on a whole hostgroup in Nagios,
i.e. check “C:” on all “windows-servers” in a single blow, while still
allowing for exact matches on Unix-like systems.

Version 3.1
===========

Version 3.1 changed the way the storage-name is checked

 - from $response->{$key} eq $volumeName
 - to $response->{$key} =~ /^$volumeName/

This means you don’t need to state the full storage name as a parameter, which
makes it possible to use this service-check on a whole hostgroup in Nagios,
i.e. check “C:” on all “windows-servers” in a single blow.

Version 3.0
===========

Version 3.0 includes the new check_hr_cpuload script which allows you to
monitor the CPU usage over longer time periods, which in general should be
more interesting than a single-point-in-time check:

 - data history is stored in small files on a per-host basis (defaults to /tmp)
 - the amount of data-points is configurable (defaults to 10)

Basically this is an extension of the check_hr_cpu script and therefor works
the same for multiple CPUs. If there should be any interest in having an
addition switch on both scripts to identify the cpuID let me know. I
personally guess there is no big need in having such a restriction.

Version 2.5
===========

First public release.

Query the Host Resource MIB of various operating systems for cpu usage,
processes and storage/volumes. These scripts have been tested against Linux
and Windows XP, but should do the job for any other OS as well.

The current version is a complete rewrite in Perl and only uses the OID-Trees,
so you don’t need to add the Host-Resource-MIB to your local configuration.
