>> We have a nagios 2.x installation that I plan to upgrade to 3.x soon... >> >> For some services, I'd like to be able to send notification 24x7, but >> only >> with a critical state. For exemple a disk space checking service. When it >> reaches warning state, I don't want to be waked up at 3 am. But when it's >> critical, it's ok. >> >> I know I can define 2 services whith 2 notification_options and 2 time >> periods, but that would make 2 services, with 2 different names for every >> partition on our servers... >> >> Is there another way to acomplish this ? > > You can use contacts to do this. Specify two contacts, one that > gets notifications with warnings, one that only receives criticals. > Set the notification periods for them appropriately, and voila - you > only get critical notifications after hours.
That is indeed the best way to do it, I'll go that route. Thanks ! ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
