I'm wanting to setup alerts for our printers so that when the printer encounters an error, it will send an alert to an email address. Currently we have What's Up Standard, and it looks like you can do this in What's Up Premium. Is there a way that i can use What's Up Standard, or any other tool, to set this up so that when PrinterX is low on Cyan it will send an alert to helpdesk@company.com? Thanks for any help you can give!

link|improve this question

64% accept rate
feedback

2 Answers

up vote 0 down vote accepted

From various Solaris administration docs, including this one:

The following example shows how to set up the printer mars to send fault alerts by email to a user named joe, with reminders every 5 minutes.

lpadmin -p mars -A 'mail joe' -W 5

The following example shows how to sets up the printer venus to send fault alerts to the console window, with reminders every 10 minutes.

lpadmin -p venus -A write -W 10

The following example shows how to stop fault alerts for the printer mercury.

lpadmin -p mercury -A none

The following example shows how to stop fault alerts until the printer venus has been fixed.

lpadmin -p venus -A quiet

link|improve this answer
feedback

I use Spiceworks to handle this kind of thing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.