Trying to install the Dell EMC OpenManage Plugin for Nagios xi, following instructions from
https://www.dell.com/support/manuals/en ... lang=en-us
The prerequisites are completed Nagios xi 5.8.6, Centos 7.9 python 2.7.5 , Argparse and Netaddr modules installed
Trying to import Dell_EMC_OM_Nagiosxi_monitoring_wizard.zip as a wizard
Always fails with Wizard upload failed.
Dell EMC OpenManage Plug-in for Nagios xi
-
- Posts: 1288
- Joined: Tue Jun 01, 2021 1:27 pm
Re: Dell EMC OpenManage Plug-in for Nagios xi
Hello @perryell
Thanks for reaching out, ran through the install on my test VM and we see that it is reporting the log events to: '/usr/local/nagiosxi/var/cmdsubsys.log'
A quick overview by: (a good summary on where it is logging)
Then lets take a deeper view:
Attached are the results from my test VM component install.
what does your environment look like:
To send us your system profile.
Thanks,
Perry
Thanks for reaching out, ran through the install on my test VM and we see that it is reporting the log events to: '/usr/local/nagiosxi/var/cmdsubsys.log'
A quick overview by: (a good summary on where it is logging)
Code: Select all
grep -Eir 'dell|emc|wizard' /usr/local/nagiosxi/var/* --color=always | less -SR
Code: Select all
cat /usr/local/nagiosxi/var/cmdsubsys.log | grep -Ei 'error|warn|fail|dell_emc|dell|emc' --color=always -A 10000 -B 10000 | less -SR
what does your environment look like:
Code: Select all
cat /usr/local/nagiosxi/var/xiversion | grep full
sudo cat /etc/os-release
sudo uname -a
sudo hostnamectl
sudo lsb_release -a
php -v
php -r 'phpinfo();'
yum repolist
- Login to the Nagios xi GUI using a web browser.
- Click the "Admin" > "System Profile" Menu
- Click the "Download Profile" button
- Save the profile.zip file and share
Thanks,
Perry