DOWNTIME
list Tod Hansmann
I have the following line in my bb-hosts: 10.45.54.10 server.host.com # smtp dns-d:53 http://10.45.54.10 ms-sql-s:1433 ldaps:636 "DOWNTIME:ms-sql-s:*:0001:0400:Backups Running" badconn:1:1:1 route:fw-int.host.com Net:poller2 COMMENT:"Poll2:Prio2" We're trying to disable the ms-sql-s test from midnight to 4 am every night. It goes red instead of blue, and I'm assuming I'm doing something wrong with the DOWNTIME directive. Anyone have any insight? Tod Hansmann Network Engineer <http://www.directpointe.com/>
list Mike Arnold
▸
Tod Hansmann wrote:
I have the following line in my bb-hosts: 10.45.54.10 server.host.com # smtp dns-d:53 http://10.45.54.10 ms-sql-s:1433 ldaps:636 "DOWNTIME:ms-sql-s:*:0001:0400:Backups Running" badconn:1:1:1 route:fw-int.host.com Net:poller2 COMMENT:"Poll2:Prio2"
Have you tried this? DOWNTIME:ms-sql-s:*:0001:0400:"Backups Running" -- -mike
list Daniel Bourque
I need to configure all tests for a large group of machines to be dependent on a certain test. Can I say ( for each hosts ): depends=(%.*:hosta/testa) ? the bb-host.cfg man page doesn't say anything about macros , can macros be used in any cfg files used by hobbit ? Thanks -Dan
list Tod Hansmann
Just tested that same format on a dummy, and it looks like this is what worked: DOWTIME=test:*:0001:0400:Backups; Not sure how to get "Backups Running" in there, with the space, but it didn't work with quotes, and it didn't work with quotes and a ; (though I didn't have the '=' in there for those, so that might be that issue). It works, so I'm not going to test it, but I hope this helps someone out there later on. Thanks, Mike, for your suggestion. It led me down the right path. Tod Hansmann Network Engineer
▸
-----Original Message-----
From: Mike Arnold [mailto:user-95d566fbb20b@xymon.invalid]
Sent: Friday, June 15, 2007 10:43 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] DOWNTIME
Tod Hansmann wrote:I have the following line in my bb-hosts: 10.45.54.10 server.host.com # smtp dns-d:53 http://10.45.54.10 ms-sql-s:1433 ldaps:636 "DOWNTIME:ms-sql-s:*:0001:0400:Backups
Running"
badconn:1:1:1 route:fw-int.host.com Net:poller2 COMMENT:"Poll2:Prio2"
Have you tried this? DOWNTIME:ms-sql-s:*:0001:0400:"Backups Running" -- -mike
list Rick Ridgeway
if you send status+5, you get a 5 minute purple delay. What happens if you send a page+5? Does it act the same (5 minute purple delay). for example: bb bbserver "status+5 this,host.svc color stuff" -- gives you a 5 minute purple delay how does bb bbserver "page+5 this,host.svc color stuff" --how does that act? Is it still a 5 minute purple delay? Thank you
list Greg L Hubbard
How about Backups_Running ?
▸
-----Original Message-----
From: Tod Hansmann [mailto:user-b6e28cb93fa4@xymon.invalid]
Sent: Friday, June 15, 2007 2:58 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] DOWNTIME
Just tested that same format on a dummy, and it looks like this is what
worked:
DOWTIME=test:*:0001:0400:Backups;
Not sure how to get "Backups Running" in there, with the space, but it
didn't work with quotes, and it didn't work with quotes and a ; (though
I didn't have the '=' in there for those, so that might be that issue).
It works, so I'm not going to test it, but I hope this helps someone out
there later on. Thanks, Mike, for your suggestion. It led me down the
right path.
Tod Hansmann
Network Engineer
-----Original Message-----
From: Mike Arnold [mailto:user-95d566fbb20b@xymon.invalid]
Sent: Friday, June 15, 2007 10:43 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] DOWNTIME
Tod Hansmann wrote:I have the following line in my bb-hosts: 10.45.54.10 server.host.com # smtp dns-d:53 http://10.45.54.10 ms-sql-s:1433 ldaps:636 "DOWNTIME:ms-sql-s:*:0001:0400:Backups
Running"
badconn:1:1:1 route:fw-int.host.com Net:poller2 COMMENT:"Poll2:Prio2"
Have you tried this? DOWNTIME:ms-sql-s:*:0001:0400:"Backups Running" -- -mike