problems with plotting services

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
advillalobos
Posts: 3
Joined: Wed Apr 29, 2015 11:56 am

problems with plotting services

Post by advillalobos »

]I use Nagios to monitor the services of the company, but not plotting services plotted ,the last time was two months ago.

I was talking with a technician by mail but could find the error.

The npcd process are running, I execute two commands but do not exist.

ls -l /usr/local/nagios/var/spool/xidpe/ | wc -l
ls -l /usr/local/nagios/var/spool/perfdata/ | wc -l


I appreciate the help
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: problems with plotting services

Post by abrist »

Are you running a ramdisk?

Code: Select all

grep ramdisk /usr/local/nagios/etc/nagios.cfg
Is npcd running?

Code: Select all

service npcd status
What are the content of your spool and var directory?

Code: Select all

ls -la /usr/local/nagios/var
ls -la /usr/local/nagios/var/spool
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
advillalobos
Posts: 3
Joined: Wed Apr 29, 2015 11:56 am

Re: problems with plotting services

Post by advillalobos »

these are the answers to execute

service npcd status ----> service npcd are running..
You do not have the required permissions to view the files attached to this post.
Last edited by advillalobos on Wed Apr 29, 2015 3:19 pm, edited 1 time in total.
advillalobos
Posts: 3
Joined: Wed Apr 29, 2015 11:56 am

Re: problems with plotting services

Post by advillalobos »

this is my problem, and I need all the services have graphics
You do not have the required permissions to view the files attached to this post.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: problems with plotting services

Post by Box293 »

You did not run this command.
abrist wrote:Are you running a ramdisk?

Code: Select all

grep ramdisk /usr/local/nagios/etc/nagios.cfg
Image

This screenshot looks unfamiliar. It does not look like the standard Nagios XI.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked