Xymon Mailing List Archive search

hobbitd.log Errors : Bad timespec (missing colon or wrong weekdays): Sun

2 messages in this thread

list L.M.J · Mon, 28 Jan 2008 10:28:39 +0100 ·
Hi,

I'm monitoring some databases only during the week, I've setup that :
    0.0.0.0  dbname   # noconn noping dbcheck 
DOWNTIME=Sat:2300:2359:Sauvegarde,Sun:0000:2359:Sauvegarde,Mon:0000:0500:Sauvegarde


But in /var/log/hobbit/hobbitd.log, got this errors :
    ...
    ...
    2008-01-21 23:54:44 Bad timespec (missing colon or wrong weekdays): Sun
    2008-01-21 23:54:45 Bad timespec (missing colon or wrong weekdays): Sun
    2008-01-22 00:03:21 Invalid timespec - expected 4 digits, got: 'Sauvegarde'
    2008-01-22 00:03:21 Bad timespec (missing colon or wrong weekdays): Sun
    2008-01-22 00:03:31 Invalid timespec - expected 4 digits, got: 'Sauvegarde'
    2008-01-22 00:03:31 Bad timespec (missing colon or wrong weekdays): Sun
    2008-01-22 00:03:34 Invalid timespec - expected 4 digits, got: 'Sauvegarde'
    2008-01-22 00:03:34 Bad timespec (missing colon or wrong weekdays): Sun
    ...
    ...

Any ideas why I have this issue ?

  Thanks by advance,

     Johan
list Lars Ebeling · Mon, 28 Jan 2008 11:11:18 +0100 ·
from bb-hosts manpage:

day: W means Mon-Fri ("weekdays"), * means all days, 0 .. 6 = Sunday .. Saturday. Listing multiple days is possible, e.g. "60" is valid meaning "Saturday and Sunday".

regards
Lars

----- Original Message ----- From: <user-78bb6d5d9024@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Monday, January 28, 2008 10:28 AM
Subject: [hobbit] hobbitd.log Errors : Bad timespec (missing colon or wrong weekdays): Sun
quoted from L.M.J

Hi,

I'm monitoring some databases only during the week, I've setup that :
   0.0.0.0  dbname   # noconn noping dbcheck
DOWNTIME=Sat:2300:2359:Sauvegarde,Sun:0000:2359:Sauvegarde,Mon:0000:0500:Sauvegarde


But in /var/log/hobbit/hobbitd.log, got this errors :
   ...
   ...
   2008-01-21 23:54:44 Bad timespec (missing colon or wrong weekdays): Sun
   2008-01-21 23:54:45 Bad timespec (missing colon or wrong weekdays): Sun
   2008-01-22 00:03:21 Invalid timespec - expected 4 digits, got: 'Sauvegarde'
   2008-01-22 00:03:21 Bad timespec (missing colon or wrong weekdays): Sun
   2008-01-22 00:03:31 Invalid timespec - expected 4 digits, got: 'Sauvegarde'
   2008-01-22 00:03:31 Bad timespec (missing colon or wrong weekdays): Sun
   2008-01-22 00:03:34 Invalid timespec - expected 4 digits, got: 'Sauvegarde'
   2008-01-22 00:03:34 Bad timespec (missing colon or wrong weekdays): Sun
   ...
   ...

Any ideas why I have this issue ?

 Thanks by advance,

    Johan