On Thu, Nov 22, 2007 at 01:25:55PM +0000, scristiani wrote:

I'm doing backup on the night and I'm really tired of receiving
pagers on the night. Is there any way to change the production state
from command line?

Why won't a regularly-scheduled zenoss maintenance window work for you?

As the zenoss user, you could do something like this:

[EMAIL PROTECTED] ~]$ cat <<EOT | zendmd
d = find('hostname')
d.productionState = 500
commit()
EOT

Welcome to zenoss dmd command shell!
use zhelp() to list commands
>>> >>> >>>


_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to