Cacti polls default objects but not my customized object?
Moderators: Developers, Moderators
-
- Posts: 9
- Joined: Thu Sep 29, 2005 7:41 am
Cacti polls default objects but not my customized object?
Hello,
I´ve installed Cacti 0.8.6g on a w2k Server with iis an PHP 5.
Everything works fine, only one thing does not work.
When I try to monitor the CPU Usage on an windows pc it works fine an I can see the graphs. But when I try to monitor an other snmp understanding application, it just creats the rrd files (in first run without any data in it) and does not update it.
Here is a debug logfile from cacti. Perhaps someone of you can me show my error.
Thanks for help.
With kind regrades
Aleksw101184
I´ve installed Cacti 0.8.6g on a w2k Server with iis an PHP 5.
Everything works fine, only one thing does not work.
When I try to monitor the CPU Usage on an windows pc it works fine an I can see the graphs. But when I try to monitor an other snmp understanding application, it just creats the rrd files (in first run without any data in it) and does not update it.
Here is a debug logfile from cacti. Perhaps someone of you can me show my error.
Thanks for help.
With kind regrades
Aleksw101184
- Attachments
-
- cacti_error.txt
- Logfile
- (20.59 KiB) Downloaded 174 times
The log looks fine to me. Every datasource queried returned data and was updated in the rrd file. Specifically, which one are you having problems with?
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
-
- Posts: 9
- Joined: Thu Sep 29, 2005 7:41 am
Hello,
the problems are with alle graphs that belong to the 192.168.22.228 data sources.
But as you´ve said, there is data that comes back from the poll, but it´s not displayed in the graphs.
By the way, I use the same data templates / graph templates on an other system. And they work fine.
Only on this system they don´t work.
the problems are with alle graphs that belong to the 192.168.22.228 data sources.
But as you´ve said, there is data that comes back from the poll, but it´s not displayed in the graphs.
By the way, I use the same data templates / graph templates on an other system. And they work fine.
Only on this system they don´t work.
Did you create the template for the telemarkt or get it from someone? If you created it, you might want to double check the data input method fields are correct, data template and graph template names are correct.
For a graph that's not working, turn on graph debugging and paste the output.
What versions of everything are you using? You're using the latest patches, right.
For a graph that's not working, turn on graph debugging and paste the output.
What versions of everything are you using? You're using the latest patches, right.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
-
- Posts: 9
- Joined: Thu Sep 29, 2005 7:41 am
Good morning,
I developed the templates together with an other person.
The templates that I use here are just exported from a System where the same templates works great.
What did you mean with graph debugging? Do you mean the point where Cacti says "RRD Tool says: ok" when I turn it on? Or what output are you looking for?
I´m using the following versions.
Cacti 0.8.6g
PHP 5
rrdtool 1.0.49
IIS 5 on w2k server
net-snmp 5.2.1.2-1
Cactid 0.8.6d --- but I don´t use it for polling.
I think thats all.
Bye
Aleks
I developed the templates together with an other person.
The templates that I use here are just exported from a System where the same templates works great.
What did you mean with graph debugging? Do you mean the point where Cacti says "RRD Tool says: ok" when I turn it on? Or what output are you looking for?
I´m using the following versions.
Cacti 0.8.6g
PHP 5
rrdtool 1.0.49
IIS 5 on w2k server
net-snmp 5.2.1.2-1
Cactid 0.8.6d --- but I don´t use it for polling.
I think thats all.
Bye
Aleks
-
- Posts: 9
- Joined: Thu Sep 29, 2005 7:41 am
- TheWitness
- Developer
- Posts: 17062
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
You must first understand how to DEBUG in Cacti before you will see the light. Settings->General->Cacti Logging Level. When you goto DEBUG, your logfile will fill up with important (but not all) information about what is happening during polling.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
-
- Posts: 9
- Joined: Thu Sep 29, 2005 7:41 am
You're saying that even though cacti is apparently trying to update the rrd files, no new data is being written? Sure you have the permissions set properly on the /rrd and /log directories?
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
-
- Posts: 9
- Joined: Thu Sep 29, 2005 7:41 am
It sounds like the rrd files are getting updated. So that leaves your data source template (unlikely) or graph template (likely), which might be the problem(s). Take screen shots of each and post them.
Also, just for curiositys sake, export your rrd file to xml (rrdtool export filename.rrd > filename.xml) and verify that the data is truly in there.
Also, just for curiositys sake, export your rrd file to xml (rrdtool export filename.rrd > filename.xml) and verify that the data is truly in there.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
- TheWitness
- Developer
- Posts: 17062
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
When you run "php poller.php" from the command line in LOW, you should get nothing but Ok's. Please also attach graphs of the problematic devices, a description of what you expected and a cut/paste from your data source debug.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Who is online
Users browsing this forum: No registered users and 3 guests