Skip to content

Commit 9b917cd

Browse files
authored
Create ContactsAdministration.md
Nagios contact changes documentation
1 parent 337d517 commit 9b917cd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Nagios Contacts
2+
## Viewing Nagios Contacts and contact groups
3+
To view currently configured Nagios contacts:
4+
5+
1. log into the Nagios web interface as `nagiosadmin`.
6+
2. On the left hand menu, select `Configuration` under `System`.
7+
3. Select either the `Contacts` Object Type to see configured contacts or `Contact Groups` to see the configured groups of contacts.
8+
9+
## Editing Nagios Contacts
10+
To edit contacts or contact groups:
11+
12+
1. SSH into the Nagios host using the login details available in Keeper
13+
2. Nagios is in `/usr/local/nagios` with configuration of objects within `/usr/local/nagios/etc/objects/`
14+
3. Within that directory, edit contacts.cfg
15+
4. restart the Nagios service:
16+
`sudo service nagios reload`
17+
6. Check changes in the web interface as above

0 commit comments

Comments
 (0)