Page 1 of 1

New document not reflecting in Nagios

Posted: Thu Dec 12, 2019 1:05 am
by Pratapa
It is configured in Nagios, a document is attached to Nagios alert. We can view the contents of the document by clicking
on the Document icon displayed on the alert in Nagios GUI.

This is configured using notes_url in service definition.

notes_url http://nagiosserver/Documents/abc.txt


We got a requirement from a user asking us to replace a new doucment with the existing one.

We replaced the document with the new one located in the directory /var/www/html/Documents.

cd /var/www/html/Documents

mv abc.txt abc.txt.old

vi abc.txt
copy the contents of the new document
save and quit

Replaced the new one with the old document keeping the file name same.

But the new document is not reflecting when we click on the document icon on the alert in Nagios GUI.
It is showing the old document only.


Reloaded httpd. but no luck.

Also reloaded nagios service. No luck

What could be the reason?


We are using Nagios core.

Re: New document not reflecting in Nagios

Posted: Thu Dec 12, 2019 1:30 am
by Pratapa
This is resolved.

Please ignore this post.

Re: New document not reflecting in Nagios

Posted: Thu Dec 12, 2019 12:41 pm
by mbellerue
Sounds good, glad you were able to get it resolved!