I have a remote site deployed with a Mitel Trust (previously Shoretel Cloud) phone system.
I desired a way to have my PRTG install monitor the status of the cloud hosted phone system.
I was able to find this webpage:
https://trust.shoretel.com/ShoreTelTrustSystemStatus?r=US/Canada
Which displays the current status of their systems in Green, Yellow, Red fashion.
Using the HTTP advanced sensor I was able to set the "exclude keyword" settings and right a regex to match:
Exclude keyword: - set sensor to warning if keyword is found response must not include: (Status BLUE|Status YELLOW|Status RED) - Regular expression
However, in an ideal setup I would have two (or more) sets of exclude keyword options so that I can set to "warning" when status is BLUE or YELLOW and set to "down" when status is RED.
I have worked around it by using two sensors, setting one to go "down" when status RED. And the other to go "warning" when Status YELLOW.
Is there any way to have multiple exclude (or require) keyword settings each with a unique sensor trip?
Thanks.
- Ben
Add comment