forked from infra/ansible
Zabbix: add shush/ok scripts and playbook
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
parent
edf4cf6030
commit
0e0b5f92c6
3 changed files with 47 additions and 0 deletions
3
scripts/zabbix-ok
Executable file
3
scripts/zabbix-ok
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
ansible-playbook /srv/web/infra/ansible/playbooks/zabbix_maintenance.yml -e "state=absent"
|
||||
3
scripts/zabbix-shush
Executable file
3
scripts/zabbix-shush
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
ansible-playbook /srv/web/infra/ansible/playbooks/zabbix_maintenance.yml
|
||||
Loading…
Add table
Add a link
Reference in a new issue