Revision history of "Main Page/IT/nagios"

From Lewis Consultancy Wiki
Jump to navigationJump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 10:44, 25 May 2016Clewis talk contribs 208 bytes +208 Created page with "=A one liner to split up a nagios log= <pre>cat nagios.log | while read line; do unixts=`echo $line | cut -b 2-11`; logname="nagios-`date -d \@$unixts +%m-%d-%Y`-00.log"; e..."