Quantcast
Channel: Comments on: Zabbix server is not running alert
Viewing all articles
Browse latest Browse all 15

Add monitor for mission critical application service in Zabbix

$
0
0

If you are running a service based mission critical applications on a Windows server and you would like to be notified immediately when the application service(s) goes down, then this post is for you and with the assumption that you are using Zabbix as your monitoring tool.

This post will focus on:

- Adding a monitor for the desired service in zabbix

- Setup a trigger to notify you when the service goes down. Note this will only display an alert on screen for now and I will in later post setup an exchange server to demonstrate notification via email

1. Add service monitor: I will monitor the ‘Active Directory Domain Service

- First determine the service name by opening the ‘services.msc’ panel → double-click on the service → write down the service name as seen

service-zabbix-01

- In zabbix create a new item in appropriate template and assign to either an existing application or enter a new application name

service-zabbix-02

2. Setup a trigger for the service: The following values indicate the status of the service

State of service: 0running, 1paused, 2start pending, 3pause pending, 4continue pending, 5stop pending, 6stopped, 7unknown, 255no such service

service-zabbix-03

3. Results:

- Alert displayed when I stop the ‘Active Directory Domain Service‘ service

  service-zabbix-04

- Graph showing the outage

service-zabbix-05

In next post as part of my series on use of zabbix for monitoring, I will take i to the next level by showing us how to get the zabbix agent to restart services when they are in a STOP state


Viewing all articles
Browse latest Browse all 15

Trending Articles