> This could be a good option too. You'd replace the following line that
> we already mentioned:
>
> msg = "Command timed out on device %s: %s" % (dc.device, cmd.command)
>
> With these two:
>
> sanitizedCmd = cmd.command.replace('MYPASSWORD', '***')
> msg = "Command timed out on device %s: %s" % (dc.device, sanitizedCmd)
I did this but the passwords are still coming through. Do I need to delete the
compiled version (zencommand.pyc) for the change to take effect?
-------------------- m2f --------------------
Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=26454#26454
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users