]> git.pld-linux.org Git - packages/nagios-alert-jabber.git/commitdiff
- rel 9; actually use -c path auto/th/nagios-alert-jabber-1.2-10
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Aug 2016 10:47:10 +0000 (12:47 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Aug 2016 10:47:10 +0000 (12:47 +0200)
nagios-alert-jabber.spec
nagios-jabber.alert

index 2e84acb5d1674383fec899e6facc09bc8c6a3f25..94ee113ddfe8282f1b363c7dcafa0f6b0feafc4a 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Program to send (Nagios) alerts via jabber
 Summary(pl.UTF-8):     Program do wysyłania alarmów (Nagiosa) przez jabbera
 Name:          nagios-alert-jabber
 Version:       1.2
-Release:       9
+Release:       10
 License:       GPL
 Group:         Networking
 Source0:       nagios-jabber.alert
index 0b8c33913e41ff188cf486c013bdb7e514986f05..547f2414e28868286d3b36fb50ab19bcbb308d70 100644 (file)
@@ -39,6 +39,8 @@ timeout = 20
 cfg = "/etc/nagios/jabber-notify.ini"
 tjid = None
 for o, a in opts:
+       if o == '-c':
+               cfg = a
        if o == '-d':
                debug = True
        if o == '-t':
This page took 0.199888 seconds and 4 git commands to generate.