Manage Plugin 0.6.2 for monitoring networks, servers...

General discussion about Plugins for Cacti

Moderators: Developers, Moderators

Post Reply
User avatar
JorisFRST
Cacti User
Posts: 229
Joined: Mon Oct 02, 2006 1:22 pm
Location: Belgium
Contact:

Post by JorisFRST »

Additional question,

can I run poller_manage.php every minute ? and leave the cacti poller at 5 minutes ?

I guess the poller_manage does not touch the rrd's ?
User avatar
JorisFRST
Cacti User
Posts: 229
Joined: Mon Oct 02, 2006 1:22 pm
Location: Belgium
Contact:

Post by JorisFRST »

been running poller_manage.php for a while one 1 minute intervals, but get loads of false negatives on the services template, specially from servers on a slower link? Is it possible to have no email sent if the status is "nan" instead of 0 and the host is still up ?
This would also stop false warnings when a service is removed from a box and not from cacti yet ?
ArondeParon
Posts: 6
Joined: Sat Dec 05, 2009 7:41 am

Post by ArondeParon »

Question: is there any version that is compatible with Cacti 0.8.7e? I am getting errors all over the place.
ArondeParon
Posts: 6
Joined: Sat Dec 05, 2009 7:41 am

Post by ArondeParon »

Question: is there any version that is compatible with Cacti 0.8.7e? I am getting errors all over the place.
achuta bodepu
Posts: 37
Joined: Thu Sep 17, 2009 5:36 am

Post by achuta bodepu »

Please Help Me. Manage Plugin is great plugin. But when I add service to the device the status is always shown down when the services are up and running. My manage plugin version is 0.6.1 and cacti version is 0.8.7e. There is no TCP port graph appearing. I changed the code in tcp.php line 52 and 54 from print "0" and print "1" to return "0" and return "1". I have installed cacti on window 2003 server.
achuta bodepu
Posts: 37
Joined: Thu Sep 17, 2009 5:36 am

Post by achuta bodepu »

Thanks Great plugin !!!!!!!!!
Now I can monitor TCP ports Windows services and Window Process .
I have read the instructions in the forum and followed acccordingly. everythings in place. Now, can any help me on how to monitor UDP ports, solaris services and solaris process.
achuta bodepu
Posts: 37
Joined: Thu Sep 17, 2009 5:36 am

how to monitor oracle process on solaris server

Post by achuta bodepu »

I have a solaris server which has oracle installed on it. I have added data query for SNMP - running process. I get all the running process on the server. I get a graph of all the process but when I add oracle process, graph is formed but i get the status as down when my process is up.Rest of the processes are fine the problem is only with the oracle process.

Can someone tell me what could be the problem.
achuta bodepu
Posts: 37
Joined: Thu Sep 17, 2009 5:36 am

how to monitor oracle process on solaris server

Post by achuta bodepu »

I have a solaris server which has oracle installed on it. I have added data query for SNMP - running process. I get all the running process on the server. I get a graph of all the process but when I add oracle process, graph is formed but i get the status as down when my process is up.Rest of the processes are fine the problem is only with the oracle process.

Can someone tell me what could be the problem.
achuta bodepu
Posts: 37
Joined: Thu Sep 17, 2009 5:36 am

Please Help Me. Oracle process status is shown as down

Post by achuta bodepu »

Please Help me. when I add data query for Running process I see all the process. I create graph of the the process that needs to be monitored. I get the graph up and running. But in manage Tab I see all the process up but only the oracle processes status is shown down, when the proceses are running. driving me crazy. Please Help !!!!!
achuta bodepu
Posts: 37
Joined: Thu Sep 17, 2009 5:36 am

monitor process on solaris server

Post by achuta bodepu »

I have a Solaris server. I am running SNMP query. when I add an application process, I get the graph up and running but in manage tab it status is shown down. Is there any other way to monitor process on the Solaris server. Please help me.
MrRat
Cacti User
Posts: 135
Joined: Thu Jan 07, 2010 10:33 am

Post by MrRat »

Anyone have some ideas as to why mysql cpu usage would go to 100 percent and stay when the manage plugin is enabled? Even when I set it to run 1 concurrent Manage Poller just to test, many instances of manage_check.php end up running and making mysql use 100 percent cpu. Is it normal that it takes
24m1.485s for one poller process to complete with 292 devices?
Ideas would be greatly appreciated, I cant leave manage poller running with it using this much cpu constantly
achuta bodepu
Posts: 37
Joined: Thu Sep 17, 2009 5:36 am

Post by achuta bodepu »

No Ideas. I have added 60 devices in cacti for monitoring and added manage plugin too. CPU is 0 % and memory usage is 53,000 k.
siropipo
Posts: 1
Joined: Tue Nov 24, 2009 3:25 pm

Post by siropipo »

Hi,

I use cacti 0.8.7e with plugin Manage 0.6.1

I have a question about an functiunality that search.

it's possible to declare depedence ?
Exemple :
i have this tree :
backbone
Router (disponibility depend to backbone)
Sw lvl2 (disponibility depend to router)
Sw lvl2 ...
..

I would like when backbone fail, cacti (or plugin manage) don't send alert for network equipment depend of backbone (for exemple), just one alert for the entire site or group...

It's possible and how to ?

Thx
cranberry
Posts: 1
Joined: Tue Apr 27, 2010 9:47 pm

Service monitoring cannot be shown

Post by cranberry »

Version: cacti 0.8.7e + Manage 0.6.1
Platform: windows 2003
I have applied manage template to host but no service status was shown in the diagram

Please advise how to fix it thanks!
Attachments
Snap1.jpg
Snap1.jpg (102.76 KiB) Viewed 4492 times
STnT
Posts: 9
Joined: Tue May 04, 2010 3:51 am

Post by STnT »

@ cranberry : could you check if the selected manage template is shown under devices --> PHP Network Managing Options
(you can also check your cactilog there should be an error displayed)

if not I think we have the same problem.

After some hours of troubleshooting en searching I found out that in manage_lib.php at line 1278 the variable $t is empty.

Code: Select all

$mz = db_fetch_cell("SELECT count(id) FROM data_local WHERE data_template_id".$t." AND snmp_index = ".$voi." AND host_id = ".$idd); 
That s because at line 1259 the variable $t is filled with the id of data_template where name is TCP

Code: Select all

 $t= db_fetch_cell("SELECT id FROM data_template WHERE name= 'TCP');
the problem is that in data_template there are no rows with the name TCP

Solved
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests