Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
monitoring:observium:auto-update [2025/02/01 13:14] – Zyzonix | monitoring:observium:auto-update [2025/02/22 15:22] (current) – Zyzonix | ||
---|---|---|---|
Line 6: | Line 6: | ||
Create a crontab file with the following content: | Create a crontab file with the following content: | ||
- | <panel type=" | + | <panel type=" |
<code bash> | <code bash> | ||
- | #!/ | + | # run observium update once a week |
MAILTO=< | MAILTO=< | ||
+ | 0 6 * * 7 root /bin/bash / | ||
+ | </ | ||
+ | </ | ||
+ | And create the following file: | ||
+ | <panel type=" | ||
+ | <code bash> | ||
+ | # | ||
echo "" | echo "" | ||
echo "» Updating | echo "» Updating | ||
Line 27: | Line 34: | ||
In case that your system has a proper configured '' | In case that your system has a proper configured '' | ||
+ | Usually one script in ''/ |