Changeset 1002 for pykota/trunk/conf

Show
Ignore:
Timestamp:
05/28/03 10:28:42 (21 years ago)
Author:
jalet
Message:

Now suggests that people tests the external requester's command line before
using it in PyKota.

Files:
1 modified

Legend:

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

    r1001 r1002  
    126126# THIS IS ONLY USED IF YOU HAVE SET 'accounter' TO 'querying' 
    127127# JUST COMMENT IT OUT IF YOU USE ANY OTHER ACCOUNTING METHOD. 
     128# (it would be ignored anyway) 
     129# 
    128130# Only snmp(community, oid) and external(command) are supported 
    129131# 
     
    150152#      for details. Also you may have to specify -v2c or -v3 depending on your  
    151153#      printer's support for different versions of the SNMP specification. 
     154# 
     155# WARNING : In any case, when using an external requester, please test the command line outside 
     156#           of PyKota before. This will save you some headaches in case it doesn't work as expected. 
    152157requester: external(snmpget -v1 -c public -Ov %(printer)s mib-2.43.10.2.1.4.1.1 | cut -f 2,2 -d " ") 
    153158