Changeset 973 for pykota/trunk/conf

Show
Ignore:
Timestamp:
04/29/03 20:37:54 (21 years ago)
Author:
jalet
Message:

Pluggable accounting methods (actually doesn't support external scripts)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/conf/pykota.conf.sample

    r964 r973  
    8787[lp] 
    8888 
    89 # How to query the lp printer for its page counter 
     89# What is the accounting backend to use 
     90#  
     91# supported values : 
     92# 
     93#    - querying : asks the printer for its lifetime page counter 
     94#    - more to be added in the future 
     95# 
     96accounter: querying 
     97 
     98# How to query the lp printer for its page counter, if needed 
    9099# Only snmp(community, oid) and external(command) are supported 
    91100# 
     
    113122requester: external(snmpget -c public -Ov %(printer)s 43.10.2.1.4.1.1 | cut -f 2,2 -d " ") 
    114123 
     124 
    115125# Default policy for inexistant users (e.g. root) 
    116126# either allow or deny