_webstatus_name = "Bitwarden";
_webstatus_url = "https://bitwarden.eban.bzh/";
})
+ (serviceTemplate {
+ service_description = "I Learned website is up and running";
+ check_command = [ "check_https" "ilearned.eu.org" "/" "<title" ];
+
+ _webstatus_name = "I Learned website";
+ _webstatus_url = "https://ilearned.eu.org/";
+ })
+ (serviceTemplate {
+ service_description = "I Learned gitea is up and running";
+ check_command = [ "check_https" "git.ilearned.eu.org" "/" "<title" ];
+
+ _webstatus_name = "I Learned Git";
+ _webstatus_url = "https://git.ilearned.eu.org/";
+ })
];
}