Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Thanks for your replying. My hosts, services and command.
My host:
###############################################################################
#
# Host configuration file
#
# Created by: Nagios QL Version 3.2.0
# Date: 2017-01-02 13:18:56
# Version: Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# Nagios QL will overwite all manual settings during the next update
#
###############################################################################
define host {
host_name _UDP-C
alias 4F UDP-C
address 172.16.x.x
use xxx-server
contacts nagiosadmin
register 1
}
###############################################################################
#
# Host configuration file
#
# END OF FILE
#
###############################################################################
My service:
###############################################################################
#
# Service configuration file
#
# Created by: Nagios QL Version 3.2.0
# Date: 2017-01-02 13:18:57
# Version: Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# Nagios QL will overwite all manual settings during the next update
#
###############################################################################
define service {
#NAGIOSQL_CONFIG_NAME imp_n6t4-UDPC
host_name _UDP-A
service_description Current UDP C
display_name Current UDP C
use generic-env832-device
check_command check_current_pmm_udp!21!0!1100
passive_checks_enabled 1
register 1
}
###############################################################################
#
# Service configuration file
#
# END OF FILE
#
###############################################################################
You will want to modify the python script to have a longer timeout as @Box293 mentioned, or debug why that variable is happening. This isn't a standard plugin, so we're limited on the help we can provide for it.