Unknown state flapping

Aaron Macks amacks at techtarget.com
Fri Apr 15 03:52:53 CEST 2005


hoping the description would have jogged a memory
nagios master:
Red Hat Linux release 8.0 (Psyche)
nagios 1.1
ssh used to check client, 3.4

plugin from nagios-plugins 1.4
check_disk
check_load
client OS Red Hat Linux release 7.2 (Enigma)
ssh version 2.9.2

the other client with the same problem has the same stats
there are several other clients with the same stats that exhibit no problems

I've recopied all of the keys and plugins to the clients and 
rechecked the configs
the commands that cause the hosts to be checked:
hosts.cfg:
define host{
	use			generic-host
	host_name		stern
	alias			stern
	address			192.168.1.240
	check_command		check-host-alive
	max_check_attempts	10
	notification_interval	60
	notification_period	24x7
	notification_options	d,u,r
	}

hostgroups.cfg:
define hostgroup {
	hostgroup_name	....primarydb
	alias			Primary Database servers
	contact_groups	sysadmins
	members			..., stern, ...
}

services.cfg:
define service {
	use				normal-service
	hostgroup_name			...primarydb
	service_description		DISK
	check_command			ssh_check_disk!15%!8%
	}

checkcommands.cfg:
define command {
	command_name	ssh_check_disk
	command_line	/apps/nagios/libexec/check_by_ssh -t 15 -H 
$HOSTADDRESS$ -C '/apps/nagios/libexec/check_disk -w $ARG1$ -c $ARG2$ 
-e -X proc -X tmpfs -X devpts -X iso9660 -X usbdevfs'
	}


-- 
____________________________________________
Aaron Macks		amacks at techtarget.com
TechTarget			PGP keyid: FBE946C5
117 Kendrick St, Suite 800	Phone: (781) 657-1519
Needham, MA 02494		Fax:      (781) 657-1100


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&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