Hi ,
We trying to monitoring Xen Server storage repository from NagiosXI.
Following plugin i tried for monitoring . But i'm getting error while running the plugin from NagiosXI.
https://exchange.nagios.org/directory/P ... py/details
Error:
-----------------------------------------------------------------
Traceback (most recent call last):
File "./check_sr.py", line 41, in <module>
import XenAPI
ImportError: No module named XenAPI
---------------------------------------------------------------
For this error we need to install xen server sdk or not .
if required install to run the plugin .
Where we will install sdk on xen server? or nagios server?
Xen Server Storage repository monitoring
Re: Xen Server Storage repository monitoring
Based on my reading of both the plugin's description and the code itself (which is to say I've not used this plugin), you will at the very least need to install the XenAPI package on whichever machine ends up running this plugin. This package should be available via pip:Gonela wrote:For this error we need to install xen server sdk or not .
https://pypi.org/project/XenAPI/
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: Xen Server Storage repository monitoring
Thanks, Matt!
@Gonela, let us know if mcapra's suggestion helped you resolve the issue.
@Gonela, let us know if mcapra's suggestion helped you resolve the issue.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Xen Server Storage repository monitoring
Thanks for help.
issue resolve with that link.
Now you can close this thread
issue resolve with that link.
Now you can close this thread