Drawing graph error

Hi there,

Most of the graphs are working on my instance, however under the “Load” tab these graphs have errors with the following rrd command output:

ERROR: opening ‘/opt/librenms/rrd/<IP_ADDRESS>/ucd_load.rrd’: No such file or directory

Am I missing something in order to generate these files so the graphs can load?

My install is all up to date:

==========================================================

Component Version
LibreNMS dad2a5e9cc0ea3dc5115d2fe2f0d5d5547289ffe
DB Schema 176
PHP 7.0.16
MySQL 5.5.52-MariaDB
RRDTool 1.4.8
SNMP NET-SNMP 5.7.2

==========================================================

[OK] Database connection successful

Any help would be appreciated.

Thank you.

Can you provide the link you are clicking (without the domain) to get to that graph please.

Thanks for replying.

The link I’m clicking is:

http://hostname/graphs/from=1489312200/to=1489398600/type=device_ucd_load/device=3/showcommand=yes/

Thanks,

Please link the output of:

./poller.php -h 3 -r -f -m ucd-mib | ./pbin.sh

https://p.libren.ms/view/ab04a6a5

Thank you,

Yeah I totally missed the -d :frowning:

./poller.php -h 3 -r -f -m ucd-mib -d | ./pbin.sh

haha no worries :slight_smile:

https://p.libren.ms/view/2b3fb4a2

Thanks!

SNMP[[0;36m/usr/bin/snmpget -v2c -c COMMUNITY -OQUs -m UCD-SNMP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/hp udp:HOSTNAME:161 laLoadInt.1 laLoadInt.2 laLoadInt.3[0m]
laLoadInt.1 = No Such Object available on this agent at this OID
laLoadInt.2 = No Such Object available on this agent at this OID
laLoadInt.3 = No Such Object available on this agent at this OID

Your device isn’t returning the data, ensure you aren’t restricting any snmp options in snmpd.conf (see our example file included in your install).

Thanks for this!

Unfortunately the snmpd.conf is the same as of that in the example config (minus the change to the “RANDOMSTRINGGOESHERE” which is now the community string).

So I guess the switches just won’t output the ucd_load data and there’s nothing I can do about it?

Thanks again, I really appreciate your help.

What switches?