257 | | requester: external(/usr/bin/snmpget -v1 -c public -Ov %(printer)s mib-2.43.10.2.1.4.1.1 | cut -f 2,2 -d " ") |
| 257 | # |
| 258 | # The waitprinter.sh is there to wait until the printer is idle again. |
| 259 | # This should prevent a job to be sent to the printer while another one is |
| 260 | # not yet finished (not all pages are printed, but the complete job is in |
| 261 | # the printer) |
| 262 | requester: external(/usr/bin/waitprinter.sh %(printer)s && /usr/bin/snmpget -v1 -c public -Ov %(printer)s mib-2.43.10.2.1.4.1.1 | cut -f 2,2 -d " ") |