I have a custom Perl script to run on checkmk 2.0.0. I have placed it in the folder “local/share/check_mk/notifications” and I have made it executable.
However, when I customize my custom notification, I fail to get the script to work. Is there a debug switch for debugging why it is not autodetecting in the folder?
Sorry for the duplicate thread. A quick summary, I have a Perl script for sending SMS messages using the SMSC. I installed the script in /opt/omd/sites/mysite/local/share/check_mk/notifications/ folder.
Initially the script is has “#!/usr/bin/perl” in the first line but when I go to Setup > Events > Notifications I am unable to find my notification script in the drop down menu as seen below.
I updated the script and changed it to “#!/usr/bin/env perl” as you suggested in the other thread. But I still do not find my custom Perl notification script from the drop down list.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.