]> git.pld-linux.org Git - packages/nagios-plugin-check_poldek.git/commitdiff
- correct arguments for check_poldek
authorpawelz <pawelz@pld-linux.org>
Tue, 11 May 2010 11:25:40 +0000 (11:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- R: grep, sed (used by triggers)

Changed files:
    nagios-plugin-check_poldek.spec -> 1.9

nagios-plugin-check_poldek.spec

index 3fbe2be1da9a906e7040fb9f6aac939651f703c7..e69520b75d78465a35a7cb559052a391bb1f37ab 100644 (file)
@@ -12,6 +12,8 @@ URL:          http://github.com/pawelz/nagios-check_poldek
 BuildRequires: rpmbuild(macros) >= 1.552
 Requires:      nagios-common
 Requires:      python-modules
+Requires:      grep
+Requires:      sed
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -33,7 +35,7 @@ cat > nagios.cfg <<'EOF'
 # %{plugin}
 define command {
        command_name    %{plugin}
-       command_line    %{plugindir}/%{plugin} --cache /var/cache/check_poldek -e $ARG1$ -w $ARG2$
+       command_line    %{plugindir}/%{plugin} --cache /var/cache/check_poldek -c $ARG1$ -w $ARG2$
 }
 EOF
 
This page took 0.123951 seconds and 4 git commands to generate.