Hobbit - extracting svcs data ?
list Keller Liora
Hi, I am wondering, is there a way to extract the data, which services are running on a host, using a unix "grep" command? Where are the "svcs" logs are located to extract the information? Thanks, Liora
list Buchan Milne
▸
On Friday 01 February 2008 18:38:13 user-f03ee847a5e3@xymon.invalid wrote:
Hi, I am wondering, is there a way to extract the data, which services are running on a host, using a unix "grep" command? Where are the "svcs" logs are located to extract the information?
$ bb localhost 'hobbitdboard server.domain.svcs' may give you what you want: &green IIS Admin Service is running &green FTP Publishing Service is running &green NetBackup Client Service is running &green World Wide Web Publishing Service is running &green Automatic Updates is running
list Henrik Størner
▸
On Mon, Feb 04, 2008 at 10:25:17AM +0200, Buchan Milne wrote:
On Friday 01 February 2008 18:38:13 user-f03ee847a5e3@xymon.invalid wrote:Hi, I am wondering, is there a way to extract the data, which services are running on a host, using a unix "grep" command? Where are the "svcs" logs are located to extract the information?$ bb localhost 'hobbitdboard server.domain.svcs'
Actually, that would be "hobbitdlog", not "hobbitdboard": $ bb localhost 'hobbitdlog server.domain.svcs' Regards, Henrik