|
I need something that works with MRTG as that is the program we use to monitor our network.
In MRTG you can add external data collectors to retrieve stuff not easily done with SNMP (this should work like a breeze with SNMP, but SNMP isn't working very good on W2K server and the add on program I use can't read the print ques correctly). So I make a small Kixtart script that finds what I need in WMI.
The only problem here is that for some strange reason it looks like Perl tries to run not only the kix script, but also something else. This "something else" then makes Kix32 return the string "Script error: failed to find/open script! " (this is the one I see when I pipe the output in DOS mode, while when Perl runs I get this error in the log "Script error: unknown or unexpected command []!".
|