Changeset 903 for pykota/trunk/conf

Show
Ignore:
Timestamp:
04/11/03 11:17:58 (21 years ago)
Author:
jalet
Message:

Untested example with npadmin

Files:
1 modified

Legend:

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

    r873 r903  
    8989# How to query the lp printer for its page counter 
    9090# Only snmp(community, oid) and external(command) are supported 
    91 # e.g. :  
    92 # requester: external(snmpget -c public -Ov %(printer)s 43.10.2.1.4.1.1 | cut -f 2,2 -d " ") 
     91# 
     92# Example :  
     93#     requester: external(snmpget -c public -Ov %(printer)s 43.10.2.1.4.1.1 | cut -f 2,2 -d " ") 
    9394# and : 
    94 # requester: snmp(public, 43.10.2.1.4.1.1) 
     95#     requester: snmp(public, 43.10.2.1.4.1.1) 
    9596# are equivalent 
     97# 
     98# Another untested example, using npadmin : 
     99#     requester: external(npadmin --pagecount %(printer)s) 
     100# 
    96101# This value can be set either globally or per printer or both. 
    97102# If both are defined, the printer option has priority.