hii,
please suggest how can i monitor whole AZURE account with credentials.
AZURE monitoring
Re: AZURE monitoring
This python package might come in handy and seems relatively well documented:
https://exchange.nagios.org/directory/P ... or/details
https://pypi.python.org/pypi/azuremonitor/
It looks like it's been a while since it was last updated, though. I unfortunately don't have an Azure account to test against.
https://exchange.nagios.org/directory/P ... or/details
https://pypi.python.org/pypi/azuremonitor/
It looks like it's been a while since it was last updated, though. I unfortunately don't have an Azure account to test against.
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: AZURE monitoring
Thanks for the post, @mcapra! OP, let us know if you have further questions.
Former Nagios employee
-
abhi321jay
- Posts: 69
- Joined: Mon May 01, 2017 1:23 am
Re: AZURE monitoring
i"m using Nagios XI , & i"m still not being able to monitor please provide steps for that .
i have downloaded the plugins provided by you but its not working.
Please find attached snapshot
i have downloaded the plugins provided by you but its not working.
Please find attached snapshot
You do not have the required permissions to view the files attached to this post.
Re: AZURE monitoring
Per the Python page's documentation, you'll need to make sure you install all the necessary dependencies. It looks like you haven't installed the azure module yet.
From: https://pypi.python.org/pypi/azuremonitor/
Or you could install it manually:
https://pypi.python.org/pypi/azure
From: https://pypi.python.org/pypi/azuremonitor/
For starters, you could try installing the azure module through pip like so:Dependencies
- Python 2.6 or 2.7
- azure - Window Azure sdk for Python
- argparse - For Python 2.6
- OpenSSL - pyOpenSSL
- pyodbc - Connect to SQL Azure
- FreeTDS - Used by ODBC to connect to SQL Azure
Code: Select all
pip install azurehttps://pypi.python.org/pypi/azure
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: AZURE monitoring
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: AZURE monitoring
Shall I close and lock the post as solved?
Be sure to check out our Knowledgebase for helpful articles and solutions!