i have a problem while setting up hobbit client. for example i have installed hobbit server in 192.168.0.1 and i have installed hobbit client in 192.168.0.2 and i want to send client data to the hobbit server for viewing different status like disk usage, procs etc. How do i do that. Please help me thru this
If you have the Hobbit server built from source, the process is similar. It is somewhat easier since the configure script only asks one question, that is the address of the Hobbit server. After you build the client package, start it and it should start monitoring your client.
Robin Tiwari wrote:
i have a problem while setting up hobbit client. for example i have installed hobbit server in 192.168.0.1 and i have installed hobbit client in 192.168.0.2 and i want to send client data to the hobbit server for viewing different status like disk usage, procs etc. How do i do that. Please help me thru this
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
I have installed hobbit from rpm and now the client can send data to server. But i need to monitor file size and what i did was i added one line in hobbit-clients.cfg my settings are here
HOST=myhostname.domainname PROC squid 2 5 yellow TRACK FILE /cache1/access.log TRACK
and i added in client-local.cfg like this
[myhostname.domainname] log:/var/log/messages:10240 ignore MARK file:/cache1/access.log but its still saying "No files check" and its not showing information regarding the files i specified? what might be the problem???
On 4/8/07, Rich Smrcina <rsmrcina at wi.rr.com> wrote:
If you have the Hobbit server built from source, the process is similar. It is somewhat easier since the configure script only asks one question, that is the address of the Hobbit server. After you build the client package, start it and it should start monitoring your client.
Robin Tiwari wrote:
i have a problem while setting up hobbit client. for example i have installed hobbit server in 192.168.0.1 and i have installed hobbit client in 192.168.0.2 and i want to send client data to the hobbit server for viewing different status like disk usage, procs etc. How do i do that. Please help me thru this
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
I've noticed that it can take a couple of cycles of the client to get the process started (or changed).
Also, can the user that the client is running under access that file?
Robin Tiwari wrote:
I have installed hobbit from rpm and now the client can send data to server. But i need to monitor file size and what i did was i added one line in hobbit-clients.cfg my settings are here
HOST=myhostname.domainname PROC squid 2 5 yellow TRACK FILE /cache1/access.log TRACK
and i added in client-local.cfg like this
[myhostname.domainname] log:/var/log/messages:10240 ignore MARK file:/cache1/access.log but its still saying "No files check" and its not showing information regarding the files i specified? what might be the problem???
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
yes user that the client is running under can access that file. my problem is that graph is also ok and its showing, but all i wanna do is to report if that size of file grows greater than 100MB.
On 4/9/07, Rich Smrcina <rsmrcina at wi.rr.com> wrote:
I've noticed that it can take a couple of cycles of the client to get the process started (or changed).
Also, can the user that the client is running under access that file?
Robin Tiwari wrote:
I have installed hobbit from rpm and now the client can send data to server. But i need to monitor file size and what i did was i added one line in hobbit-clients.cfg my settings are here
HOST=myhostname.domainname PROC squid 2 5 yellow TRACK FILE /cache1/access.log TRACK
and i added in client-local.cfg like this
[myhostname.domainname] log:/var/log/messages:10240 ignore MARK file:/cache1/access.log but its still saying "No files check" and its not showing information regarding the files i specified? what might be the problem???
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Use the SIZE parameter in the FILE directive. See the man page or help for details.
Robin Tiwari wrote:
yes user that the client is running under can access that file. my problem is that graph is also ok and its showing, but all i wanna do is to report if that size of file grows greater than 100MB.
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
Please check the logs under /var/log/hobbit/. You will get more info regarding issues.
Sabeer MZ
On 4/9/07, Robin Tiwari <robintiwari at gmail.com> wrote:
I have installed hobbit from rpm and now the client can send data to server. But i need to monitor file size and what i did was i added one line in hobbit-clients.cfg my settings are here
HOST=myhostname.domainname PROC squid 2 5 yellow TRACK FILE /cache1/access.log TRACK
and i added in client-local.cfg like this
[myhostname.domainname] log:/var/log/messages:10240 ignore MARK file:/cache1/access.log but its still saying "No files check" and its not showing information regarding the files i specified? what might be the problem???
On 4/8/07, Rich Smrcina <rsmrcina at wi.rr.com> wrote:
If you have the Hobbit server built from source, the process is similar. It is somewhat easier since the configure script only asks one question, that is the address of the Hobbit server. After you build the client package, start it and it should start monitoring your client.
Robin Tiwari wrote:
i have a problem while setting up hobbit client. for example i have installed hobbit server in 192.168.0.1 and i have installed hobbit client in 192.168.0.2 and i want to send client data to the hobbit server for viewing different status like disk usage, procs etc. How do i do that. Please help me thru this
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Thanks Sabeer MZ
participants (3)
-
robintiwari@gmail.com
-
rsmrcina@wi.rr.com
-
sabeer.mz@gmail.com