Page 1 of 1

monitor state of some applications that run by third Softwar

Posted: Mon Jul 17, 2017 1:08 am
by baber
Dear all
Hi

i have installed an application with name is AlwaysUp functional this application is that will startup and up all of software or applcations that add to this program
(i have attached pic) now i want to know how can monitor state of applications that has been added to AlwaysUp for example in pic that attached can see 3 application has been added and their state is Running


BR
Babak

Re: monitor state of some applications that run by third Sof

Posted: Mon Jul 17, 2017 11:25 am
by mcapra
You might look around on the Nagios Exchange or Google to see if someone has created a plugin that interacts with AlwaysUp in the way you would like. I wasn't able to find one in my very limited searching.

It does look like AlwaysUp has a web API that you could access:
https://www.coretechnologies.com/produc ... iceAPI.pdf

So you could probably write a plugin to access that web API then verify that a specific application, or all applications, are in a "Running" state by parsing the returned XML. More info on developing a Nagios compatible plugin:
https://nagios-plugins.org/doc/guidelines.html

Re: monitor state of some applications that run by third Sof

Posted: Mon Jul 17, 2017 1:59 pm
by tgriep
Thanks @mcapra for the help.