1 Feb
2012
1 Feb
'12
7:34 a.m.
On 01-02-2012 00:06, Ye-Fee Liang wrote:
How do you go about getting a summary report of clients that aHobbit server is monitoring and being reported.
I usually use the data from the xymon "xymondboard" command.
For example,
- how many full clients are there (or how many is a hobbit server receiving data)?
xymon 127.0.0.1 "xymondboard test=cpu fields=hostname" | wc -l
- how many client-less clients are there (no clients, only pings)?
xymon 127.0.0.1 "xymondboard test=info fields=hostname" | wc -l
will get you all systems monitored by Xymon, then deduct the number of systems with a client installed.
Regards, Henrik