Hi All,
We have a lot of application based monitoring that runs at different intervals (daily, hourly, weekly, monthly). Each of these are important for the health of the application. At the moment these run via cron or task scheduler and they output events both success & failure.
My question is: 1. Can we use prtg to collect the outputs of these so we can receive alerts if they fail? 2. Can we use prtg to identify if they did not run at all (e.g. silently failed and report nothing back).
Note: I dont think I want to use prtg to actually run the tasks (in replace of cron) but more to collect the output of these jobs (which could be in xml form).
Add comment