phpbar.de logo

Mailinglisten-Archive

[php] Nagios-Plugin / PHP

[php] Nagios-Plugin / PHP

tistre.2628052 at bloglines.com tistre.2628052 at bloglines.com
Fre Jan 14 10:11:28 CET 2005


Hi Olli,

> aus unerklaerlichen Gruenden liefert mein PHP-Plugin
> nichts
an Nagios zurueck.
> Hast du eine Idee?

ja - Du gibst in $status einen
String zurueck, keinen Integer:

> [...]
> if ($CHECK == "Free disk space
: Invalid drive") {
> $msg="IVV7SRV01A is no active node!";
> $status="2";

> }
> else {
> $msg="IVV7SRV01A is active cluster-node";
> $status="0";

> }
> [...]
> exit($status);

Auf http://de.php.net/exit steht der Hinweis:

"If status is an integer, that value will also be used as the exit status."


Wenn Du also statt

  $status = "2";

schreibst

  $status = 2;

(mit "0" natuerlich genauso), geht's ploetzlich :-)

Gruss,
Tim

--

------------------------------------------------------------
Tim Strehle
                          http://tim.digicol.de/
Digital Collections    
              http://www.digicol.de/
------------------------------------------------------------


php::bar PHP Wiki   -   Listenarchive