e paths to reflect your environment.
tail -f /usr/local/nagios/var/nagios.log | perl -pe
's/(\d+)/localtime($1)/e'
or
grep 'something important to look for'
somelogfilewithepochtimestamps.log | perl -pe 's/(\d+)/localtime($1)/e'
or
perl -pe 's/(\d+)/localtime($1)/e
I have a setup where the Master and Slave servers follow the redundancy
scenario 1 of this document:
http://nagios.sourceforge.net/docs/3_0/redundancy.html
Both Servers are running Nagios 3.0.6
The one issue I am running into is that when the Nagios service on the
master host goes down,