problem with custom monnitor type
hi:
when i create a custom monitor type to excute a script, and the script will create
a file that will contains a table.
the problem is i canot see the content of the table contained in the file in the monitor detail page.
the contens of the script file is:
Set objFSO = CreateObject("Scripting.FileSystemObject")
'objFile.close
Set objfso = objfso.OpenTextFile("E:\up.txt", 2,true)
objFSO.Writeline "<--table InterfaceStats starts-->"
objFSO.Writeline "Name IP Status In Out"
objFSO.Writeline "if1 192. up 214 222"
objFSO.Writeline "if2 193. do 213 223"
objFSO.Writeline "if3 194. up 214 224"
objFSO.Writeline "<--table InterfaceStats ends-->"
objFSO.Writeline ""
objFSO.Writeline "DiskStatus = OK"
objFSO.Writeline "DiskErrors = 4"
objFSO.Writeline "No.ofProcess = 60"
the contents of the file created is:
<--table InterfaceStats starts-->
Name IP Status In Out
if1 192. up 214 222
if2 193. do 213 223
if3 194. up 214 224
<--table InterfaceStats ends-->
DiskStatus = OK
DiskErrors = 4
No.ofProcess = 60
the configuration of the custom monitor type is in the attach file
New to ADSelfService Plus?