[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New feature
From: |
Eric Pailleau |
Subject: |
Re: New feature |
Date: |
Thu, 09 Sep 2010 18:01:06 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.10) Gecko/20100624 Mandriva/3.0.5-0.1mdv2009.1 (2009.1) Thunderbird/3.0.5 |
Le 09/09/2010 17:57, Eric Pailleau a écrit :
This one is more beautified ...
--8<---------------
echo -e -n "$1\t" ; (links -dump http://127.0.0.1:2812/$1 | grep Status
| cut -d '|' -f 3 ) && exit 0 || exit 1
--8<---------------
--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general
Sorry, read :
echo -e -n "$1\t" ; (links -dump http://127.0.0.1:2812/$1 | grep Status | cut -d '|' -f
3 | grep running ) && exit 0 || exit 1
Re: New feature, Daniel Rich, 2010/09/09
Re: New feature, Martin Pala, 2010/09/11