Monitoring Microsoft Message Queues

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
PatrickV
Posts: 2
Joined: Wed Oct 16, 2013 3:19 am

Monitoring Microsoft Message Queues

Post by PatrickV »

Hello,

Our company is trying out Nagios XI and could be a replacement for the tools that we are running now.
What is very imported for us is to be able to monitor Microsoft Message Queues.

Can anyone provide use with information how to do this?

Thank you and regards,

PatrickV
reincarne
Posts: 146
Joined: Wed Jun 26, 2013 4:39 am

Re: Monitoring Microsoft Message Queues

Post by reincarne »

Do you have an API or something where you can see the ques?
Because In my company we had to monitor some queue in Azure and there was a page where you could see the ques status and you had an option to export it as XML/CSV.
What I did is I wrote a script which exports every minute the CSV file, and then writes the details inside a text file, and I basically monitor the TXT file which gives me what I need.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Monitoring Microsoft Message Queues

Post by sreinhardt »

I am actually working on something regarding exchange queues and various other M$ enterprise products, although it is a fair ways from being finished. Depending on what you are looking to monitor, I would highly suggest taking a look at the performance counters available, I added a link below that I find pretty useful! http://www.questiondriven.com/2011/06/0 ... onitoring/
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
PatrickV
Posts: 2
Joined: Wed Oct 16, 2013 3:19 am

Re: Monitoring Microsoft Message Queues

Post by PatrickV »

I will look into the performance counters. Thanks.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Monitoring Microsoft Message Queues

Post by sreinhardt »

You're welcome, let us know if you have any issues or questions. I'll leave this unlocked for now.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Locked