Nagios configuration for Liberia
ThatOneNeji
2020-05-26 505ea1db67b2a8fc4fcf8952d3b0e58e31191b87
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
###
##
#   NMS definition - Contact Groups
##
###
## Notes
## - Groups get assigned to users, not the other way around. So when we remove/delete a user then that's it.
 
# Group - General
define contactgroup{
    contactgroup_name                  nms_grp
    alias                              NMS General Support Team
}
 
# Group - Hardware
define contactgroup{
    contactgroup_name                  nms_hardware_grp
    alias                              NMS Hardware Support Team
}
 
# Group - Management
define contactgroup{
    contactgroup_name                  nms_management_grp
    alias                              NMS Management Team
}
 
# Group - Standby
define contactgroup{
    contactgroup_name                  nms_standby_grp
    alias                              NMS Standby Resources
}
 
###
##
#   NMS definition - Contacts
##
###
## Notes
## - Keep the human contacts in alphabetical order. Global distributions first
# 'NMS' contact definition
define contact{
    use                                nms-generic-contact
    contact_name                       NMS
    alias                              NMS Support eMail
    contactgroups                      nms_grp, nms_hardware_grp
    email                              \#TTW-MSNMS@mtn.co.za
}