Monitoring running processes in Novell boxes

Carlos Guevara carlos at carlosguevara.com
Fri Feb 21 21:49:22 CET 2003


Hi,

You'll need insert the following into your checkcommands.cfg file:

define command{
        command_name    check_nwstat_cpuload
        command_line    $USER1$/check_nwstat -H $HOSTADDRESS$ -v LOAD5 -w
$ARG1$ -c $ARG2$
        }
define command{
        command_name    check_nwstat_conns
        command_line    $USER1$/check_nwstat -H $HOSTADDRESS$ -v CONNS -w
$ARG1$ -c $ARG2$
        }
define command{
        command_name    check_nwstat_vol
        command_line    $USER1$/check_nwstat -H $HOSTADDRESS$ -v
VPF$ARG1$ -w $ARG2$ -c $ARG3$
        }
define command{
        command_name    check_nwstat_abends
        command_line    $USER1$/check_nwstat -H $HOSTADDRESS$ -v ABENDS -w
$ARG1$ -c $ARG2$
        }
define command{
        command_name    check_nwstat_ltch
        command_line    $USER1$/check_nwstat -H $HOSTADDRESS$ -v LTCH -w
$ARG1$ -c $ARG2$
        }
define command{
        command_name    check_nwstat_puprb
        command_line    $USER1$/check_nwstat -H $HOSTADDRESS$ -v PUPRB -w
$ARG1$ -c $ARG2$
        }
define command{
        command_name    check_nwstat_csprocs
        command_line    $USER1$/check_nwstat -H $HOSTADDRESS$ -v CSPROCS -w
$ARG1$ -c $ARG2$
        }
define command{
        command_name    check_nwstat_dsdb
        command_line    $USER1$/check_nwstat -H $HOSTADDRESS$ -v DSDB
        }
define command{
        command_name    check_nwstat_logins
        command_line    $USER1$/check_nwstat -H $HOSTADDRESS$ -v LOGINS -o
        }

Let me know if you need any help.

--
Carlos Guevara
A+, CCA, CCNA, CNE, Linux+, MCSE
carlos at carlosguevara.com
http://www.carlosguevara.com/


-----Original Message-----
From: nagios-users-admin at lists.sourceforge.net
[mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Sandro Vaz
(UOL)
Sent: Friday, February 21, 2003 8:52 AM
To: Nagios-users at lists.sourceforge.net
Subject: [Nagios-users] Monitoring running processes in Novell boxes


Hi list,

I'm looking for a way to monitor services/process running in Novell Netware
boxes. I searched FAQ, took a look at check_nwstat, but it seems there's no
option to do it (as we do using NSClient).

And as my Novell's knowledge is /dev/null i submit my question to see if
someone has a solution.

Thank you all very much,

Sandro Vaz

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.456 / Virus Database: 256 - Release Date: 18/2/2003




-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting
any issue.
::: Messages without supporting info will risk being sent to /dev/null




-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list