check udp port
Posted: Wed Oct 18, 2017 6:12 am
hello
I am checking the specific port 19523 on a red hat Linux server and I am not getting a notification when the port is down by stopping a service
I think the argument is wrong
I am sending the config file and screenshot by attachment
I am checking the specific port 19523 on a red hat Linux server and I am not getting a notification when the port is down by stopping a service
I think the argument is wrong
I am sending the config file and screenshot by attachment
Code: Select all
[/###############################################################################
#
# Service configuration file
#
# Created by: Nagios Core Config Manager 2.6.9
# Date: 2017-10-18 11:09:07
# Version: Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# Nagios CCM will overwrite all manual settings during the next update if you
# would like to edit files manually, place them in the 'static' directory or
# import your configs into the CCM by placing them in the 'import' directory.
#
###############################################################################
define service {
host_name dev-smarts-01.exp001.exponential-e.net.
service_description dev-te-01
use xiwizard_udp_service
check_command check_udp!-p 19523 !!!!!!!
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 10
notification_period xi_timeperiod_24x7
contacts nagiosadmin
_xiwizard tcpudpport
register 1
}
###############################################################################
#
# Service configuration file
#
# END OF FILE
#
code]