Manage Plugin 0.6.2 for monitoring networks, servers...
Moderators: Developers, Moderators
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 ?
This would also stop false warnings when a service is removed from a box and not from cacti yet ?
-
- Posts: 6
- Joined: Sat Dec 05, 2009 7:41 am
-
- Posts: 6
- Joined: Sat Dec 05, 2009 7:41 am
-
- Posts: 37
- Joined: Thu Sep 17, 2009 5:36 am
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.
-
- Posts: 37
- Joined: Thu Sep 17, 2009 5:36 am
-
- Posts: 37
- Joined: Thu Sep 17, 2009 5:36 am
how to monitor oracle process on solaris server
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.
Can someone tell me what could be the problem.
-
- Posts: 37
- Joined: Thu Sep 17, 2009 5:36 am
how to monitor oracle process on solaris server
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.
Can someone tell me what could be the problem.
-
- Posts: 37
- Joined: Thu Sep 17, 2009 5:36 am
Please Help Me. Oracle process status is shown as down
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 !!!!!
-
- Posts: 37
- Joined: Thu Sep 17, 2009 5:36 am
monitor process on solaris server
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.
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
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
-
- Posts: 37
- Joined: Thu Sep 17, 2009 5:36 am
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
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
Service monitoring cannot be shown
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!
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 (102.76 KiB) Viewed 4491 times
@ 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.
That s because at line 1259 the variable $t is filled with the id of data_template where name is TCP
the problem is that in data_template there are no rows with the name TCP
Solved
(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);
Code: Select all
$t= db_fetch_cell("SELECT id FROM data_template WHERE name= 'TCP');
Solved
Who is online
Users browsing this forum: No registered users and 3 guests