Ad Widget

Collapse

Best approach to roll out service alerting for all nodes?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mrcomputer720
    Junior Member
    • Sep 2021
    • 2

    #1

    Best approach to roll out service alerting for all nodes?

    I was thinking maybe a zabbix template with a service item and trigger expression.The problem is I'm not sure how to approach building the expression. I need it to trigger if the service name matches from a list of services we want to monitor, and if the service is not in a running state.

    Id like a centralized list of services in the template file that need to be monitored so the template can be applied to any node. If the expression finds a service that is in our watch list, it will check its state and alert if not running.

    Is this approach valid? If so would this condition check be possible in Zabbix expressions? Checking a centralized list? Would that be stored as a list variable somewhere or would I have to put the list in the zabbix expression directly? What would this expression look like?

    Appreciate any help.
  • mrcomputer720
    Junior Member
    • Sep 2021
    • 2

    #2
    Originally posted by cyber
    Out of the box templates allow this approach, where you describe what (windows?) services you want to include in monitoring and which ones to ignore. Based on config only needed ones are created, rest of them are not discovered and not monitored.
    Thank you. Any documentation you might be able to point me towards for template multi-service monitoring by chance?

    Comment

    Working...