No graph with mod -gearman

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: No graph with mod -gearman

Post by lmiltchev »

java process is taking so much CPU.
OpManager is not something that we ship Nagios XI with...

Code: Select all

root      3587  139 20.5 1628436 425660 ?      Sl   Jul24 1158:33 /opt/ManageEngine/OpManager/bin/../jre/bin/java -cp /opt/ManageEngine/OpManager/bin/../classes/AdventN
See our recommendations below:
Important: Nagios Enterprises highly recommends and will only support installing Nagios XI on a newly installed, "clean" system. Attempting to install Nagios XI on a pre-existing system with other applications already installed can cause the Nagios XI installation process to fail, critical system components and settings (e.g. database servers) to be modified in a way that negatively affects other applications, and previously installed applications to be automatically upgraded or removed. While installing XI on a system with other applications is possible, it is not recommended due to the possible interactions and complexity of multiple components that are required for Nagios XI to function. If you choose to ignore these warnings, you do so at your own risk.


You need to fix the high load issue first by removing the "problem" applications, adding more hardware resources, etc. When your load exceeds the "load_threshold" value that is set up in the "/usr/local/nagios/etc/pnp/npcd.cfg" file, the npcd stops running, and your graphs disappear. You can increase the "default" value of "10" if you have enough resources (dual core = 20, quad core = 40, etc.).

Run the following commands and show the output:

Code: Select all

ls /usr/local/nagios/var/spool/xidpe | wc -l
ls /usr/local/nagios/var/spool/perfdata | wc -l
ls /usr/local/nagios/var/spool/checkresults | wc -l
uptime
grep "load_threshold =" /usr/local/nagios/etc/pnp/npcd.cfg | grep -v '#'
grep TIMEOUT /usr/local/nagios/etc/pnp/process_perfdata.cfg
Be sure to check out our Knowledgebase for helpful articles and solutions!
abhi321jay
Posts: 69
Joined: Mon May 01, 2017 1:23 am

Re: No graph with mod -gearman

Post by abhi321jay »

Yeah you are right.. thts my mistake to install Opmanager.
I have killed the java process.. now its working fine.
bolson

Re: No graph with mod -gearman

Post by bolson »

May we close this topic?
abhi321jay
Posts: 69
Joined: Mon May 01, 2017 1:23 am

Re: No graph with mod -gearman

Post by abhi321jay »

yeah thanks for all the support.
bolson

Re: No graph with mod -gearman

Post by bolson »

Closing topic as resolved.

Thank you for using the Nagios Support Forum.
Locked