9.21. Configuration for the hylafax check

This check will monitor your hylafax server(s) by doing a faxstat

HYLAFAX

Explanation

HYLAFAX is the enclosing tag for all hylafax server which have to be monitored

Parent

OSAGENT

allowed values

Count

0 or 1. If you don't define HYLAFAX, no check will run.

Example
  <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>
        

COMMAND

Explanation

Sometimes you have to configure your own faxstat command.

Parent

HYLAFAX

allowed values

This command should have a similar output to be interpreted correctly by hylafax:

HylaFAX scheduler on host01: Running
      
Count

0 or 1.

Example
  <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>
        

SERVER

Explanation

for every hylafax server you want to check you you define the SERVER-pair

Parent

HYLAFAX

allowed values

Count

As many as you like.

Example

Look at HYLAFAX

NAME

Explanation

Servername / IP-address of hylafax server

Parent

SERVER

allowed values

  • servername, ip address

Count

1

Example

Look at HYLAFAX