alerta / nagios-alerta

Forward nagios alerts to the alerta monitoring system
http://alerta.io
MIT License
24 stars 17 forks source link

Support multiple services in the _Service custom object variable #10

Closed satterly closed 8 years ago

satterly commented 8 years ago

Use coma-separated fields like...

define host{
        use                     generic-host            ; Name of host template to use
        host_name               localhost
        alias                   localhost
        address                 127.0.0.1
        _Environment            Production
        _Service                Mobile,Web,Tablet 
        }