Hello,
Yes, SNMPD deamon is already working. Using discover plugin, new server has been discovered and I have added it. but newly added server is showing same graphs as a loalhost(cacti) shows.
So Is there any mis-configuration or anything else while adding new server?
Thanks,
RaviJas
Search found 3 matches
- Sun Dec 07, 2014 5:51 am
- Forum: Help: Linux/Unix Specific
- Topic: How to add new server in cacti-0.8.8c
- Replies: 2
- Views: 983
- Thu Dec 04, 2014 7:29 am
- Forum: Help: General
- Topic: Error after installation - Please help
- Replies: 10
- Views: 1197
Re: Error after installation - Please help
Hi Jamie,
Please grant permission to cactiuser using following query
--------
mysql> GRANT ALL ON cacti.* TO cactiuser@localhost IDENTIFIED BY 'your-password-here';
mysql> FLUSH privileges;
mysql> quit;
--------
Thanks,
RaviJas
Please grant permission to cactiuser using following query
--------
mysql> GRANT ALL ON cacti.* TO cactiuser@localhost IDENTIFIED BY 'your-password-here';
mysql> FLUSH privileges;
mysql> quit;
--------
Thanks,
RaviJas
- Thu Dec 04, 2014 7:21 am
- Forum: Help: Linux/Unix Specific
- Topic: How to add new server in cacti-0.8.8c
- Replies: 2
- Views: 983
How to add new server in cacti-0.8.8c
Hello, I have installed cacti-0.8.8c on centos-5-64 bit server. Its working properly with localhost. I have added new server in it but graphs are not working. If anyone guide me how to add new server in cacti admin area, that will be better. Also please let me know the configuration for snmpd.conf i...