#/bin/bash
export ZENHOME=/opt/zenoss
cd /opt/zenoss/backups
rm -f *.tgz *.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
########################################################################## | |
# | |
# Copyright 2009 Zenoss, Inc. All Rights Reserved. | |
# | |
########################################################################## | |
__doc__ = """zenfixit | |
Apply common remedies for problems, and look for other issues. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
########################################################################## | |
# | |
# Copyright 2009 Zenoss, Inc. All Rights Reserved. | |
# | |
########################################################################## | |
__doc__ = """zenfixit | |
Apply common remedies for problems, and look for other issues. |