I'm wondering is it possible to create a Health Check that allows the user to select a content node. The outcome that I want the health check to achieve is that a particular content page exists and is published.
If this isn't possible, is there another way to achieve this? - e.g. allow the user to put a uid into a textinput? Where would I store this value? I'm guessing in one of the config files but am wondering what best practice would be.
If there are any similar types of health checks that exist I'd appreciate a pointer toward them. Thanks!
Hi Alan
There is a similar health check in the email settings check. The one where if you haven't set a specific from address and you still have the default one, it gives you a text box to enter an email address.
I think this is the right direction to go for what is currently possible with the healthchecker at the moment. Interestingly, there's a bug that only allows specifying a custom value as an email address.
Health Check with Content Picker
Hi,
I'm wondering is it possible to create a Health Check that allows the user to select a content node. The outcome that I want the health check to achieve is that a particular content page exists and is published.
If this isn't possible, is there another way to achieve this? - e.g. allow the user to put a uid into a textinput? Where would I store this value? I'm guessing in one of the config files but am wondering what best practice would be.
If there are any similar types of health checks that exist I'd appreciate a pointer toward them. Thanks!
Alan
Hi Alan There is a similar health check in the email settings check. The one where if you haven't set a specific from address and you still have the default one, it gives you a text box to enter an email address.
https://github.com/umbraco/Umbraco-CMS/blob/dev-v7/src/Umbraco.Web/HealthCheck/Checks/Config/NotificationEmailCheck.cs
Cheers
Paul
Thanks Paul,
I think this is the right direction to go for what is currently possible with the healthchecker at the moment. Interestingly, there's a bug that only allows specifying a custom value as an email address.
I've logged an issue against it: https://github.com/umbraco/Umbraco-CMS/issues/5110
Thanks,
Alan
is working on a reply...