ESXI Plugin plugin spawns in the 1000s

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
khouryi
Posts: 13
Joined: Wed Aug 30, 2017 2:28 pm

Re: ESXI Plugin plugin spawns in the 1000s

Post 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
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: ESXI Plugin plugin spawns in the 1000s

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
khouryi
Posts: 13
Joined: Wed Aug 30, 2017 2:28 pm

Re: ESXI Plugin plugin spawns in the 1000s

Post by khouryi »

I will review the configuration with the support team and get back.

Thanks for the example / feedback.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: ESXI Plugin plugin spawns in the 1000s

Post by tgriep »

Your welcome. Let us know if you have any further questions.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked