I have set up Host Monitor with lots of different tests. Using the Custom HTML report the 'Bad' or 'Warning' results are presented on a big screen at our office. The reports are generated when a 'bad' or 'good' status occurs (using a Action Profile). I have included a 'live' javascript file so the Custom HTML report refreshes itself when the report is generated.
When a bad status occurs a test turns red obviously, but some tests (like CPU Usage) will turn green (good) again when a later test turns out OK.
For example: CPU usage > 70% gives bad status, 2 mins later; CPU < 70% gives good status again.
I actually want to keep the 'bad' status and run test again AFTER acknowledgement. So our employees can see that something happened with a PC's CPU and acknowledge it.
I tried to keep this 'bad' status by changing the test interval (not very convenient but I thought its the only way)
So;
1. Bad status occurs ---> Generate Report
2. Keep this 'bad' status ---> Change test interval (delay test for couple of hours)
3. Acknowledge test ---> Generate Report (so acknowledge tests are presented)
4. Resume testing ---> Change test interval to original value
I have setup following actions when Bad status occurs:
- Generate report, starts after 1 consecutive bad result
- Change test interval, delay test for 10 hours to keep bad status
- Generate report, by expression: %AckRecurrences%==1, to present acknowledged test on screen (NOT WORKING)
- Change test interval to original, to resume testing (NOT WORKING)
Some actions are not working as mentioned. Do you know why?
Is it possible to have 'double' actions like I have?
Maybe I'm thinking in the wrong way and maybe you have a much better/more convenient solution for this problem.
Anyway, I hope that you can help me with this
