Still nothing working I am only able to page out on LOAD for these sets of servers when I group there hostnames together. And the only DEFAULTS that works is memory. But DISK won't pick up anything at all. Here is a list of my hosts that I am trying to get to work:
gsonc-spg-vod-t11-1
gsonc-spg-vod-t11-2
gsonc-spg-vod-t11-3
gsonc-spg-vod-t11-4
gsonc-spg-vod-t11-5
gsonc-spg-vod-t11-6
gsonc-spg-rtc-t11-1
gsonc-spg-rtc-t11-2
gsonc-spg-vod-t12-1
gsonc-spg-vod-t12-2
gsonc-spg-vod-t12-3
gsonc-spg-vod-t12-4
gsonc-spg-vod-t12-5
gsonc-spg-vod-t12-6
gsonc-spg-rtc-t12-1
gsonc-spg-rtc-t12-2
(I have 7 sets of servers basically like these except you would see t13, t14, t15, t16, and t17)
And here is a snippet of my hobbit-clients.cfg:
HOST=%gsonc-spg-ops-1
LOAD 9.0 15.0
PROC snmpd
PROC snmptt
PROC sec.pl
PROC snmptrapd
PROC mysqld
HOST=%gsonc-spg-ops-2
PROC radiusd
PROC mysqld
HOST=%gsonc-spg-ops-3
PROC syslog-ng
PROC mysqld
HOST=%gsonc-spg-omea-1
PROC cron
LOAD 7.0 10.0
HOST=%gsonc-spg-sunbox
LOAD 11.5 12.5
MEMSWAP 85 95
HOST=%gsonc-spg-dncs
FILE /export/home/dncs/mystro/bfs/Compass_OOB/rta.grp.z SIZE>1200
TRACK=rta
LOAD 10.0 15.0
DISK / 95 98
DISK /cdrom IGNORE
HOST=%gsonc-spg-mas*
FILE /usr/local/mystro/conf/rtareports_headendinfo.properties
MTIME=1128514608 TRACK=rta-reports
MEMPHYS 100 101
MEMSWAP 75 90
MEMACT 97 98
HOST=%gsonc-spg-rtc.*
LOAD 17.0 22.0
DISK * 85 95
HOST=%gsonc-spg-vod-t.*
LOAD 17.0 22.0
DISK * 75 95
HOST=%gsonc-spg-vodgs-1
LOAD 17.0 22.0
PROC cron
DEFAULT
# These are the built-in defaults.
UP 1h
LOAD 5.0 10.0
DISK * 90 95
MEMPHYS 100 101
MEMSWAP 75 90
MEMACT 90 97
Now I have tried these variations in the hobbit-clients.cfg and none of these have worked:
HOST=%gsonc-spg-rtc*
LOAD 17.0 22.0
DISK * 85 95
And
HOST=%gsonc-.*-t*
LOAD 17.0 22.0
DISK * 75 95
(now this one caught a server named "gsonc-spg-bms-1" which that wild card, to me doesn't fit, and changed the disk to yellow)
And
HOST=%gsonc-spg-rtc*
LOAD 17.0 22.0
DISK /dev/sda2 85 95
And
HOST=%gsonc-spg-vod-t.*
LOAD 17.0 22.0
DISK / 75 95
Henrik or anybody that can give me some assistance with this would be greatly appreciated.
Thanks,
-Josh
From: Joshua Krause [mailto:forums at triadbiz.rr.com] Sent: Wednesday, May 07, 2008 7:32 AM To: hobbit at hswn.dk Subject: RE: [hobbit] hobbit client
That didn't fix anything for me either. Still only thing that is changing colors is the cpu column.
-Josh
From: Joshua Krause [mailto:forums at triadbiz.rr.com] Sent: Tuesday, May 06, 2008 8:50 AM To: hobbit at hswn.dk Subject: RE: [hobbit] hobbit client
I will try making that change but as I said earlier the "LOAD" portion works. I get alerted out when the LOAD reaches a the current thresholds but when I add DISK it does nothing. How often does the cpu, disk and memory poll.
-Josh
From: ndegz [mailto:nndegz at gmail.com] Sent: Monday, May 05, 2008 9:39 PM To: hobbit at hswn.dk Subject: Re: [hobbit] hobbit client
Hi Josh
It looks like there is a problem with your hostname pattern matching. Try using .*
%gsonc-spg-vod-t.*
-N
On Mon, May 5, 2008 at 2:49 PM, Joshua Krause <forums at triadbiz.rr.com> wrote:
No change at all. Here is what the hobbit-clients.cfg looks like:
HOST=%gsonc-spg-vod-t*
LOAD 17.0 22.0
DISK * 70 75
-Josh
From: Galen Johnson [mailto:Galen.Johnson at sas.com] Sent: Monday, May 05, 2008 1:36 PM
To: hobbit at hswn.dk Subject: RE: [hobbit] hobbit client
Does anything happen when you change that threshhold to 70/75? Do you at least get the yellow/red icon?
=G=
From: Joshua Krause [mailto:forums at triadbiz.rr.com] Sent: Monday, May 05, 2008 1:04 PM
To: hobbit at hswn.dk Subject: RE: [hobbit] hobbit client
That is what I am trying to say, it is not being caught by DEFAULT so I tried to define it separately and it is still not working.
Josh