* Update exim-stats.inc.php
Output from debug of poller.php:
SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -M /opt/librenms/mibs:/opt/librenms/mibs/supermicro udp:HOSTNAME:161 .1.3.6.1.4.1.8072.1.3.2.3.1.2.10.101.120.105.109.45.115.116.97.116.115]
"0
0"
exim-statsRRD[update /opt/librenms/rrd/monitoring2/app-exim-stats-5.rrd N:0:0]
So we have two resulting variables from that outpu (note additional quotes there)
$frozen = '"0';
$queue = '0"';
And it fails. My graphs contain nan instead of real values. I think same issue is with apache application.
* Update exim-stats.inc.php
Updated to remove quote from string and then convert it to integer.
* Fix for #5734 - incorrect hostname in the mouse-over of the services in the availability-map
* Fixed a few small bugs, introduced by the Poller tidy up of laf
* add single pool based poller for php-fpm
* add the page for php-fpm
* add graph for php-fpm
* I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
* use named OID as suggest by @laf
* document PHP-FPM monitoring
* link it in the index
* clean up the named oid
* add how to grab the script in question
* feature: Added ability to switch port polling mode
* update, speed things up slightly by walking certain tables
* more fixes
* updates
* updates
* update to exclude ports that are down
* wrong variable used
* update to set previous port status when null
* small update to port disco
* New event log severity model
* Revert "New event log severity model"
This reverts commit 0783527af8.
* Added hardware information through snmp extend
* formatting
* Added some documentation in the examples
* changes
* formatting
* removed the mib reference
* New event log severity model
* Revert "New event log severity model"
This reverts commit 0783527af8.
* New event log severity model
* Fixed spaces vs tabs
* Learning the format requirements
* Learning the format requirements
* Moved the colours in to the stylesheet
* change SQL file to stop conflicting
* refactor log_event so severity isn't last, but reference is.
* keep having to move the file due to new PR conflicts
* Revert "keep having to move the file due to new PR conflicts"
This reverts commit f3030e7218.
* extended support to dashboard and eventlog page
* formatting
* Changed cambium poller to get sysDescr and sysObjectID from poll_device array.
* missing newline
* overgraph for registered SMs makes no sense if device not AP