Ignore:
Timestamp:
Jul 30, 2011, 11:43:59 PM (13 years ago)
Author:
adehnert
Message:
Remove deprecated commands

Now that sipb-noc has been updated, we can remove the commands that we
deprecated in r1934. We can also now disable dont_blame_nrpe, which was
admittedly the main goal of r1934 in the first place...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/config/etc/nagios/nrpe.cfg

    r1934 r1936  
    9393# Values: 0=do not allow arguments, 1=allow command arguments
    9494
    95 dont_blame_nrpe=1
     95dont_blame_nrpe=0
    9696
    9797
     
    222222command[check_ldap_mmr]=/etc/nagios/check_ldap_mmr
    223223command[check_kern_taint]=/etc/nagios/check_kern_taint
    224 
    225 # Deprecated
    226 #command[check_disk_p]=/usr/lib64/nagios/plugins/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$
    227 #command[check_procs]=/usr/lib64/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$
    228 command[check_procs_C]=/usr/lib64/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -C $ARG3$
    229 command[check_procs_P]=/usr/lib64/nagios/plugins/check_procs -w 4 -c 6 -P 50
    230 command[check_procs_u]=/usr/lib64/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -u $ARG3$
    231 #command[check_procs_m]=/usr/lib64/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -m $ARG3$
    232 #command[check_procs_s]=/usr/lib64/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -s $ARG3$
    233 #command[check_procs_z]=/usr/lib64/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -z $ARG3$
Note: See TracChangeset for help on using the changeset viewer.