Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| monitoring:observium:auto-update [2025/02/01 13:09] – created Zyzonix | monitoring:observium:auto-update [2025/02/22 15:22] (current) – Zyzonix | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Auto update Observium with crontab ===== | + | ====== Auto update Observium with crontab |
| Therefore that Observium doesn' | Therefore that Observium doesn' | ||
| 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 ''/ | ||