AZURE monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
abhi321jay
Posts: 69
Joined: Mon May 01, 2017 1:23 am

AZURE monitoring

Post by abhi321jay »

hii,

please suggest how can i monitor whole AZURE account with credentials.
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: AZURE monitoring

Post 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.
Former Nagios employee
https://www.mcapra.com/
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: AZURE monitoring

Post by tmcdonald »

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

Post 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
You do not have the required permissions to view the files attached to this post.
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: AZURE monitoring

Post 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
Former Nagios employee
https://www.mcapra.com/
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: AZURE monitoring

Post by tgriep »

Thanks @mcapra for the help.
@abhi321jay , if you have any further questions, let us know.
Be sure to check out our Knowledgebase for helpful articles and solutions!
abhi321jay
Posts: 69
Joined: Mon May 01, 2017 1:23 am

Re: AZURE monitoring

Post by abhi321jay »

thanks n
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: AZURE monitoring

Post by tgriep »

Shall I close and lock the post as solved?
Be sure to check out our Knowledgebase for helpful articles and solutions!
abhi321jay
Posts: 69
Joined: Mon May 01, 2017 1:23 am

Re: AZURE monitoring

Post by abhi321jay »

yes please
Locked