Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
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}