Page 1 of 1

How to create additional severity levels in Nagios core

Posted: Tue Apr 28, 2015 8:44 am
by zaheer.abdulla
Hi,

How can I create additional severity levels in Nagios core. Like Major, Minor etc.

Any help is appreciated.

Thanks

Re: How to create additional severity levels in Nagios core

Posted: Tue Apr 28, 2015 9:16 am
by jdalrymple
zaheer.abdulla wrote:How can I create additional severity levels in Nagios core. Like Major, Minor etc.
You mean to add to the existing status options OK, WARNING, CRITICAL, etc?

It's not going to happen in the main branch of Core, you'd be looking at a fork of the project. The existing statuses are "core" to Core.

You can modify plugin output to return any results you want though, then interpret them at the tail end such as in your mail command or such.

Re: How to create additional severity levels in Nagios core

Posted: Tue Apr 28, 2015 4:09 pm
by Box293
Why, what is your goal?