monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Add pipe in program


From: Eric Pailleau
Subject: Re: Add pipe in program
Date: Fri, 24 Feb 2017 09:42:14 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

Hi,

Write a script that does your command.
This is also better because you can set write permissions to this script to allowed people,
without the need to be root .
regards

Le 23/02/2017 22:16, Oscar Segarra a écrit :
Hi, 

I'd like to execute a pipe in the program check:

check program check-nfs-resources with path "showmount -e localhost |grep nfs_resource"
    with timeout 25 seconds
    depends on check-nfs-ganesha-service
    if status != 0 for 3 cycles then exec "/usr/sbin/service nfs-ganesha restart"
    if status != 0 within 60 cycles then unmonitor


But it looks the "|" is "deleted" from my command line. I've tried to scape it with "\" but It doesn't work either.

Is there any trick to be able to do this? 

Thanks a lot,



--
To unsubscribe:
https://lists.nongnu.org/mailman/listinfo/monit-general


--

reply via email to

[Prev in Thread] Current Thread [Next in Thread]