File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 151
151
152
152
## TROUBLESHOOTING
153
153
For more details and troubleshooting with parameters please check:
154
-
154
+ * Check_MK notification logfile: /omd/sites/{sitename}/var/log/notify.log
155
155
* [ Check_MK Manual > Notifications > Chapter: 11.3. A simple example] ( https://docs.checkmk.com/latest/en/notifications.html#H1:Real )
156
156
* [[ Feature-Request] Multiple Alert Profiles] ( https://github.com/filipnet/checkmk-telegram-notify/issues/3 )
157
157
Original file line number Diff line number Diff line change 26
26
fi
27
27
28
28
# Privacy settings to anonymize/masking IP addresses
29
- if [ ${NOTIFY_PARAMETER_3} = " privacy" ]; then
29
+ if [[ ${NOTIFY_PARAMETER_3} == " privacy" ] ]; then
30
30
# IPv4 IP addresses
31
31
if [ ${NOTIFY_HOST_ADDRESS_4} ]; then
32
32
slice=" ${NOTIFY_HOST_ADDRESS_4} "
You can’t perform that action at this time.
0 commit comments