On Oct 10, 2008, at 9:02 AM, Benoit Barriere wrote: > Hi all, > > I have a problem about my archives log file. > > I had to change a description service in all archives logs (deleting > a space character) and also in my nagios conf. I have done that by > sed command. So all my logs are modified correctly if I see my logs > by vi command. But nagios don’t report correctly all datas before my > modification. All datas before the modification aren’t shown in the > report ( see screenshot)
Verify that your sed did what you think it did and that you didn't munge the lines such that nagios can't parse them. It would appear that there are no matches in the log files you've specified until Oct 7, 14:53:22. Also, is there a SERVICE ALERT entry in the log files between Oct 3 15:59:45 and Oct 7 14:53:22 or in the 4 previous archive log files? If not, nagios will use your 'First assumed service state' of Unspecified/Indeterminate. -- Marc ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
