<div>Hi ,</div>
<div>       To check my windows machine i have tried to edit the windows.cfg file and created the window.cfg with few changes the content of the files are</div>
<div> </div>
<div>define host{<br><br>use windows-server ; Inherit default values from a Windows server template (make sure you keep this line!)<br><br>host_name winserver<br><br>alias My Windows Server<br><br>address 192.168.1.2<br>
<br>}<br><br></div>
<div> </div>
<div>define service{</div>
<div>use                         generic-service</div>
<div>host_name              winserver</div>
<div>service_description  checkcpu</div>
<div>check_command     check_wmi!CHECKCPU! -m checkcpu</div>
<div>}</div>
<div> </div>
<div>and in the command.cfg file i have included as====================================</div>
<div> </div>
<div>define command{</div>
<div>command_name                         check_wmi</div>
<div>command_line                            $USER1$/<a href="http://check_wmi.pl">check_wmi.pl</a> -H hostname -u domainname/user -p password -w $ARG1$ -c $ARG2$ -m $ARG0$</div>
<div>}</div>
<div> </div>
<div> </div>
<div> </div>
<div>and when i'm checking the inforamtion abt the windows machine in browser i'm getting the error as</div>
<div> </div>
<div>                                   <font color="#ff0000">Error:Host Status Information Not Found!</font></div>
<div><font color="#ff0000"></font> </div>
<div><font color="#009900">Can anyone help me....???</font></div>