If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
Hi ,is there any option to integrate zabbix maintenance window with Microsoft outlook calendar,idea is when i will set new maintenance in zabbix it will automatically add a new calendar item in my outlook.
Hi ,is there any option to integrate zabbix maintenance window with Microsoft outlook calendar,idea is when i will set new maintenance in zabbix it will automatically add a new calendar item in my outlook.
If you want to have maintenance window open/close notifications it is possible to create actions and you don't need to add new entries to the calendar.
Configuration -> Actions -> first tab with Actions -> New condition -> Maintenance status -> in/not in -> then on Operations tab you can define email notification or execute remote command. On other tabs you may need to add other options.
Thanks a lot for this guide .can u share me any script for this solution
No, I cannot because I have no such example
What needs to be in such script really depends only on what do you want to do in such script. In simplest form as the remote command, you can just execute /bin/mail or /bin/mailx with the set of parameters taken from zabbix macros.
Comment