pages:howtos:monit:nextcloud_update
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
pages:howtos:monit:nextcloud_update [2021/01/31 00:08] – created mischerh | pages:howtos:monit:nextcloud_update [2021/12/09 23:24] (current) – rokkitlawnchair | ||
---|---|---|---|
Line 1: | Line 1: | ||
{{tag> | {{tag> | ||
====== Monitor Nextcloud Updates ====== | ====== Monitor Nextcloud Updates ====== | ||
+ | * https:// | ||
+ | * https:// | ||
+ | <sxh php; title: nextcloud-update-check.php> | ||
+ | <?php | ||
+ | |||
+ | error_reporting(E_ALL); | ||
+ | ini_set(" | ||
+ | |||
+ | function exception_error_handler($errno, | ||
+ | { | ||
+ | throw new ErrorException($errstr, | ||
+ | }; | ||
+ | |||
+ | function before($needle, | ||
+ | { | ||
+ | return substr($stack, | ||
+ | }; | ||
+ | |||
+ | function getUrlContent($url) | ||
+ | { | ||
+ | $ch = curl_init(); | ||
+ | curl_setopt($ch, | ||
+ | curl_setopt($ch, | ||
+ | curl_setopt($ch, | ||
+ | curl_setopt($ch, | ||
+ | curl_setopt($ch, | ||
+ | $data = curl_exec($ch); | ||
+ | $httpcode = curl_getinfo($ch, | ||
+ | curl_close($ch); | ||
+ | return ($httpcode> | ||
+ | }; | ||
+ | |||
+ | |||
+ | set_error_handler(" | ||
+ | |||
+ | |||
+ | require_once("/ | ||
+ | |||
+ | |||
+ | $current = implode(" | ||
+ | |||
+ | $myurl = " | ||
+ | #$myurl = " | ||
+ | |||
+ | $mydata = getUrlContent(" | ||
+ | |||
+ | if (!empty(" | ||
+ | { | ||
+ | $xml = simplexml_load_string(" | ||
+ | $new = $xml-> | ||
+ | |||
+ | echo " | ||
+ | |||
+ | exit(1); | ||
+ | }; | ||
+ | |||
+ | echo " | ||
+ | |||
+ | exit(0); | ||
+ | |||
+ | ?> | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | ~~DISCUSSION~~ |
pages/howtos/monit/nextcloud_update.1612051726.txt.gz · Last modified: 2021/01/31 00:08 by mischerh