Search found 3 matches

by KS50
Sun Jun 10, 2018 10:02 am
Forum: Help: Linux/Unix Specific
Topic: After Upgrading to 1.1.38 Certain Graphs no longer display
Replies: 3
Views: 974

Re: After Upgrading to 1.1.38 Certain Graphs no longer displ

/sigh.

It appears that I had lost a module while performing the upgrade.

It makes it tough for PHP to perform any calculations without gmp installed.

yum install php-gmp; and good to go!
by KS50
Sat Jun 09, 2018 3:09 pm
Forum: Help: Linux/Unix Specific
Topic: After Upgrading to 1.1.38 Certain Graphs no longer display
Replies: 3
Views: 974

Re: After Upgrading to 1.1.38 Certain Graphs no longer displ

I did that as well; same empty result running the commands direct from the poller cache. Running: /usr/bin/php /var/www/html/scripts/ss_host_disk.php ss_host_disk 'HOSTNAME' '316' '2:161:2000:1:40:ReadString::::::' 'get' 'used' '31' Returns nothing at all. Seems to be something with the way PHP uses...
by KS50
Fri Jun 08, 2018 7:17 am
Forum: Help: Linux/Unix Specific
Topic: After Upgrading to 1.1.38 Certain Graphs no longer display
Replies: 3
Views: 974

After Upgrading to 1.1.38 Certain Graphs no longer display

Post upgrade to 1.1.38, most everything seems to be graphing as expected, except for the following Data Queries: 1) SNMP - Get Mounted Partitions Uptime Success [24 Items, 8 Rows] 2) SNMP - Get Processor Information Uptime Success [4 Items, 4 Rows] The queries themselves are able to interrogate the ...