Nagios XI API notes

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
whateverman
Posts: 2
Joined: Fri Aug 26, 2016 4:57 am

Nagios XI API notes

Post by whateverman »

In my nagios check i usually implement a note with a link to the relevant documentation for said host/service/whatever.

How do i set this note via the API? Is it even supported?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI API notes

Post by lmiltchev »

In my nagios check i usually implement a note...
Can you elaborate on this? How exactly are you doing this? Are you adding a value to the "notes" directive?

Example:

Code: Select all

notes	note_string
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked