Skip to content

Commit 77da155

Browse files
committed
Images 600px on 100% width for better readability
1 parent e0c1b2c commit 77da155

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ Now you can create your own alarm rules in Check_MK.
7171

7272
First create a clone of your existing mail notification rule
7373

74-
<img src="images/global_notification_rules_create_clone_v2.png" alt="Create clone" width="600"/>
74+
<img src="images/global_notification_rules_create_clone_v2.png" alt="Create clone" width="100%"/>
7575

7676
* Change the description (e.g. Notify all contacts of a host/service via Telegram)
7777
* The notification method is "Push Notification (by Telegram)"
7878
* Select option "Call with the following parameters:"
7979
* As the first parameter we set the Telegram token ID (without bot-prefix)
8080
* The second parameter is the Telegram Chat-ID or Telegram Group-ID
8181

82-
<img src="images/create_new_notification_rule_for_telegram_v2.png" alt="Adjust settings" width="600"/>
82+
<img src="images/create_new_notification_rule_for_telegram_v2.png" alt="Adjust settings" width="100%"/>
8383

8484
### CHECK_MK VERSION 1.6.0
8585
Now you can create your own alarm rules in Check_MK.
@@ -88,19 +88,19 @@ Now you can create your own alarm rules in Check_MK.
8888

8989
First create a clone of your existing mail notification rule
9090

91-
<img src="images/global_notification_rules_create_clone.png" alt="Create clone" width="600"/>
91+
<img src="images/global_notification_rules_create_clone.png" alt="Create clone" width="100%"/>
9292

9393
* Change the description (e.g. Notify all contacts of a host/service via Telegram)
9494
* The notification method is "Push Notification (by Telegram)"
9595
* Select option "Call with the following parameters:"
9696
* As the first parameter we set the Telegram token ID (without bot-prefix)
9797
* The second parameter is the Telegram Chat-ID or Telegram Group-ID
9898

99-
<img src="images/create_new_notification_rule_for_telegram.png" alt="Adjust settings" width="600"/>
99+
<img src="images/create_new_notification_rule_for_telegram.png" alt="Adjust settings" width="100%"/>
100100

101101
If everything was ok, you will see your new Notification Rule afterwards
102102

103-
<img src="images/notification_configuration_change.png" alt="Final result" width="600"/>
103+
<img src="images/notification_configuration_change.png" alt="Final result" width="100%"/>
104104

105105
### ACTIVATE CHANGES
106106
To activate it you have to press "1 Change" and "Activate affected"
@@ -123,7 +123,7 @@ The current version of this script allows you to optionally enable IP anonymizat
123123

124124
The activation of the privacy settings is realized directly in the Notification Rules in Check_MK by NOTIFY_PARAMETER_3, here the value "privacy" has to be entered:
125125

126-
<img src="images/notification_rule_modify_privacy.png" alt="Enable privacy settings" width="600"/>
126+
<img src="images/notification_rule_modify_privacy.png" alt="Enable privacy settings" width="100%"/>
127127

128128
There are certainly different requirements for privacy and masquerading of IP addresses. In the script, the IPv4 IP address is split into the 4 octets, the IPv6 address into the 8 columns. This allows to control __very individually__ which parts of the addresses are sent via Telegram and which are not. Both, placeholders and manipulations are basically possible here.
129129

@@ -152,9 +152,8 @@ fi
152152
## TROUBLESHOOTING
153153
For more details and troubleshooting with parameters please check:
154154

155-
[Check_MK Manual > Notifications > Chapter: 11.3. A simple example](https://docs.checkmk.com/latest/en/notifications.html#H1:Real)
156-
157-
[[Feature-Request] Multiple Alert Profiles](https://github.com/filipnet/checkmk-telegram-notify/issues/3)
155+
* [Check_MK Manual > Notifications > Chapter: 11.3. A simple example](https://docs.checkmk.com/latest/en/notifications.html#H1:Real)
156+
* [[Feature-Request] Multiple Alert Profiles](https://github.com/filipnet/checkmk-telegram-notify/issues/3)
158157

159158
## CONTRIBUTIONS
160159
* Thank you for the excellent code optimization contributions and additional information [ThomasKaiser](https://github.com/ThomasKaiser).

0 commit comments

Comments
 (0)