Changeset 794

Show
Ignore:
Timestamp:
02/10/03 14:41:38 (21 years ago)
Author:
jalet
Message:

repykota cgi script added.
cleaner doc.

Location:
pykota/trunk
Files:
2 added
2 modified

Legend:

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

    r787 r794  
    5454# Only snmp(community, oid) and external(command) are supported 
    5555# e.g. :  
    56 #     external(snmpget -c public -Ov %(printer)s 43.10.2.1.4.1.1 | cut -f 2,2 -d " ") 
     56# requester: external(snmpget -c public -Ov %(printer)s 43.10.2.1.4.1.1 | cut -f 2,2 -d " ") 
    5757# and : 
    58 #     snmp(public, 43.10.2.1.4.1.1) 
     58# requester: snmp(public, 43.10.2.1.4.1.1) 
    5959# are equivalent 
    60 # requester: snmp(public, 43.10.2.1.4.1.1) 
    6160requester: external(snmpget -c public -Ov %(printer)s 43.10.2.1.4.1.1 | cut -f 2,2 -d " ") 
    6261# 
  • pykota/trunk/README

    r761 r794  
    4646                    but this may change in a future version. 
    4747                     
    48         - SNMP querying of any networked SNMP-enabled printer. More 
    49           querying methods will be implemented soon. 
     48        - SNMP querying of any networked SNMP-enabled printer.  
     49         
     50        - External command querying of any printer : you can use 
     51          you own querying command, e.g. to query a printer via 
     52          the serial port, sending it a special PJL job and  
     53          reading the result. 
    5054         
    5155        - Special scripts included for a seamless integration of 
     
    166170printing quota. 
    167171 
     172To see printer command usage, you can use : 
     173 
     174    $ repykota --printer lp 
     175     
     176or : 
     177 
     178    $ repykota 
     179     
     180    which will print quota usage for all users on all printers, 
     181    along with totals. 
     182     
    168183WARNING : as of today, 2003-02-06, group quotas are not 
    169184implemented.