Windows Thread, Printer monitoring in Technical; Hey
I dunno if this topic has been posted before but.. im looking for some free or cheap printer monitoring ...
Hey
I dunno if this topic has been posted before but.. im looking for some free or cheap printer monitoring software that will tell me who printed to which printer at what time and how many pages the document was.
Does anyone use them or know of any??
Tim
Have the windows print server use a syslog client to send its logs to a syslog server, then search the syslog files. http://www.phpwizardry.com/php-syslog-ng.php
I have a python script that does weekly reports somewhere.
Its a bit of a bodge, probably cups/samba is the best solution
we use pcounter, this does all what you mentioned and added functionality such as deleting duplicate jobs sent. It also allows you to control printing by allocating credits by day, week month etc. What i find that is useful is the ability to charge more credits on the colour printers thus saving on toner costs. it comes with a selection of predefined rules aswell. Very handy!
thats what I mean't - redirect the eventvwr to syslog server then search.
The phpsyslogng puts it all into a database then has a php frontend to do searches.
If you wish to switch to something like pccounter, check your printers are compatible. That's been a stumbling block here for a few schools.
Alternatively look at the pykota addon system for CUPS. If CUPS understands your printer (highly likely) then you can use quotas/page counting/etc via pykota.
As long as you're using network printers which support raw printing on Port 9100 or LPR, PCounter should work fine. It does with all of ours and we have a Minolta, several Jetdirect and several netgear printer servers.