in reply to Access Win "performance counter" from unix?
It's called nsclient, and it talks with the windows performance manager. It was designed as a plug-in for netsaint/nagios, but it's easily integrated:
./check_nt -H 192.168.1.1 -p 1248 -v COUNTER -l "\\Paging File(_Total +)\\% Usage","Paging file usage is %.2f %%" -w 80 -c 90 ./check_nt -H 192.168.1.1 -p 1248 -v COUNTER -l "\\Process(_Total)\\Th +read Count","Thread Count: %.f" -w 600 -c 800 ./check_nt -H 192.168.1.1 -p 1248 -v COUNTER -l "\\Server\\Server Sess +ions","Server Sessions: %.f" -w 20 -c 30
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Access Win "performance counter" from unix?
by sauoq (Abbot) on Aug 03, 2003 at 16:37 UTC |