I have working nagios infrastructure with pnp4nagios. Last days I added new host nosql and alerts of mongodb which is installed there.
Host configuration:
define host{
host_name nosql
use linux-server,host-pnp
address xxx.xxx.xx.xxx
}
Service configuration:
define service{
hostgroup_name nosql-servers
use generic-service,pnp-service
service_description MongoDB Connect
check_command check_nrpe!check_mongo_connect
}
They seems to be configured in same way like the others one. However, when I am trying to access graph in pnp4nagios I got:
Please check the documentation for information about the following error.
XML file "/usr/local/pnp4nagios/var/perfdata/nosql/MongoDB_Connect.xml" not found. Read FAQ online
file [line]:
application/models/data.php [312]:
I am a bit help.
How I should activate new graphs?