Xymon Mailing List Archive search

cpu staff from hobbit

3 messages in this thread

list Detlef Stracke · Tue, 20 May 2008 11:56:06 +0200 ·
Hi all,


we have some Solaris 10 zones and we don`t want monitor the cpu status
for every zone. Can i prevent, that some clients send CPU status? 


Thanks
Detlef
list Dominique Frise · Tue, 20 May 2008 14:33:36 +0200 ·
Hi Detlef,

On Solaris 10 non global-zones, we run a slightly modified hobbitclient-sunos.sh: the "[prtconf]" section is changed to call "/usr/sbin/prtconf -p" instead of "/usr/sbin/prtconf" which returns an error (prtconf: devinfo facility not available).

In bb-hosts every Solaris 10 non global-zone host uses the tag NOCOLUMNS:cpu,disk,memory


Dominique
quoted from Detlef Stracke

Detlef Stracke wrote:
Hi all,


we have some Solaris 10 zones and we don`t want monitor the cpu status for every zone. Can i prevent, that some clients send CPU status?


Thanks
Detlef
list Detlef Stracke · Tue, 20 May 2008 14:52:27 +0200 ·
I've been already found the NOCOLUMNS, but the "/usr/sbin/prtconf -p"
solved my 2nd Problem, thank you.