Manage Plugin 0.6.2 for monitoring networks, servers...
Moderators: Developers, Moderators
Manage Plugin 0.6.2 for monitoring networks, servers...
http://docs.cacti.net/userplugin:manage
please send feedback, reports or patchs
screenshots are in 2nd post
20/10/2010 CURRENT VERSION 0.6.2 :
http://gilles.boulon.free.fr/manage/manage-0.6.2.zip
(Plugin Update 0.4 need an update to report new plugins)
23/02/2009 CURRENT VERSION 0.6.1 :
http://gilles.boulon.free.fr/manage/manage-0.6.1.zip
(you still need include manage in global.php for plugin update messages)
This is the last version for PA 1.4 (unsupported) :
http://gilles.boulon.free.fr/manage/man ... 2beta3.zip
Old versions :
http://gilles.boulon.free.fr/manage/manage-0.6.zip : 14/04/2008
http://gilles.boulon.free.fr/manage/manage-0.5.2.zip : 26/03/2008
http://gilles.boulon.free.fr/manage/manage-0.5.1.zip : 22/04/2007
http://gilles.boulon.free.fr/manage/manage-0.5.zip : 21/04/2007
http://gilles.boulon.free.fr/manage/manage-0.4.2.zip : 30/08/2006
http://gilles.boulon.free.fr/manage/manage-0.4.1.zip : 28/08/2006
http://gilles.boulon.free.fr/manage/manage-0.4.zip : 28/08/2006
http://gilles.boulon.free.fr/manage/manage-0.3.2.zip
http://gilles.boulon.free.fr/manage/manage-0.3.1.zip : 15/06/2006
http://gilles.boulon.free.fr/manage/manage-0.3.zip : 14/06/2006
http://gilles.boulon.free.fr/manage/manage-0.2.zip : 03/06/2006
http://gilles.boulon.free.fr/manage/manage.zip : 29/05/2006
Roadmap : http://forums.cacti.net/viewtopic.php?p=69297#69297
please send feedback, reports or patchs
screenshots are in 2nd post
20/10/2010 CURRENT VERSION 0.6.2 :
http://gilles.boulon.free.fr/manage/manage-0.6.2.zip
(Plugin Update 0.4 need an update to report new plugins)
23/02/2009 CURRENT VERSION 0.6.1 :
http://gilles.boulon.free.fr/manage/manage-0.6.1.zip
(you still need include manage in global.php for plugin update messages)
This is the last version for PA 1.4 (unsupported) :
http://gilles.boulon.free.fr/manage/man ... 2beta3.zip
Old versions :
http://gilles.boulon.free.fr/manage/manage-0.6.zip : 14/04/2008
http://gilles.boulon.free.fr/manage/manage-0.5.2.zip : 26/03/2008
http://gilles.boulon.free.fr/manage/manage-0.5.1.zip : 22/04/2007
http://gilles.boulon.free.fr/manage/manage-0.5.zip : 21/04/2007
http://gilles.boulon.free.fr/manage/manage-0.4.2.zip : 30/08/2006
http://gilles.boulon.free.fr/manage/manage-0.4.1.zip : 28/08/2006
http://gilles.boulon.free.fr/manage/manage-0.4.zip : 28/08/2006
http://gilles.boulon.free.fr/manage/manage-0.3.2.zip
http://gilles.boulon.free.fr/manage/manage-0.3.1.zip : 15/06/2006
http://gilles.boulon.free.fr/manage/manage-0.3.zip : 14/06/2006
http://gilles.boulon.free.fr/manage/manage-0.2.zip : 03/06/2006
http://gilles.boulon.free.fr/manage/manage.zip : 29/05/2006
Roadmap : http://forums.cacti.net/viewtopic.php?p=69297#69297
Last edited by gilles on Tue Jan 04, 2011 10:40 am, edited 32 times in total.
-
- Cacti User
- Posts: 83
- Joined: Fri Aug 22, 2003 4:33 am
Not showing RED Errors
Nice plugin.....to test
- rony
- Developer/Forum Admin
- Posts: 6022
- Joined: Mon Nov 17, 2003 6:35 pm
- Location: Michigan, USA
- Contact:
Please post a Zip or GZ file, not a Rar.
[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]
suggestions
First of all great layout and a great tool.
I get an error on the full description but it may just be a permission issue
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /www/htdocs/cacti/plugins/manage/manage.php on line 219
Suggestions
1. Make it not so over active I downed a host and received 60 messages in a 5 min span.
2. Make it so each hosts can have unique email addresses.
3. Needs a way to add new types of hosts. (access points, phone systems, etc..)
4. Maybe a way to monitor a host by icmp or snmp individually
Thanks for the great plugin!
I get an error on the full description but it may just be a permission issue
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /www/htdocs/cacti/plugins/manage/manage.php on line 219
Suggestions
1. Make it not so over active I downed a host and received 60 messages in a 5 min span.
2. Make it so each hosts can have unique email addresses.
3. Needs a way to add new types of hosts. (access points, phone systems, etc..)
4. Maybe a way to monitor a host by icmp or snmp individually
Thanks for the great plugin!
manage.sql is provided but you don't need to import itPumpi wrote: I get following error while importing manage.sql to cacti db:
Error 1060 at line 2: duplicate column name 'manage'
[/b]
tables are created via setup.php, wich is called by plugin architecture
you just need to activate plugin manage in cacti config.php and give you permissions to use it
uninstall.sql tries to delete tables after you desactivate manage plugin, if you don't want to use it anymore.
Last edited by gilles on Tue May 30, 2006 2:21 pm, edited 1 time in total.
Pumpi wrote: Manage option is available and after adding my hosts I see no hosts unter manage tab
there is 2 methods to add a host :
- individually in Management : Console -> Devices -> (Edit)
- mass method in Manage : Console -> Manage
then, you must configure tcp ports to monitor (like 80 for a web server) :
Re: suggestions
i don't know why you have this error.ahardman wrote: I get an error on the full description but it may just be a permission issue
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /www/htdocs/cacti/plugins/manage/manage.php on line 219
maybe you have it when hosts are enabled but no services are configured.
after hosts are full configured and a poller has been run, have you still the error ?
poller only alert when host status change.ahardman wrote: 1. Make it not so over active I downed a host and received 60 messages in a 5 min span.
eventually, if you asked for it, it will mail you, it depends of the event (up, down or reboot).
what is the text of the emails ?
have you 60 alerts for this host in Console -> View alerts ?
try to desactivate emails, if you down this host, are you still receive emails ?
thanks for your feedbackahardman wrote: 3. Needs a way to add new types of hosts. (access points, phone systems, etc..)
4. Maybe a way to monitor a host by icmp or snmp individually
You can also pull the Windows Services via SNMP, and whether they are running or not. See my script/template that is running around these forums.gilles wrote:easy to do in vbs or wmi, but users will need a windows box.mories wrote: Windows services would be great.
i surelly will do it in perl, i just need to see if there is or not ressources to do it in php but i don't think
BTW, nice plugin!
Who is online
Users browsing this forum: No registered users and 0 guests