Page 2 of 2

Re: No graph with mod -gearman

Posted: Tue Jul 25, 2017 10:50 am
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

Re: No graph with mod -gearman

Posted: Tue Jul 25, 2017 11:57 pm
by abhi321jay
Yeah you are right.. thts my mistake to install Opmanager.
I have killed the java process.. now its working fine.

Re: No graph with mod -gearman

Posted: Wed Jul 26, 2017 2:56 pm
by bolson
May we close this topic?

Re: No graph with mod -gearman

Posted: Wed Jul 26, 2017 11:26 pm
by abhi321jay
yeah thanks for all the support.

Re: No graph with mod -gearman

Posted: Thu Jul 27, 2017 9:07 am
by bolson
Closing topic as resolved.

Thank you for using the Nagios Support Forum.