Plugin Multi-Pollerserver (Cacticluster) 0.2.2b [closed]
Moderators: Developers, Moderators
Re: Plugin Multi-Pollerserver (Cacticluster) ver. 0.2.2
Hi ritosaeba,
when your cacti work hard than is this plugin that what you whant.
The plugin is the resulting because the monitored devices are many many many
Iam waiting for your mind.
MfG
Der_Doc
when your cacti work hard than is this plugin that what you whant.
The plugin is the resulting because the monitored devices are many many many
Iam waiting for your mind.
MfG
Der_Doc
Re: Plugin Multi-Pollerserver (Cacticluster) ver. 0.2.2b
Hi all!
First, I want to thank you for sharing your work with us, as I was planning to do something similar with my cacti (which is becoming to big to complete the polling in 5 minutes)
I am just starting with your plugin but I had an issue after installing the plugin, the tables "host" and "poller_server" where not modified / created right, I had to add these requests to make something appear on the configuration page (http://my_server/cacti/plugins/multipollerserver/multipollerserver.php) :
ALTER TABLE poller_server ADD hostcount INT(5) NULL DEFAULT '0' AFTER aktive;
ALTER TABLE poller_server ADD backup_poller_id INT(3) NULL DEFAULT '0';
ALTER TABLE poller_server ADD backup_mode INT(1) NULL DEFAULT '0';
ALTER TABLE host ADD backup_poller_id INT(3) NULL DEFAULT '0';
I will let you know how things go from now.
First, I want to thank you for sharing your work with us, as I was planning to do something similar with my cacti (which is becoming to big to complete the polling in 5 minutes)
I am just starting with your plugin but I had an issue after installing the plugin, the tables "host" and "poller_server" where not modified / created right, I had to add these requests to make something appear on the configuration page (http://my_server/cacti/plugins/multipollerserver/multipollerserver.php) :
ALTER TABLE poller_server ADD hostcount INT(5) NULL DEFAULT '0' AFTER aktive;
ALTER TABLE poller_server ADD backup_poller_id INT(3) NULL DEFAULT '0';
ALTER TABLE poller_server ADD backup_mode INT(1) NULL DEFAULT '0';
ALTER TABLE host ADD backup_poller_id INT(3) NULL DEFAULT '0';
I will let you know how things go from now.
Re: Plugin Multi-Pollerserver (Cacticluster) ver. 0.2.2b
Hello,npeltier wrote:Hi all!
First, I want to thank you for sharing your work with us, as I was planning to do something similar with my cacti (which is becoming to big to complete the polling in 5 minutes)
I am just starting with your plugin but I had an issue after installing the plugin, the tables "host" and "poller_server" where not modified / created right, I had to add these requests to make something appear on the configuration page (http://my_server/cacti/plugins/multipollerserver/multipollerserver.php) :
ALTER TABLE poller_server ADD hostcount INT(5) NULL DEFAULT '0' AFTER aktive;
ALTER TABLE poller_server ADD backup_poller_id INT(3) NULL DEFAULT '0';
ALTER TABLE poller_server ADD backup_mode INT(1) NULL DEFAULT '0';
ALTER TABLE host ADD backup_poller_id INT(3) NULL DEFAULT '0';
I will let you know how things go from now.
I have got exactly same problem. I have create in table poller_server as above but still i have problem with backup_server_name.
In log i have:
08/14/2013 03:04:03 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'1054', SQL:"SELECT poller_server.id, poller_server.name AS server_name, poller_server.hostname, poller_server.backup_poller_id, poller_server.poller_lastrun, poller_server.hostcount, poller_server.aktive FROM poller_server where (poller_server.name like '%%%%') ORDER BY backup_server_name ASC LIMIT 40,40"
Execute this in mysql:
Code: Select all
mysql> SELECT DISTINCT host.id, host.description AS device_name, host.hostname, host.poller_id FROM host INNER JOIN `poller_item` ON `poller_item`.`host_id` = `host`.`id` where (host.description like '%%%%') ORDER BY backup_server_name ASC LIMIT 40,40;
ERROR 1054 (42S22): Unknown column 'backup_server_name' in 'order clause'
Cacti 0.8.8a.
Thanks for your advice.
Re: Plugin Multi-Pollerserver (Cacticluster) 0.2.2b reupload
Hi boys,
sorry for the long delay. I dont now what you mean
My english is not so support fine. But i will trai to help you.
Can everyone you run this commands in phpmyadmin with no errors?
You must use the tar.gz files from cactipage for run the plugin.
Pleace let me know the results.
sorry for the long delay. I dont now what you mean
My english is not so support fine. But i will trai to help you.
Can everyone you run this commands in phpmyadmin with no errors?
Code: Select all
ALTER TABLE poller_server ADD hostcount INT(5) NULL DEFAULT '0' AFTER aktive;
ALTER TABLE poller_server ADD backup_poller_id INT(3) NULL DEFAULT '0';
ALTER TABLE poller_server ADD backup_mode INT(1) NULL DEFAULT '0';
ALTER TABLE host ADD backup_poller_id INT(3) NULL DEFAULT '0';
Pleace let me know the results.
Re: Plugin Multi-Pollerserver (Cacticluster) 0.2.2b reupload
Yes it works (i tried installing a new cacti, latest version, and latest multi-poller)
With these commands it's better (for the cacti interface at least)
I still don't know how to make the polling work on the secondary poller servers (the first one always work but not the others)
With these commands it's better (for the cacti interface at least)
I still don't know how to make the polling work on the secondary poller servers (the first one always work but not the others)
Re: Plugin Multi-Pollerserver (Cacticluster) 0.2.2b reupload
After my holiday, iam in danmark the weter is perfect i will post the report ho you can poll on other pollers.
cu der_doc
cu der_doc
Re: Plugin Multi-Pollerserver (Cacticluster) 0.2.2b reupload
Hello,
Thank you for your response. I gave up using the plugin because of having lost already collected data.
Thank you.
Thank you for your response. I gave up using the plugin because of having lost already collected data.
Thank you.
Re: Plugin Multi-Pollerserver (Cacticluster) 0.2.2b reupload
Hey der_doc!
Just wondering if you're planning on going back to work ... In the next few days, weeks or months ?
Enjoy whatever's left of it anyway !
Just wondering if you're planning on going back to work ... In the next few days, weeks or months ?
Enjoy whatever's left of it anyway !
-
- Posts: 39
- Joined: Mon Jun 13, 2011 11:20 pm
Re: Plugin Multi-Pollerserver (Cacticluster) 0.2.2b reupload
Hello Der_Doc
Simple question
What should I configure in a pollerserver? I have configured only spine with spine.conf , with mysql line to masterserver cacti mysql.
Multipoller plugins config installed correctly in the masterserver (cacti 0.8.8a). Database updated, also adding pollerserver works.(Choose Device, dropdown etc).
But the pollerserver not poll anything, I've make sure snmpwalk manually works.
Only masterserver always do the polling process.
I hope I explained it clearly.
Thanks.
Simple question
What should I configure in a pollerserver? I have configured only spine with spine.conf , with mysql line to masterserver cacti mysql.
Multipoller plugins config installed correctly in the masterserver (cacti 0.8.8a). Database updated, also adding pollerserver works.(Choose Device, dropdown etc).
But the pollerserver not poll anything, I've make sure snmpwalk manually works.
Only masterserver always do the polling process.
I hope I explained it clearly.
Thanks.
-
- Posts: 39
- Joined: Mon Jun 13, 2011 11:20 pm
Re: Plugin Multi-Pollerserver (Cacticluster) 0.2.2b reupload
I make it works. At first I thought NFS is not necessary but obviously needed.optimuscream wrote:Hello Der_Doc
Simple question
What should I configure in a pollerserver? I have configured only spine with spine.conf , with mysql line to masterserver cacti mysql.
Multipoller plugins config installed correctly in the masterserver (cacti 0.8.8a). Database updated, also adding pollerserver works.(Choose Device, dropdown etc).
But the pollerserver not poll anything, I've make sure snmpwalk manually works.
Only masterserver always do the polling process.
I hope I explained it clearly.
Thanks.
Thanks.
-
- Posts: 2
- Joined: Thu Oct 10, 2013 8:09 pm
Re: Plugin Multi-Pollerserver (Cacticluster) 0.2.2b reupload
Hi everyone,
I try to install de multipoller 0.2.2b plugin, but in the setup process i have the follow error screen's:
and the next step:
My installation feature's:
Centos 6.4
PHP 5.3.3
Cacti 88a from tar.gz
Spine 87g compile from tar.gz
Thanks
I try to install de multipoller 0.2.2b plugin, but in the setup process i have the follow error screen's:
and the next step:
My installation feature's:
Centos 6.4
PHP 5.3.3
Cacti 88a from tar.gz
Spine 87g compile from tar.gz
Thanks
-
- Posts: 39
- Joined: Mon Jun 13, 2011 11:20 pm
Re: Plugin Multi-Pollerserver (Cacticluster) 0.2.2b reupload
I also have this error before with CentOS.angelitoblu wrote:
My installation feature's:
Centos 6.4
PHP 5.3.3
Cacti 88a from tar.gz
Spine 87g compile from tar.gz
Thanks
Change to Ubuntu Server LTS 12.04 solved the problem. Something messed or not compatible with the patch , don't know exactly , maybe with PHP version .
Hope this help.
Re: Plugin Multi-Pollerserver (Cacticluster) 0.2.2b reupload
Angelitoblu,
You should try to stop displaying notices and enable short tags (<?) use in your PHP configuration file.
Regards,
NP
You should try to stop displaying notices and enable short tags (<?) use in your PHP configuration file.
Regards,
NP
-
- Posts: 2
- Joined: Thu Oct 10, 2013 8:09 pm
Re: Plugin Multi-Pollerserver (Cacticluster) 0.2.2b reupload
Hi,
Thanks for the comments,
I try to install over Ubuntu,
Regards
Thanks for the comments,
I try to install over Ubuntu,
Regards
Who is online
Users browsing this forum: No registered users and 1 guest