This check will monitor your hylafax server(s) by doing a faxstat
HYLAFAX is the enclosing tag for all hylafax server which have to be monitored
0 or 1. If you don't define HYLAFAX, no check will run.
<HYLAFAX>
<SERVER>
<NAME>localhost</NAME>
<ERRORLEVEL>ERROR</ERRORLEVEL>
<DESCRIPTION>Hylafax server isn't running</DESCRIPTION>
</SERVER>
<SERVER>
<NAME>hylafax-standby</NAME>
<ERRORLEVEL>WARNING</ERRORLEVEL>
<DESCRIPTION>Standby Server for Hylafax is not running</DESCRIPTION>
</SERVER>
</HYLAFAX>
Sometimes you have to configure your own faxstat command.
This command should have a similar output to be interpreted correctly by hylafax:
HylaFAX scheduler on host01: Running
0 or 1.
<HYLAFAX>
<COMMAND>/x/y/x/own_faxstat</COMMAND>
<SERVER>
<NAME>localhost</NAME>
<ERRORLEVEL>ERROR</ERRORLEVEL>
<DESCRIPTION>Hylafax server isn't running</DESCRIPTION>
</SERVER>
<SERVER>
<NAME>hylafax-standby</NAME>
<ERRORLEVEL>WARNING</ERRORLEVEL>
<DESCRIPTION>Standby Server for Hylafax is not running</DESCRIPTION>
</SERVER>
</HYLAFAX>
for every hylafax server you want to check you you define the SERVER-pair
The common XML tags as described in Section 9.8, “Tags Common to All Checks and/or Checkpoints”
As many as you like.
Look at HYLAFAX