From bcbf089935847702d5006c234f8fe81c7dcc1306 Mon Sep 17 00:00:00 2001 From: Boris Gallet Date: Tue, 20 Feb 2024 15:03:43 +0100 Subject: [PATCH] new: [send] add cron hourly for disk_usage and load_average_max --- bin/myc-update | 1 + etc/cron.d/alerting | 3 +++ etc/cron.hourly/disk_usage | 38 ++++++++++++++++++++++++++++++++ etc/cron.hourly/load_average_max | 26 ++++++++++++++++++++++ 4 files changed, 68 insertions(+) create mode 100644 etc/cron.d/alerting create mode 100755 etc/cron.hourly/disk_usage create mode 100755 etc/cron.hourly/load_average_max diff --git a/bin/myc-update b/bin/myc-update index 12437cd..84b6e0e 100755 --- a/bin/myc-update +++ b/bin/myc-update @@ -62,6 +62,7 @@ EOF Wrap -d "Updating cron scripts" <