Hi,
Under http://mathias-kettner.de/checkmk_localchecks.html , there is
this sample shell script to check file count. At the end of that code,
there is:
echo "$status Filecount_$dir count=$count;50;100;0; $statustxt -
$count files in $dir"
1) I am particularly interested what that line does.
2) What is count=$count;50;100;0; for?
I have tried looking for documentation but cannot seems to find any.
Really appreciate your assistance and thanks in advance.
Read the green Box Under http://mathias-kettner.de/checkmk_localchecks.html
Performance data >> That is varname=value;warn;crit;min;max.
Warn: 50 ; Crit: 100 ; min: 0 Files
I hope that help you.
Regards Mario
···
On Thu, Mar 10, 2011 at 11:26:10AM +0800, Zon Hisham Zainal Abidin wrote:
Hi,
Under http://mathias-kettner.de/checkmk_localchecks.html , there is
this sample shell script to check file count. At the end of that code,
there is:
echo "$status Filecount_$dir count=$count;50;100;0; $statustxt -
$count files in $dir"
1) I am particularly interested what that line does.
2) What is count=$count;50;100;0; for?
I have tried looking for documentation but cannot seems to find any.
Really appreciate your assistance and thanks in advance.