<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Spent some more time with it & now getting a little closer<br><br>I added this to my script on the dist server running the check:<br><br>CLOCK=`date +%s`<br>HOST=$1<br>SVC="Starlite Size"<br>STATUS=$3<br>OUTPUT=$4<br><br>Changed the following lines<br>exit 0          to    STATUS=0<br>exit 1          to    STATUS=1<br>exit 2          to    STATUS=2<br>exit 3          to     STATUS=3<br><br>the line(s) <br>echo "OK. Free Space: `sudo rsh $1 df -v |grep starlite6 |head -1 | awk '{print $5}'`B, $percent%"<br>to<br>OUTPUT="OK. Free Space: `sudo rsh $1 df -v |grep starlite6 |head -1 | awk '{print $5}'`B, $percent%"<br><br>running the script manually gives me :<br><br>[1287522364] PROCESS_SERVICE_CHECK_RESULT;strXXXX;Starlite Size;2;Critical. Free Space: 51050B, 2%<br><br>Up on the central server, I am still getting unknown but a value of null<br><br>Closer I think but still not there.<br><br>Does the central server have to have the exact same check script on it or in a passive check, does the central server only care about the results?<br><br>Thanks,<br>Steve<br>                                           </body>
</html>