]> git.pld-linux.org Git - packages/monitoring-plugin-check_mem.git/commitdiff
rename check to mem, not to conflict; add default args AC-branch auto/ac/monitoring-plugin-check_mem-1.0-2 auto/th/monitoring-plugin-check_mem-1.0-2
authorElan Ruusamäe <glen@delfi.ee>
Wed, 23 Mar 2016 14:00:11 +0000 (16:00 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 23 Mar 2016 14:00:11 +0000 (16:00 +0200)
check_mem.cfg
monitoring-plugin-check_mem.spec

index 2b4ef5020493190fdee3e711f7a24fbee5bfeb08..394d4d54cc9485c3fc28b13b1b3cc0701c92dcf0 100644 (file)
@@ -2,13 +2,13 @@
 # check_mem
 define command {
        command_name    check_mem
-       command_line    /usr/lib/nagios/plugins/check_mem -H $HOSTADDRESS$ $ARG1$
+       command_line    /usr/lib/nagios/plugins/check_mem -f -C -w 30 -c 20 $ARG1$
 }
 
 define service {
        use                     generic-service
-       name                    memory
-       service_description     memory
+       name                    mem
+       service_description     mem
        register                0
 
        normal_check_interval   30
index 364f80064b2540e587b578d8d86d65459d3e4c95..75aad9c9e06ac1de239c08818729e4758b54c2ba 100644 (file)
@@ -3,7 +3,7 @@
 Summary:       Improved check_mem.pl Nagios Plugin
 Name:          monitoring-plugin-%{plugin}
 Version:       1.0
-Release:       1
+Release:       2
 License:       MIT
 Group:         Networking
 Source0:       https://github.com/justintime/nagios-plugins/archive/master/%{plugin}.tar.gz
This page took 0.089968 seconds and 4 git commands to generate.