###
|
##
|
# 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
|
}
|