Antonio Ojea
During my early years as a professional, I started in the network department of a telecommunications company. We were responsible for the internal network and its services (DNS, email, WWW, and so on). At that time, our automation consisted basically of the following:
- Configuration: TCL/Expect scripts that connected to the network devices to apply different configurations
- Monitoring: Perl scripts that polled via SNMP the network devices and stored the data on Round Robin Database (RRD) files
- Logging: Using a central Syslog server dumping all logs to text files that were rotated periodically via
cron
- Alerting and reporting...