nagios: add oncall documentation
This commit is contained in:
parent
fe02817e0e
commit
d9ddcc9440
1 changed files with 11 additions and 0 deletions
|
@ -83,6 +83,17 @@ DISK WARNING/CRITICAL/OK - free space: mountpoint freespace(MB) (freespace(%) in
|
||||||
A message stating "(1% inode=99%)" means that the diskspace is critical
|
A message stating "(1% inode=99%)" means that the diskspace is critical
|
||||||
not the inode usage and is a sign that more diskspace is required.
|
not the inode usage and is a sign that more diskspace is required.
|
||||||
|
|
||||||
|
=== Oncall Handling
|
||||||
|
Anyone who is currently oncall should be able to acknowledge alerts and
|
||||||
|
hosts in Nagios. Therefore, their username should be added to these lines
|
||||||
|
in `roles/nagios_server/templtaes/nagios/configs/cgi.cfg.j2`:
|
||||||
|
* `authorized_for_system_commands`
|
||||||
|
* `authorized_for_all_service_commands`
|
||||||
|
* `authorized_for_all_host_commands`
|
||||||
|
|
||||||
|
It is fine for past oncalls to keep these permissions, so no additional
|
||||||
|
change is needed at the end of their oncall week.
|
||||||
|
|
||||||
=== Further Reading
|
=== Further Reading
|
||||||
|
|
||||||
* xref:ansible.adoc[Ansible SOP]
|
* xref:ansible.adoc[Ansible SOP]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue