Changeset 1776

Show
Ignore:
Timestamp:
12/05/08 14:17:03 (3 years ago)
Author:
janl
Message:

* Remove max field from samba config - patch by Kozik

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/node/node.d/samba.in

    r1223 r1776  
    1 #!@@GOODSH@@ 
     1#!@@GOODSH@@  
     2# -*- sh -*- 
    23#  
    34# Plugin to monitor the number of open files in the system. 
     
    4243        echo 'lock.label locked files' 
    4344        echo 'share.label Open shares' 
    44         echo 'max.warning 900' 
    45         echo 'max.critical 960' 
     45        # Bug pointed out by kozik: there is no max field. 
     46        # echo 'max.warning 900' 
     47        # echo 'max.critical 960' 
    4648        exit 0 
    4749fi