Services

Michael Gaskin mgaskin at jsi-corp.com
Wed Mar 24 00:57:06 CET 2004


Hi all...

I am getting: (removed date/time)

DS Open OK Directory Services Database is open (DS version 10410.98) 
PING OK - Packet loss = 0%, RTA = 0.17 ms 
Free - SYS CRITICAL 3/3 Connection refused by host 
Free - APPS OK 1/3 54876 MB (94%) free on volume APPS 
Processor Utilization - 15 Minutes CRITICAL 3/3 Connection refused by host 

-=-=-=-=-=

Question... Why would some services show a connection refused while the others work?  Here's the services file:

## CBSRV002

define service{
        use                             generic-service        
        host_name                       cbsrv002
        service_description             PING
        is_volatile                     0
        check_period                    24x7
        max_check_attempts              3
        normal_check_interval           5
        retry_check_interval            1
        contact_groups                  novell-admins
        notification_interval           120
        notification_period             24x7
        notification_options            c,r
        check_command                   check_ping!100.0,20%!500.0,60%
        }

define service{
       use                             generic-service       
       host_name                       cbsrv002
       service_description             DS Open
       is_volatile                     0
       check_period                    24x7
       max_check_attempts              3
       normal_check_interval           5
       retry_check_interval            1
       contact_groups                  novell-admins
       notification_interval           240
       notification_period             24x7
       notification_options            c,r
       check_command                   check_nwstat!DSDB             
       }

define service{
       use                             generic-service       
       host_name                       cbsrv002
       service_description             Processor Utilization - 15 Minutes
       is_volatile                     0
       check_period                    24x7
       max_check_attempts              3
       normal_check_interval           5
       retry_check_interval            1
       contact_groups                  novell-admins
       notification_interval           240
       notification_period             24x7
       notification_options            c,r
       check_command                   check_load15!50!80           
       }

define service{
       use                             generic-service       
       host_name                       cbsrv002
       service_description             Percent Free - SYS
       is_volatile                     0
       check_period                    24x7
       max_check_attempts              3
       normal_check_interval           5
       retry_check_interval            1
       contact_groups                  novell-admins
       notification_interval           240
       notification_period             24x7
       notification_options            c,r
       check_command                   check_percent_used_sys!10!5 
       }

define service{
       use                             generic-service        

       host_name                       cbsrv002
       service_description             Precent Free - APPS        
       is_volatile                     0
       check_period                    24x7
       max_check_attempts              3
       normal_check_interval           5
       retry_check_interval            1
       contact_groups                  novell-admins
       notification_interval           240
       notification_period             24x7
       notification_options            c,r
       check_command                   check_percent_used_apps!10!5
       }

-=-=-=-

Here's the checkcommand text for the check_percent_used:

define command{
        command_name    check_percent_used_sys
        command_line    $USER1$/check_nwstat -H $HOSTNAME$ -v VPFSYS -w $ARG1$ -c $ARG2$
        }

define command{
        command_name    check_percent_used_apps
        command_line    $USER1$/check_nwstat -H $HOSTNAME$ -v VPFAPPS -w $ARG1$ -c $ARG2A
        }

*=-=-

By the way, the two above check commands work on other servers... As well as the services listed... I've got 17 servers configured with nearly the same text... (except for server name)...

Any clues would be appreciated.

Take Care...


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
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