Cisco UCSM Plugin with Mod Gearman
-
CFT6Server
- Posts: 506
- Joined: Wed Apr 15, 2015 4:21 pm
Cisco UCSM Plugin with Mod Gearman
Just wanted to get some guidance here. We are going to using a mod gearman worker setup and we will be using the Cisco UCSM Plugin (as well as the VMware one). Other than copying the plugins to the workers, would I need to install the SDKs and the whole plugin package on the workers?
Re: Cisco UCSM Plugin with Mod Gearman
The workers will be taking checks from the mod_gearman job server and running them locally. The plugins your gearman workers are running will be dependant on SDKs, libraries, etc. Anything that the plugins are dependent on must be installed on the workers.Other than copying the plugins to the workers, would I need to install the SDKs and the whole plugin package on the workers?
-
CFT6Server
- Posts: 506
- Joined: Wed Apr 15, 2015 4:21 pm
Re: Cisco UCSM Plugin with Mod Gearman
Thanks. The UCSM plugin requires Nagios to be installed. When running the installer, it prompts for the nagios folders and will fail if the folders are present. Any advice for this situation?
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Cisco UCSM Plugin with Mod Gearman
I did some reading and there seems to be two parts to this. I suspect the auto discovery part will not work on the mod gearman workers however the installer.py does have a --plugin option that only installs the monitoring plugin, have you given this a try?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
CFT6Server
- Posts: 506
- Joined: Wed Apr 15, 2015 4:21 pm
Re: Cisco UCSM Plugin with Mod Gearman
Unfortunately it stills gives the same prompt for the Nagios folder. So what I end up doing is just installed the prerequisite SDK and then manually copied the plugins over from the XI instance. I then tested a single check with the worker node. Checks are running on the worker node for the Cisco UCS checks!
Below is what shows up if you run the installer
Below is what shows up if you run the installer
Code: Select all
# ./installer.py --plugin
Searching for Nagios installation path...
No default path found...
Please provide an absolute path : /usr/local/nagios/etc
Your suggested path not found.
Failed to find Nagios installation.
Exiting now.Re: Cisco UCSM Plugin with Mod Gearman
Awesome news! Thanks for sharing the solution - anything else you'd like to add before we lock this up?
-
CFT6Server
- Posts: 506
- Joined: Wed Apr 15, 2015 4:21 pm
Re: Cisco UCSM Plugin with Mod Gearman
That's it. Lock it up, thanks.