We are monitoring many websites and their servers. During a software release we also include windows patching. Our software releases are almost completely scripted, in Windows batch files most of the time. Our Zabbix server runs Linux. I figure I can use the Cygwin ssh client with keys to be able to run a shell script on the Zabbix host to disable the monitors affected by the software release.
What I need is help on how to build the shell script to disable, or preferably place in maintenance mode, the monitors while the release is happening. Of course I will need a script to undo this at the end of the release.
What I need is help on how to build the shell script to disable, or preferably place in maintenance mode, the monitors while the release is happening. Of course I will need a script to undo this at the end of the release.
Comment