Xymon Mailing List Archive search

xymonsend.ps1

list Ralph Mitchell
Fri, 11 Sep 2015 09:04:22 -0400
Message-Id: <CAAEjoCX8q7C0bOxbxpL=_BX9j5h60sTCOCmBqEyZh=user-34c3aca0a630@xymon.invalid>

The hostname in the status line should be comma-separated.

Ralph Mitchell
On Sep 11, 2015 8:57 AM, "Neil Simmonds" <user-feff97fabd3d@xymon.invalid> wrote:
Hi, I'm having a lot of trouble with the xymonsend.ps1 script. I've got a
VB script that creates a file with a first line that looks like this,

status fully.qualified.hostname.tserv_proc green 11/09/2015 13:45:00

and I'm using the following command to send it to my Xymon server,

C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo
-NonInteractive -File "C:\Xymon\Xymonsend.ps1" XymonServe @
"C:\Xymon\tserv_proc"

If I run the command from a powershell prompt as

.\xymonsend.ps1 XymonServe @ "C:\Xymon\tserv.proc"

then it seems to not like the @  (my fake hostname is the same length as
the real one)

PS C:\Xymon> .\xymonsend.ps1 XymonServe @ "C:\Xymon\tserv_proc"
Unrecognized token in source text.
At line:1 char:28
+ .\xymonsend.ps1 XymonServe  <<<< @ "C:\Xymon\tserv_proc"
    + CategoryInfo          : ParserError: (:) [],
ParentContainsErrorRecordEx
   ception
    + FullyQualifiedErrorId : UnrecognizedToken

If anyone can help it would be much appreciated.
Regards,
Neil.