aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-11-11 22:42:54 +0100
committerGravatar Christian Hesse <mail@eworm.de>2021-11-11 22:50:30 +0100
commita9f81c7a14a5001bcdb5516c369886c41e42dc22 (patch)
tree72a1d638dc34a52b18291e80601d47afb72ddb99
parent8a941fcd8d604a0add5b2b5f237b67334553d439 (diff)
doc: move notification images to script-specific directories
-rw-r--r--doc/check-certificates.d/notification.svg (renamed from doc/notifications/check-certificates.svg)0
-rw-r--r--doc/check-certificates.md2
-rw-r--r--doc/check-health.d/notification-01-voltage.svg (renamed from doc/notifications/check-health-voltage.svg)0
-rw-r--r--doc/check-health.d/notification-02-temperature-high.svg (renamed from doc/notifications/check-health-temperature-high.svg)0
-rw-r--r--doc/check-health.d/notification-03-temperature-ok.svg (renamed from doc/notifications/check-health-temperature-ok.svg)0
-rw-r--r--doc/check-health.d/notification-04-psu-fail.svg (renamed from doc/notifications/check-health-psu-fail.svg)0
-rw-r--r--doc/check-health.d/notification-05-psu-ok.svg (renamed from doc/notifications/check-health-psu-ok.svg)0
-rw-r--r--doc/check-health.md10
-rw-r--r--doc/check-lte-firmware-upgrade.d/notification.svg (renamed from doc/notifications/check-lte-firmware-upgrade.svg)0
-rw-r--r--doc/check-lte-firmware-upgrade.md2
-rw-r--r--doc/check-routeros-update.d/notification.svg (renamed from doc/notifications/check-routeros-update.svg)0
-rw-r--r--doc/check-routeros-update.md2
-rw-r--r--doc/cloud-backup.d/notification.svg (renamed from doc/notifications/cloud-backup.svg)0
-rw-r--r--doc/cloud-backup.md2
-rw-r--r--doc/collect-wireless-mac.d/notification.svg (renamed from doc/notifications/collect-wireless-mac.svg)0
-rw-r--r--doc/collect-wireless-mac.md2
-rw-r--r--doc/daily-psk.d/notification.svg (renamed from doc/notifications/daily-psk.svg)0
-rw-r--r--doc/daily-psk.md2
-rw-r--r--doc/log-forward.d/notification.svg (renamed from doc/notifications/log-forward.svg)0
-rw-r--r--doc/log-forward.md2
-rw-r--r--doc/netwatch-notify.d/notification-01-down.svg (renamed from doc/notifications/netwatch-notify-down.svg)0
-rw-r--r--doc/netwatch-notify.d/notification-02-up.svg (renamed from doc/notifications/netwatch-notify-up.svg)0
-rw-r--r--doc/netwatch-notify.md4
-rw-r--r--doc/sms-forward.d/notification.svg (renamed from doc/notifications/sms-forward.svg)0
-rw-r--r--doc/sms-forward.md2
-rw-r--r--doc/upload-backup.d/notification.svg (renamed from doc/notifications/upload-backup.svg)0
-rw-r--r--doc/upload-backup.md2
27 files changed, 16 insertions, 16 deletions
diff --git a/doc/notifications/check-certificates.svg b/doc/check-certificates.d/notification.svg
index a299963..a299963 100644
--- a/doc/notifications/check-certificates.svg
+++ b/doc/check-certificates.d/notification.svg
diff --git a/doc/check-certificates.md b/doc/check-certificates.md
index 9059034..44bee7a 100644
--- a/doc/check-certificates.md
+++ b/doc/check-certificates.md
@@ -14,7 +14,7 @@ certificates that are still about to expire.
### Sample notification
-![check-certificates notification](notifications/check-certificates.svg)
+![check-certificates notification](check-certificates.d/notification.svg)
Requirements and installation
-----------------------------
diff --git a/doc/notifications/check-health-voltage.svg b/doc/check-health.d/notification-01-voltage.svg
index 81f7178..81f7178 100644
--- a/doc/notifications/check-health-voltage.svg
+++ b/doc/check-health.d/notification-01-voltage.svg
diff --git a/doc/notifications/check-health-temperature-high.svg b/doc/check-health.d/notification-02-temperature-high.svg
index 15250f8..15250f8 100644
--- a/doc/notifications/check-health-temperature-high.svg
+++ b/doc/check-health.d/notification-02-temperature-high.svg
diff --git a/doc/notifications/check-health-temperature-ok.svg b/doc/check-health.d/notification-03-temperature-ok.svg
index d517e57..d517e57 100644
--- a/doc/notifications/check-health-temperature-ok.svg
+++ b/doc/check-health.d/notification-03-temperature-ok.svg
diff --git a/doc/notifications/check-health-psu-fail.svg b/doc/check-health.d/notification-04-psu-fail.svg
index 5d5d573..5d5d573 100644
--- a/doc/notifications/check-health-psu-fail.svg
+++ b/doc/check-health.d/notification-04-psu-fail.svg
diff --git a/doc/notifications/check-health-psu-ok.svg b/doc/check-health.d/notification-05-psu-ok.svg
index aae56c9..aae56c9 100644
--- a/doc/notifications/check-health-psu-ok.svg
+++ b/doc/check-health.d/notification-05-psu-ok.svg
diff --git a/doc/check-health.md b/doc/check-health.md
index 7accc62..9e9e501 100644
--- a/doc/check-health.md
+++ b/doc/check-health.md
@@ -27,17 +27,17 @@ hardware supports:
#### Voltage
-![check-health notification voltage](notifications/check-health-voltage.svg)
+![check-health notification voltage](check-health.d/notification-01-voltage.svg)
#### Temperature
-![check-health notification](notifications/check-health-temperature-high.svg)
-![check-health notification](notifications/check-health-temperature-ok.svg)
+![check-health notification](check-health.d/notification-02-temperature-high.svg)
+![check-health notification](check-health.d/notification-03-temperature-ok.svg)
#### PSU state
-![check-health notification](notifications/check-health-psu-fail.svg)
-![check-health notification](notifications/check-health-psu-ok.svg)
+![check-health notification](check-health.d/notification-04-psu-fail.svg)
+![check-health notification](check-health.d/notification-05-psu-ok.svg)
Requirements and installation
-----------------------------
diff --git a/doc/notifications/check-lte-firmware-upgrade.svg b/doc/check-lte-firmware-upgrade.d/notification.svg
index 70aad88..70aad88 100644
--- a/doc/notifications/check-lte-firmware-upgrade.svg
+++ b/doc/check-lte-firmware-upgrade.d/notification.svg
diff --git a/doc/check-lte-firmware-upgrade.md b/doc/check-lte-firmware-upgrade.md
index 55d5cf8..ef68bcb 100644
--- a/doc/check-lte-firmware-upgrade.md
+++ b/doc/check-lte-firmware-upgrade.md
@@ -19,7 +19,7 @@ upgrades. Currently supported LTE hardware:
### Sample notification
-![check-lte-firmware-upgrade notification](notifications/check-lte-firmware-upgrade.svg)
+![check-lte-firmware-upgrade notification](check-lte-firmware-upgrade.d/notification.svg)
Requirements and installation
-----------------------------
diff --git a/doc/notifications/check-routeros-update.svg b/doc/check-routeros-update.d/notification.svg
index 1eabdbb..1eabdbb 100644
--- a/doc/notifications/check-routeros-update.svg
+++ b/doc/check-routeros-update.d/notification.svg
diff --git a/doc/check-routeros-update.md b/doc/check-routeros-update.md
index 5ebdede..9385341 100644
--- a/doc/check-routeros-update.md
+++ b/doc/check-routeros-update.md
@@ -21,7 +21,7 @@ automatically is supported.
### Sample notification
-![check-routeros-update notification](notifications/check-routeros-update.svg)
+![check-routeros-update notification](check-routeros-update.d/notification.svg)
Requirements and installation
-----------------------------
diff --git a/doc/notifications/cloud-backup.svg b/doc/cloud-backup.d/notification.svg
index 8b84b8f..8b84b8f 100644
--- a/doc/notifications/cloud-backup.svg
+++ b/doc/cloud-backup.d/notification.svg
diff --git a/doc/cloud-backup.md b/doc/cloud-backup.md
index 182dd01..7522bc1 100644
--- a/doc/cloud-backup.md
+++ b/doc/cloud-backup.md
@@ -13,7 +13,7 @@ This script uploads [binary backup to Mikrotik cloud](https://wiki.mikrotik.com/
### Sample notification
-![cloud-backup notification](notifications/cloud-backup.svg)
+![cloud-backup notification](cloud-backup.d/notification.svg)
Requirements and installation
-----------------------------
diff --git a/doc/notifications/collect-wireless-mac.svg b/doc/collect-wireless-mac.d/notification.svg
index fe1d20f..fe1d20f 100644
--- a/doc/notifications/collect-wireless-mac.svg
+++ b/doc/collect-wireless-mac.d/notification.svg
diff --git a/doc/collect-wireless-mac.md b/doc/collect-wireless-mac.md
index 7d3c815..380c89f 100644
--- a/doc/collect-wireless-mac.md
+++ b/doc/collect-wireless-mac.md
@@ -17,7 +17,7 @@ and modify it to your needs.
### Sample notification
-![collect-wireless-mac notification](notifications/collect-wireless-mac.svg)
+![collect-wireless-mac notification](collect-wireless-mac.d/notification.svg)
Requirements and installation
-----------------------------
diff --git a/doc/notifications/daily-psk.svg b/doc/daily-psk.d/notification.svg
index 6c7d13a..6c7d13a 100644
--- a/doc/notifications/daily-psk.svg
+++ b/doc/daily-psk.d/notification.svg
diff --git a/doc/daily-psk.md b/doc/daily-psk.md
index 1d41f76..105737a 100644
--- a/doc/daily-psk.md
+++ b/doc/daily-psk.md
@@ -14,7 +14,7 @@ passphrase to a pseudo-random string daily.
### Sample notification
-![daily-psk notification](notifications/daily-psk.svg)
+![daily-psk notification](daily-psk.d/notification.svg)
Requirements and installation
-----------------------------
diff --git a/doc/notifications/log-forward.svg b/doc/log-forward.d/notification.svg
index b3389fe..b3389fe 100644
--- a/doc/notifications/log-forward.svg
+++ b/doc/log-forward.d/notification.svg
diff --git a/doc/log-forward.md b/doc/log-forward.md
index cdcd479..e3603b5 100644
--- a/doc/log-forward.md
+++ b/doc/log-forward.md
@@ -22,7 +22,7 @@ and forwards them via notification.
### Sample notification
-![log-forward notification](notifications/log-forward.svg)
+![log-forward notification](log-forward.d/notification.svg)
Requirements and installation
-----------------------------
diff --git a/doc/notifications/netwatch-notify-down.svg b/doc/netwatch-notify.d/notification-01-down.svg
index 5cab5fe..5cab5fe 100644
--- a/doc/notifications/netwatch-notify-down.svg
+++ b/doc/netwatch-notify.d/notification-01-down.svg
diff --git a/doc/notifications/netwatch-notify-up.svg b/doc/netwatch-notify.d/notification-02-up.svg
index 8e03981..8e03981 100644
--- a/doc/notifications/netwatch-notify-up.svg
+++ b/doc/netwatch-notify.d/notification-02-up.svg
diff --git a/doc/netwatch-notify.md b/doc/netwatch-notify.md
index 81e28b0..7fd47d4 100644
--- a/doc/netwatch-notify.md
+++ b/doc/netwatch-notify.md
@@ -17,8 +17,8 @@ optional parent host is not down to avoid false alerts.
### Sample notifications
-![netwatch-notify notification down](notifications/netwatch-notify-down.svg)
-![netwatch-notify notification up](notifications/netwatch-notify-up.svg)
+![netwatch-notify notification down](netwatch-notify.d/notification-01-down.svg)
+![netwatch-notify notification up](netwatch-notify.d/notification-02-up.svg)
Requirements and installation
-----------------------------
diff --git a/doc/notifications/sms-forward.svg b/doc/sms-forward.d/notification.svg
index 298b43e..298b43e 100644
--- a/doc/notifications/sms-forward.svg
+++ b/doc/sms-forward.d/notification.svg
diff --git a/doc/sms-forward.md b/doc/sms-forward.md
index 9290b90..873ccac 100644
--- a/doc/sms-forward.md
+++ b/doc/sms-forward.md
@@ -15,7 +15,7 @@ A broadband interface with SMS support is required.
### Sample notification
-![sms-forward notification](notifications/sms-forward.svg)
+![sms-forward notification](sms-forward.d/notification.svg)
Requirements and installation
-----------------------------
diff --git a/doc/notifications/upload-backup.svg b/doc/upload-backup.d/notification.svg
index a85bd5c..a85bd5c 100644
--- a/doc/notifications/upload-backup.svg
+++ b/doc/upload-backup.d/notification.svg
diff --git a/doc/upload-backup.md b/doc/upload-backup.md
index f7d7c27..9566853 100644
--- a/doc/upload-backup.md
+++ b/doc/upload-backup.md
@@ -14,7 +14,7 @@ configuration export (`/ export terse`) to external server.
### Sample notification
-![upload-backup notification](notifications/upload-backup.svg)
+![upload-backup notification](upload-backup.d/notification.svg)
Requirements and installation
-----------------------------