High Poller ( data collector ) response -

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
nathan204881
Posts: 3
Joined: Thu Aug 25, 2016 11:05 pm

High Poller ( data collector ) response -

Post by nathan204881 »

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
Attachments
cacti support.doc
tech support and snapshot of issue
(150.5 KiB) Downloaded 60 times
nathan204881
Posts: 3
Joined: Thu Aug 25, 2016 11:05 pm

Re: High Poller ( data collector ) response -

Post by nathan204881 »

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|
netniV
Cacti Guru User
Posts: 3441
Joined: Sun Aug 27, 2017 12:05 am

Re: High Poller ( data collector ) response -

Post by netniV »

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
nathan204881
Posts: 3
Joined: Thu Aug 25, 2016 11:05 pm

Re: High Poller ( data collector ) response -

Post by nathan204881 »

FIXED after increasing PHP poller memory value. Very strange.

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|
netniV
Cacti Guru User
Posts: 3441
Joined: Sun Aug 27, 2017 12:05 am

Re: High Poller ( data collector ) response -

Post by netniV »

Yes what I can see there appears normal if you have your debugging set quite high.

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"
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.
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
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest