Page 2 of 2

Re: ESXI Plugin plugin spawns in the 1000s

Posted: Wed Oct 10, 2018 10:48 am
by khouryi
###############################################################################
#
# 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

Re: ESXI Plugin plugin spawns in the 1000s

Posted: Wed Oct 10, 2018 11:03 am
by tgriep
The service configuration does not look correct at all. It should look similar to the following example.

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
}
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.

Re: ESXI Plugin plugin spawns in the 1000s

Posted: Wed Oct 10, 2018 11:20 am
by khouryi
I will review the configuration with the support team and get back.

Thanks for the example / feedback.

Re: ESXI Plugin plugin spawns in the 1000s

Posted: Wed Oct 10, 2018 1:18 pm
by tgriep
Your welcome. Let us know if you have any further questions.