1
0
Fork 0
forked from infra/ansible
ansible/scripts/shutup-nagios

4 lines
143 B
Text
Raw Normal View History

#!/bin/bash
ansible nagios -m nagios -a "action=silence_nagios"
ansible nagios -m nagios -a "action=command command='DISABLE_EVENT_HANDLERS'"