Hi There,
I have 13 Pollers running very high polling time. Please see attachment.
Cacti version 1.1.16 , Ubuntu 16.04 , CMD.php.
Any help. waiting for sometime now. please assist.
Thank you,
Nathan
High Poller ( data collector ) response -
Moderators: Developers, Moderators
-
- Posts: 3
- Joined: Thu Aug 25, 2016 11:05 pm
High Poller ( data collector ) response -
- Attachments
-
- cacti support.doc
- tech support and snapshot of issue
- (150.5 KiB) Downloaded 60 times
-
- Posts: 3
- Joined: Thu Aug 25, 2016 11:05 pm
Re: High Poller ( data collector ) response -
Please assist, I can't see any errors in log too.
Cacti 1.1.16 on Ubuntu 16.04 | 13 Remote polers | 3000 Graphs | Multiple Device templates | Plugins - Thold, Maint, Intropage|
Re: High Poller ( data collector ) response -
You should not have so many pollers I believe, certainly not running from CMD.PHP. If you need more responsiveness switch to using Spine which is the compiled C version of the poller and operates far more efficiently.
Cacti Developer & Release Manager
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
-
- Posts: 3
- Joined: Thu Aug 25, 2016 11:05 pm
Re: High Poller ( data collector ) response -
FIXED after increasing PHP poller memory value. Very strange.
Regards
Nitin
Regards
Nitin
Last edited by nathan204881 on Thu Jan 18, 2018 12:41 am, edited 1 time in total.
Cacti 1.1.16 on Ubuntu 16.04 | 13 Remote polers | 3000 Graphs | Multiple Device templates | Plugins - Thold, Maint, Intropage|
Re: High Poller ( data collector ) response -
Yes what I can see there appears normal if you have your debugging set quite high.
These two lines basically mean, check if the plugin_hooks table exists, and the second says find any plugins that match the desired hook. Since different hooks are passed through, you end up with multiple of those calls.
Code: Select all
2018/01/10 05:38:10 - DBCALL DEVEL: SQL Cell: "SHOW TABLES LIKE 'plugin_hooks'"
2018/01/10 05:38:10 - DBCALL DEVEL: SQL Assoc: "SELECT ph.name, ph.file, ph.function FROM plugin_hooks AS ph LEFT JOIN plugin_config AS pc ON pc.directory = ph.name WHERE ph.status = 1 AND hook = ? ORDER BY pc.id ASC"
Cacti Developer & Release Manager
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
Who is online
Users browsing this forum: No registered users and 1 guest