LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   how to configure hylafax and nagios server (https://www.linuxquestions.org/questions/linux-server-73/how-to-configure-hylafax-and-nagios-server-693569/)

pawan_lal 12-29-2008 12:00 AM

how to configure hylafax and nagios server
 
hello,
can ne 1 help me in configuring hylafax and nagios server.

BugZRevengE 12-29-2008 01:40 AM

Nagios have a good quickstart guide for 3 popular distributions, that many other distros are built from... it can be found here:
http://nagios.sourceforge.net/docs/3_0/quickstart.html

Hylafax also has a good install guide:
http://www.hylafax.org/site1/howto/install.html

You probably need to be more specific in your questions, as it is hard to know where you are having difficulties.
Also post different topics in separate threads, as someone might answer only one of your questions, and not another...

Hope these links help - I just finished configuring our nagios installation for a 20 site network, with about 150 devices being monitored. Nagios is rather complex to get going, but once going it is worth it.

zeddini 12-10-2009 02:39 AM

Monitor a remote client hylafax
 
Hello
I installed nagios server and I need to monitor a remote client hylafax, is there someone that can help

centosboy 12-10-2009 02:50 AM

Quote:

Originally Posted by zeddini (Post 3786343)
Hello
I installed nagios server and I need to monitor a remote client hylafax, is there someone that can help

sure....tell exactly what you want to monitor - eg, port...processes...queue....etc etc.
either way you would need something like nrpe or the monitor by ssh tool nagios provides....

there is a nagios plugin that monitors the fax queue..

http://www.hylafax.org/content/Monit...ue_with_Nagios

This could be called with nrpe... or monitor by ssh....

zeddini 12-10-2009 08:29 AM

i want to monitor the processes Hylafax !!

centosboy 12-10-2009 10:39 AM

Quote:

Originally Posted by zeddini (Post 3786707)
i want to monitor the processes Hylafax !!

ok...2 options here for you.
you can use the check_tcp command so no nrpe or local client would be needed..


Code:

$USER1$/check_tcp -H $HOSTADDRESS$ -p $ARG1$ -w $ARG2$ -c $ARG3$

or you can create your own shell script that monitors how many hylafax processes are running and use nrpe or ssh checks on the hylafax server to call this script.

the shell script is pretty easy....if you have any issues writing it, let me know and i will do one for you....
you just need to tell me the thresholds.....
ie how many processes -critical
how many processes - warning
how many processes -ok
the name of the processes


All times are GMT -5. The time now is 08:54 AM.