]> git.pld-linux.org Git - packages/nagios-alert-jabber.git/commitdiff
- and even allow multiple -b
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 7 Jan 2017 12:00:20 +0000 (13:00 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 7 Jan 2017 12:00:20 +0000 (13:00 +0100)
nagios-jabber.alert

index 83e09fdd415fafdbf69169fd409227479e6fa2dd..811c0d20f23da596bb401f0610378584f73e8f44 100644 (file)
@@ -42,7 +42,7 @@ body = ""
 subject = "Nagios alert"
 for o, a in opts:
     if o == '-b':
-        body = a
+        body += a
     if o == '-c':
         cfg = a
     if o == '-d':
This page took 0.118276 seconds and 4 git commands to generate.