Changeset 794 for pykota/trunk
- Timestamp:
- 02/10/03 14:41:38 (22 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 added
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/conf/pykota.conf.sample
r787 r794 54 54 # Only snmp(community, oid) and external(command) are supported 55 55 # e.g. : 56 # 56 # requester: external(snmpget -c public -Ov %(printer)s 43.10.2.1.4.1.1 | cut -f 2,2 -d " ") 57 57 # and : 58 # 58 # requester: snmp(public, 43.10.2.1.4.1.1) 59 59 # are equivalent 60 # requester: snmp(public, 43.10.2.1.4.1.1)61 60 requester: external(snmpget -c public -Ov %(printer)s 43.10.2.1.4.1.1 | cut -f 2,2 -d " ") 62 61 # -
pykota/trunk/README
r761 r794 46 46 but this may change in a future version. 47 47 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. 50 54 51 55 - Special scripts included for a seamless integration of … … 166 170 printing quota. 167 171 172 To see printer command usage, you can use : 173 174 $ repykota --printer lp 175 176 or : 177 178 $ repykota 179 180 which will print quota usage for all users on all printers, 181 along with totals. 182 168 183 WARNING : as of today, 2003-02-06, group quotas are not 169 184 implemented.