Random Project

Very useful

Works fine.
I have used on a Nagios Core running on Ubuntu, and on Nagios XI running on centos.
I made the following change for Nagios XI to automatically create graphs:
143c143
$answer = sprintf(“host ‘%s’, sessions : %s/%s (%2.2f%%)|Current=%s;Maximum=%sn”,
147c147,149
$session_used,
> $response->{$snmpnsResSessActive},
> $response->{$snmpnsResSessMaximum}