Page 1 of 1

nagios xi Dynamics AX batch jobs monitoring

Posted: Thu Dec 22, 2016 11:34 am
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

Re: nagios xi Dynamics AX batch jobs monitoring

Posted: Thu Dec 22, 2016 2:44 pm
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/