Page 1 of 1
Sticky Notes in Nagios
Posted: Fri Nov 08, 2013 12:08 pm
by cesar.garza
Hey guys, I wanna know that is there any option for sticky notes in nagios? I know there is a notes_url, but i don't want that. I need something where i can put some points and my group or myself whenever go on the nagios UI, so check the stick notes for particular service.
Re: Sticky Notes in Nagios
Posted: Fri Nov 08, 2013 12:19 pm
by tmcdonald
There is a "notes" line you can enter:
Code: Select all
define host {
host_name localhost
use linux-server
alias localhost
address 127.0.0.1
notes Sticky note
register 1
}
and it will show up here:
As for having the note show up *everywhere* you go, that is not possible.
Re: Sticky Notes in Nagios
Posted: Fri Nov 08, 2013 1:10 pm
by cesar.garza
tmcdonald wrote:There is a "notes" line you can enter:
Code: Select all
define host {
host_name localhost
use linux-server
alias localhost
address 127.0.0.1
notes Sticky note
register 1
}
and it will show up here:
As for having the note show up *everywhere* you go, that is not possible.
Thanks this is what i needed

.