Oct 03
This post outlines how to get SNMP traps from ESX hosts and monitor them in Opsview. The first part deals with configuring SNMP traps to get them working correctly with ESX hosts, part 2 tells you how to monitor them with Opsview.
The following steps worked on ESX 4.1. Depending on versions you may have different results. For simplicity, I used 10.0.0.1 as IP for my ESX host, and 10.0.0.99 for my SNMP trap handler. Continue reading »
Tagged with: ESX • Linux • monitoring • SNMP • Unix • virtua • vmware
Sep 11
Cfengine is one of the most powerful tools available for automating Linux and Unix system administration. Unlike shell or perl scripts cfengine allows you to describe the desired state of the system rather than specifying how to perform each operation. Because of this cfengine scripts are concise and simple to create.
Cfengine is designed to act as part of a ‘computer immune system’ with capabilities including:
- Ensuring correct file and directory permissions
- Backing up, archiving and synching of data
- Tidying the filesystem and removal of obselete files
- Management of NFS mounts
- Anomaly detection – similar to tripwire
- Automated editing of system configuration
- Process management
Cfengine is designed to be centrally managed greatly simplifying the task of administering multiple systems.
At Altinity we use Cfengine for the following tasks:
- Initial configuration of hosts
- Ensuring system integrity
- Automating routine admin tasks
- Automated error recovery (restarting processes, removing lock files, etc).
We’ll be making sample scripts available on this site shortly.
Links
Cfengine home – http://www.cfengine.org/
Cfengine downloads – http://www.cfengine.org/mirrors.html
Cfengine documentation – http://www.cfengine.org/documentation.phtml
Cfengine overview by Æleen Frisch – http://www.onlamp.com/pub/a/onlamp/2003/05/29/essentialsysadmin.html
Tagged with: Cfengine • Linux • NFS • Unix
Recent Comments