Forum Discussion
LMjosephBrett
LM Conqueror
2 years agoHey
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
- 19 days ago
- 2 years ago
- 10 months ago
- 3 years ago