diff --git a/Python/etc/monit/services b/Python/etc/monit/services index 82220b7..4c37932 100644 --- a/Python/etc/monit/services +++ b/Python/etc/monit/services @@ -247,6 +247,12 @@ if hostname in ['routeur']: @ if 5 restarts within 5 cycles then timeout @ +if hostname == 'zamok': + @# print_status + @check file file/var/run/print_status/error.txt with path /var/run/print_status/error.txt + @ if size > 0 for 3 cycles then alert + @ + # on ne monitore pas les disques de canard if hostname in ['canard'] : done()