On Tuesday, 2 June 2020 00:16:17 UTC+1, kedar sirshikar wrote: > > Alert configuration is as below: > > admin@orchestrator[nd2bwa6drm01v]# show running-config alert rule > PROCESS_STATE > alert rule PROCESS_STATE > expression "docker_service_up==1 or docker_service_up==3" > event-host-label container_name > message "{{ $labels.service_name }} instance {{ > $labels.module_instance }} of module {{ $labels.module }} is in Aborted > state !" > snmp-facility application > snmp-severity critical > snmp-clear-message "{{ $labels.service_name }} instance {{ > $labels.module_instance }} of module {{ $labels.module }} is moved from > Aborted state !" > ! > > Could you explain what software and platform/OS you are running?
This "show running-config" command doesn't look like any flavour of prometheus I'm familiar with. Is this some version of prometheus embedded in another system? If so, do you have any way to determine what the underlying version of prometheus is? Also, regular prometheus doesn't generate events directly. It generates HTTP calls to alertmanager, which processes those events. -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/06b000fa-7b16-4e2e-bb42-3ef7d870b91a%40googlegroups.com.