monit summary [name] does not work for [group], only for [name]

Issue #698 closed
Former user created an issue

it would be nice if we could also show 'summary by group:

check process ntpd with pidfile /var/run/ntp/ntpd.pid
    start program = "/usr/bin/systemctl start ntpd.service"
    stop program = "/usr/bin/systemctl stop ntpd.service"
    if failed host 127.0.0.1 port 123 type udp then alert
    depends on ntp.conf
    group ntp

check program ntp.server_validate with path /etc/monit.d/ntp.server_validate.sh
    if status != 0 then alert
    depends on ntp.conf
    group ntp

check file ntp.conf with path /etc/ntp.conf
    if changed timestamp then alert
    group ntp

Comments (1)

  1. Log in to comment