From e7125ea079de4b33505150f5db68a1c402678ece Mon Sep 17 00:00:00 2001 From: Stig Sandbeck Mathisen Date: Sat, 4 Oct 2014 22:09:30 +0200 Subject: [PATCH] Tell ruby that this script contains UTF-8 characters --- plugins/snmp/snmp_room_alert_ | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/snmp/snmp_room_alert_ b/plugins/snmp/snmp_room_alert_ index e895f143..249c6c12 100755 --- a/plugins/snmp/snmp_room_alert_ +++ b/plugins/snmp/snmp_room_alert_ @@ -1,4 +1,5 @@ #!/usr/bin/ruby +# encoding: utf-8 # Plugin to monitor Room Alert 11E environmental units. # Requires ruby and the ruby SNMP library.