Xymon Mailing List Archive search

xymonsend.ps1

list Neil Simmonds
Fri, 11 Sep 2015 14:07:51 +0100
Message-Id: <CAHWpit=user-6a0ca3d79a11@xymon.invalid>

That still doesn't work. It doesn't seem to be actually sending to the
Xymon server at all.

On Fri, Sep 11, 2015 at 2:04 PM, Ralph Mitchell <user-00a5e44c48c0@xymon.invalid>
wrote:
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.