Page 1 of 1

AZURE monitoring

Posted: Tue May 30, 2017 2:09 am
by abhi321jay
hii,

please suggest how can i monitor whole AZURE account with credentials.

Re: AZURE monitoring

Posted: Tue May 30, 2017 8:36 am
by mcapra
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.

Re: AZURE monitoring

Posted: Tue May 30, 2017 10:48 am
by tmcdonald
Thanks for the post, @mcapra! OP, let us know if you have further questions.

Re: AZURE monitoring

Posted: Wed May 31, 2017 12:54 am
by abhi321jay
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

Re: AZURE monitoring

Posted: Wed May 31, 2017 8:25 am
by mcapra
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/
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
For starters, you could try installing the azure module through pip like so:

Code: Select all

pip install azure
Or you could install it manually:
https://pypi.python.org/pypi/azure

Re: AZURE monitoring

Posted: Wed May 31, 2017 11:51 am
by tgriep
Thanks @mcapra for the help.
@abhi321jay , if you have any further questions, let us know.

Re: AZURE monitoring

Posted: Tue Jun 06, 2017 1:00 am
by abhi321jay
thanks n

Re: AZURE monitoring

Posted: Tue Jun 06, 2017 10:42 am
by tgriep
Shall I close and lock the post as solved?

Re: AZURE monitoring

Posted: Fri Jun 23, 2017 2:49 am
by abhi321jay
yes please