<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello all Nagios people,<br>
<br>
I believe to have found a problem/bug running the Nagios Plugins
Service under Windows 2003.<br>
Its a strange problem, but I found the solution, by just change the
NRPE_NT Service Account to something else then LocalSystem<br>
with ADministrator permissions.<br>
Here is what happens<br>
root@S:/usr/local/nagios/libexec# ./check_nrpe -H SERVER -t 90 -u -c
get_top_mbox -a SERVER 3 2000 4000<br>
<b>c:\nrpe_nt\plugins\v2\check_mboxsize.wsf(87, 3) Microsoft VBScript
runtime error: Subscript out of range: '0'<br>
</b><i><br>
After changing the Service user Account :</i><b><br>
</b>root@S:/usr/local/nagios/libexec# ./check_nrpe -H SERVER -t 90 -u
-c get_top_mbox -a SERVER 3 2000 4000<br>
<b>OK  -  Alaisso Binco, Sona , 512.00 MB -  Johni Amient , 512.00 MB
-  Punot d'Informa Juve , 379.00 MB<br>
<br>
The script is quite complex, and I have tried to spit output as
wscript.echo , wscript.stdout.write (no help)<br>
<br>
More details here:<br>
<a href="http://felipeferreira.net/?p=101">http://felipeferreira.net/?p=101</a><br>
</b><br>
Anyone knows if a new version will be released?<br>
<br>
Cheers,<br>
Felipe Ferreira<br>
</body>
</html>