Details
-
Help
-
Resolution: Incomplete
-
Trivial
-
None
-
None
-
None
Description
We monitor 200 more devices, mostly cisco, but I have a broken graph problem broken,
I Use the device:
12 Cpu, with 16Gb of RAM
o Linux OS 4.4.0-87-generic [amd64] (Ubuntu 16.04)
O Apache 2.4.18
o PHP 7.0.22-2 + ubuntu16.04.1 + deb.sury.org + 4 (OPcache: DISABLED)
O Python 2.7.12
o MySQL 5.7.19-0ubuntu0.16.04.1 (extension: mysqli 5.0.12-dev)
SNMP NET-SNMP 5.7.3
O RRDtool 1.5.5
1. You use incorrect cron time for poller-wrapper (run every 7 minutes):
*/7 * * * * root /opt/observium/poller-wrapper.py >> /dev/null 2>&1
we support only 5 min interval, must be:
*/5 * * * * root /opt/observium/poller-wrapper.py >> /dev/null 2>&1
2. Your devices (as I see) support v2c and v3 snmp auth, please use it instead v1. This is reason why you have polling issue.
3. Use rrdcached and prefer ssd hard disks as storage for mysql/rrd.