I'm making some attempts at install cacti for the first time on a linux machine, but I'm unable to create the graphs for it. The status of the graphs that I'm trying to add is: "Not Being Graphed". The associated data queries (get monitored partitions, get device i/o and so on) all work, meaning that they return items, OIDs and so on.
I'm using the private ip (not the loopback), net-snmp device, version 2 of snmp to query. The poller is spine (although I also tried using cmd.php). I'm not even sure what info I can offer in order for my problem to be more easily solved.
/var/www/html/log contains only two lines:
Code: Select all
03/22/2018 10:57:15 - SYSTEM STATS: Time:1.2875 Method:cmd.php Processes:1 Threads:N/A Hosts:1 HostsPerProcess:1 DataSources:9 RRDsProcessed:7
03/22/2018 10:57:15 - AUTOM8 ERROR: The Network ID: 1 is disabled. You must use the 'force' option to force it's execution.
Ubuntu 16.04
content of snmpd.conf:
Code: Select all
grep -E -v "^(\s*#|$)" /etc/snmp/snmpd.conf
agentAddress udp:0.0.0.0:161
view systemonly included .1.3.6.1.2.1.1
view systemonly included .1.3.6.1.2.1.25.1
rocommunity public default #-V systemonly
rocommunity6 public default #-V systemonly
rouser authOnlyUser
sysLocation Sitting on the Dock of the Bay
sysContact Me <me@example.org>
sysServices 72
proc mountd
proc ntalkd 4
proc sendmail 10 1
disk / 10000
disk /var 5%
includeAllDisks 10%
load 12 10 5
trapsink localhost public
iquerySecName internalUser
rouser internalUser
defaultMonitors yes
linkUpDownNotifications yes
extend test1 /bin/echo Hello, world!
extend-sh test2 echo Hello, world! ; echo Hi there ; exit 35
master agentx