The Canopy SM.
I am having an isue with graphing the dbm, tempature, and session status. The RSSI and jitter work correctly with no issues. I get an error in my log file (posted at the bottom)
A little back ground, we had an old machine doing all of our polling, but after a year of adding SMs' it was too much for the machine. So a new machine, installed the newest cacti 0.8.7b. Downloaded the newest canopy XML from this thread, installed. Then copied over all of the subscriber modules. All went well. I just have an issue with graphing.
We are using 0.8.7b with spine
Basically I get this in my Log
Code: Select all
07/24/2008 11:30:09 AM - SPINE: Poller[0] Host[67] DS[376] SCRIPT: /var/www/html/cacti/scripts/getCanopySmStats.pl 169.254.3.63 Canopy tempF, output: U
07/24/2008 11:30:09 AM - SPINE: Poller[0] Host[67] DS[376] WARNING: Result from SCRIPT not valid. Partial Result: ...
07/24/2008 11:30:09 AM - SPINE: Poller[0] Host[67] ERROR: Empty result [169.254.3.63]: '/var/www/html/cacti/scripts/getCanopySmStats.pl 169.254.3.63 Canopy tempF'
07/24/2008 11:30:09 AM - SPINE: Poller[0] Host[67] DEBUG: The POPEN returned the following File Descriptor 7
07/24/2008 11:30:09 AM - SPINE: Poller[0] Host[67] DS[375] SCRIPT: /var/www/html/cacti/scripts/getCanopySmStats.pl 169.254.3.63 Canopy status, output: U
07/24/2008 11:30:09 AM - SPINE: Poller[0] Host[67] DS[375] WARNING: Result from SCRIPT not valid. Partial Result: ...
07/24/2008 11:30:09 AM - SPINE: Poller[0] Host[67] ERROR: Empty result [169.254.3.63]: '/var/www/html/cacti/scripts/getCanopySmStats.pl 169.254.3.63 Canopy status'
07/24/2008 11:30:09 AM - SPINE: Poller[0] Host[67] DEBUG: The POPEN returned the following File Descriptor 7
07/24/2008 11:30:09 AM - SPINE: Poller[0] Host[67] DS[373] SCRIPT: /var/www/html/cacti/scripts/getCanopySmStats.pl 169.254.3.63 Canopy power, output: U
07/24/2008 11:30:09 AM - SPINE: Poller[0] Host[67] DS[373] WARNING: Result from SCRIPT not valid. Partial Result: ...
07/24/2008 11:30:09 AM - SPINE: Poller[0] Host[67] ERROR: Empty result [169.254.3.63]: '/var/www/html/cacti/scripts/getCanopySmStats.pl 169.254.3.63 Canopy power'
07/24/2008 11:30:09 AM - SPINE: Poller[0] Host[67] DEBUG: The POPEN returned the following File Descriptor 7
07/24/2008 11:30:09 AM - SPINE: Poller[0] Host[67] DS[371] SCRIPT: /var/www/html/cacti/scripts/getCanopySmStats.pl 169.254.3.63 Canopy ethStatus, output: U
07/24/2008 11:30:09 AM - SPINE: Poller[0] Host[67] DS[371] WARNING: Result from SCRIPT not valid. Partial Result: ...
07/24/2008 11:30:09 AM - SPINE: Poller[0] Host[67] ERROR: Empty result [169.254.3.63]: '/var/www/html/cacti/scripts/getCanopySmStats.pl 169.254.3.63 Canopy ethStatus'
I have run in the termial
Code: Select all
perl /var/www/html/cacti/scripts/getCanopySmStats.pl 169.254.3.63 Canopy ethStatus
and it does return a proper value.
We have about 170 Subsciber modules that have this problem with graphing. So if anyone can help Please I would be more than appreciative.
Thanks for the help
-Andy