nagios xi Dynamics AX batch jobs monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Naveed
Posts: 285
Joined: Mon May 30, 2016 10:10 am

nagios xi Dynamics AX batch jobs monitoring

Post by Naveed »

Hello,

Is there any way to monitor Dynamics AX batch jobs through nagios XI

I have found below .zip file, but dont know either its a configuration wizard file or plugin to monitor that.

kindly guide.

https://exchange.nagios.org/directory/P ... 29/details

Thanks
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: nagios xi Dynamics AX batch jobs monitoring

Post by rkennedy »

Keep in mind, this is a third party plugin so we are limited on the support we can provide, and seeing as it's an executable there isn't much debugging we can do.

See the files included in the zip file, one has examples of how it should be used -

Code: Select all

#
# Example NRPE configuration for checkdaxbatch.exe
#
# Written by Simon Butcher <[email protected]>
#
# http://scsc-nagios.sourceforge.net/
#
#
# Please see NRPE documentation for more information!
#


#
# Example using run-time credentials, and the default company in the system's axapta configuration
#
command[checkdaxbatch_eg1]="C:\Program Files\NRPE\Plugins\checkdax.exe" MyCustomClass 300 900


#
# Example same as above, but with a specific company
#
command[checkdaxbatch_eg2]="C:\Program Files\NRPE\Plugins\checkdax.exe" MyCustomClass 300 900 abc


#
# Let's go nuts and specify the credentials precisely too (but make sure you protect your config!)
#
command[checkdaxbatch_eg3]="C:\Program Files\NRPE\Plugins\checkdax.exe" MyCustomClass 300 900 abc someuser S3cR3t1 BigCorpInc 

You might also be able to find more information here - https://sourceforge.net/projects/scsc-nagios/
Former Nagios Employee
Locked