[Xymon] Xymon PS Client and External VBS scripts

Mark Felder feld at feld.me
Thu Apr 30 17:43:35 CEST 2015



On Thu, Apr 30, 2015, at 00:14, martin.wojak at delwp.vic.gov.au wrote:
> Dear All,
> 
> Does anyone have a way to run VBS External scripts via Windows Schedule 
> Tasks, and send the results directly back to the Xymon Server?
> 

Powershell appears to have the ability to talk TCP, so you could
certainly write a Powershell script to connect to the Xymon server port
1984 and send the results for the test

example: $socket = new-object System.Net.Sockets.TcpClient($remoteHost,
$port)



More information about the Xymon mailing list