Forum Discussion
LMjosephBrett
2 years agoLM Conqueror
Hey
So, the PropertySource appliesTo requires that name.
startsWith(hostname,"status") || hostname =~ "statuspage" || hostname =~ "atlassian.com" || hostname =~ "status.com" || hasCategory("statuspage")
However, there is also a part of the appliesTo which is just looking for the category of “statuspage” being applied to a device.
|| hasCategory("statuspage")
You could add the site you are looking to monitor and then add the category of “statuspage” to it. The only thing to note here is that the DataSource looks to be built specifically to parse pages that are set up through status.io, so if you apply it to a different site it may not work. It doesn’t hurt to try though!
Related Content
- 10 months ago
- 7 months ago
- 2 years ago
- 11 months ago