Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Basic Configuration

Groups

Roles

Email

 

Contacts

...

Contact: Name of your contact

DutyTime: format is:

Code Block
<start_hour>:<end_hour>:<days>
 
start_hour: 0-24
end_hour: 0-24 
days: all or any of "Sun","Mon","Tue","Wed","Thu","Fri","Sat"

 

Full day names can be used if you like, the perl code for days looks like this:
Code Block
$today = ("Sun","Mon","Tue","Wed","Thu","Fri","Sat")[$ltime[6]];
if ( $days =~ /$today/i ) {

...

Code Block
8:17:MonTueWedThuFri

Email: email address of the contact, used to send escalations, etc, if configured

Location: location of your contact.  Not sure if this lines up with System -> System Configuration -> Locations at all or if it has any functional uses.

Mobile: as far as I can tell this is isn't used for anything functional at this time. This is from what I gathered using sub sendMSG in bin/nmis.pl 

Pager: At this time SNPP / Pagers are supported. The variable snpp_server can be set in Config.nmis, by default it holds the value set in server_name

Phone: 

...

Advanced Configuration