NSD currently writes logs with unix timestamps, like this:
[1392279213] nsd[13845]: info: notify for lv. from 193.0.0.198
When reading these logs, I have to keep converting the unix timestamp to
human-readable. Could you please get NSD to optionally log directly in
human-readable timestamps of the form:
NSD currently writes logs with unix timestamps, like this:
[1392279213] nsd[13845]: info: notify for lv. from 193.0.0.198
When reading these logs, I have to keep converting the unix timestamp to
human-readable. Could you please get NSD to optionally log directly in
human-readable timestamps of the form:
Often requested for software which does the same (Squid, Nagios). The
solution I use is in the Squid FAQ. Here, for Icinga :
When reading these logs, I have to keep converting the unix timestamp to
human-readable. Could you please get NSD to optionally log directly in
human-readable timestamps of the form:
Attached is a small patch we use in our tailor-made NSD RPM to achieve that.
(It's not an option though.)