###############################################################################
#
# Services configuration file
#
# Created by: Nagios CCM 2.7.0
# Date: 2018-10-10 11:45:38
# Version: Nagios Core 4.x
#
# --- 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.
#
###############################################################################
###############################################################################
#
# Services configuration file
#
# END OF FILE
#
###############################################################################
---end of file
copy of details of service
-
Command view
$USER1$/check_esx3.pl -H "$HOSTADDRESS$" -f "$ARG1$" -N "$ARG2$" -l "$ARG3$" $ARG4$
$ARG1$
/usr/local/nagiosxi/etc/components/vmware/usbbvc1001_corp_inbaxalta_com_auth.txt
$ARG2$
USBBBSP0001
$ARG3$
CPU
ESXI Plugin plugin spawns in the 1000s
Re: ESXI Plugin plugin spawns in the 1000s
The service configuration does not look correct at all. It should look similar to the following example.
If what you posted is in the service config file, you should delete that service and re-run the Wizard so it can recreate that configuration.
Code: Select all
define service {
host_name 192.168.1.1
service_description Ubuntu CPU Usage
use xiwizard_generic_service
check_command check_esx3_guest!/usr/local/nagiosxi/etc/components/vmware/192_168_7_20_auth.txt!Ubuntu-16.04 LTS!CPU!!
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
notifications_enabled 0
contacts nagiosadmin
_xiwizard vmware
register 1
}Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: ESXI Plugin plugin spawns in the 1000s
I will review the configuration with the support team and get back.
Thanks for the example / feedback.
Thanks for the example / feedback.
Re: ESXI Plugin plugin spawns in the 1000s
Your welcome. Let us know if you have any further questions.
Be sure to check out our Knowledgebase for helpful articles and solutions!