|
From: Gonzales, Y. <ygo...@me...> - 2005-09-08 18:27:48
|
I am running PerfParse v0.105.6 and Nagios 2.0b4. The performance graphs
work on all of the services I have setup so far except check_ping. Is
there an alternative to check_ping that will let us graph the ping times
to different network devices or am I just missing something in the
config?
My generic-service config:
define service{
name generic-service
active_checks_enabled 1
passive_checks_enabled 1
parallelize_check 1
obsess_over_service 1
check_freshness 0
notifications_enabled 1
event_handler_enabled 1
flap_detection_enabled 1
failure_prediction_enabled 1
process_perf_data 1
retain_status_information 1
retain_nonstatus_information 1
register 0
}
One of my host configs:
define service{
use generic-service
host_name uscpg1stwap1
service_description PING
is_volatile 0
check_period 24x7
max_check_attempts 4
normal_check_interval 5=20
retry_check_interval 1
contact_groups admins
notification_interval 960
notification_period 24x7
check_command check_ping!100.0,20%!500.0,60%
}
Youn Gonzales
Network Engineer
MedAssets Supply Chain Systems
280 S Mount Auburn Rd
Cape Girardeau, MO 63703
(573) 332-2285 Phone
(573) 332-2300 Fax
ygo...@me...
"The information transmitted is intended only for the person or entity to=
which it is addressed and may contain confidential, proprietary, and/or =
privileged material. Any review, retransmission, dissemination or other u=
se of, or taking of any action in reliance upon this information by perso=
ns or entities other than the intended recipient is prohibited. If you re=
ceived this in error, please contact the sender and delete the material f=
rom all computers"
=0D
|