Cacti stopped graphing > Getting "Waiting on 1/1 pol
Moderators: Developers, Moderators
Cacti stopped graphing > Getting "Waiting on 1/1 pol
When I came in to work this morning I noticed that Cacti has not graphed any thing for the last 12 hours. When I do a php /var/www/html/cacti/poller.php I get the following:
[root@fdt-es1 /]# php /var/www/html/cacti/poller.php
X-Powered-By: PHP/4.2.2
Content-type: text/html
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Nothing has been changed to the configuration of Cacti and it has worked reliably for 4 months.
Any help would be much appreciated.
Thanks!
[root@fdt-es1 /]# php /var/www/html/cacti/poller.php
X-Powered-By: PHP/4.2.2
Content-type: text/html
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Nothing has been changed to the configuration of Cacti and it has worked reliably for 4 months.
Any help would be much appreciated.
Thanks!
Aren't you a linux user and should be posting in the linux forum?
I just had/have the same problem (look in this forum). Never really did find a cause/fix. It just went away.
I just had/have the same problem (look in this forum). Never really did find a cause/fix. It just went away.
| 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 |
- rony
- Developer/Forum Admin
- Posts: 6022
- Joined: Mon Nov 17, 2003 6:35 pm
- Location: Michigan, USA
- Contact:
Post moved from Windows section...
As for your issue, do you have any stuck php or rrdtool processes?
As for your issue, do you have any stuck php or rrdtool processes?
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
If you are running a version of Cacti before 0.8.6c, please upgrade. Cacti versions prior to 0.8.6c had a bug that caused the poller to crash when a polled host was rebooted.
Once you have upgraded, you need to run the following MySQL command from the MySQL terminal session:
mysql --user=root --password cacti
> truncate table poller_output;
> quit
TheWitness
Once you have upgraded, you need to run the following MySQL command from the MySQL terminal session:
mysql --user=root --password cacti
> truncate table poller_output;
> quit
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?
Sadly, I am seeing exactly the same thing when running cactid under 0.8.6c and there's nothing in poller_output. cmd.php works just fine, so I guess I'll have to like with 70-second polling times.TheWitness wrote:If you are running a version of Cacti before 0.8.6c, please upgrade. Cacti versions prior to 0.8.6c had a bug that caused the poller to crash when a polled host was rebooted.
Once you have upgraded, you need to run the following MySQL command from the MySQL terminal session:
mysql --user=root --password cacti
> truncate table poller_output;
> quit
TheWitness
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
If it's not running with cactid, please make sure that cactid runs properly from the command line on it's own. Change directories into the cactid production directory and run it from there in "MEDIUM" mode. You should get output.
Once you have verified that, please insure that the path is accurate in Settings->Paths.
TheWitness
Once you have verified that, please insure that the path is accurate in Settings->Paths.
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?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
To upgrade to 0.8.6c, you simply need to overwrite the files from 0.8.6b and then take the config.php.dist and copy over config.php. Make sure you make your site specific changes to config.php though.
There are no database changes between versions. Once you get the files applied, there are some additional patches at the folowing link: www.cacti.net/downloads/patches/0.8.6c/pre-patched. Simply move those files over the production files and you will be AOK.
Please backup you directory first of course.
TheWitness
There are no database changes between versions. Once you get the files applied, there are some additional patches at the folowing link: www.cacti.net/downloads/patches/0.8.6c/pre-patched. Simply move those files over the production files and you will be AOK.
Please backup you directory first of course.
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 0 guests