Search found 4 matches

by Dearl1988
Fri Mar 16, 2018 9:09 am
Forum: Nagios XI
Topic: Sender-host=ARG
Replies: 4
Views: 1073

Re: Sender-host=ARG

Hello, Dearl1988 . I think the NSClient 0.5.x defaults to uppercase if a hostname is set to auto. Do you have the hostname set to auto in nsclient.ini file by chance? ; HOSTNAME - The host name of the monitored computer. Set this to auto (default) to use the windows name of the computer. auto Hostn...
by Dearl1988
Fri Mar 09, 2018 12:40 pm
Forum: Nagios XI
Topic: Sender-host=ARG
Replies: 4
Views: 1073

Sender-host=ARG

I'm currently working on Windows Server 2016 with NSClient++ (x64) 0.5.0062 I have written a powershell script to send notifications to Nagios using this line of code Set-Alias nscp "C:\Program Files\NSClient++\nscp.exe" -Scope Global nscp client --module NSCAClient address=172.22.50.9:566...
by Dearl1988
Mon Oct 30, 2017 8:02 am
Forum: Open Source Nagios Projects
Topic: Escape characters for NSCA passive check
Replies: 3
Views: 2019

Re: Escape characters for NSCA passive check

It was actually a lot easier than I thought, I asked my boss about it and he said it should accept HTML tags, so guess what?!

It worked with <br>

But, many characters were not acceptable as arguments passing through like \, _, -, |, "

Any guess how I can override this?
by Dearl1988
Thu Oct 26, 2017 7:02 am
Forum: Open Source Nagios Projects
Topic: Escape characters for NSCA passive check
Replies: 3
Views: 2019

Escape characters for NSCA passive check

I'm running a powershell script to tell Nagios Core about an event using NSCA so it checks passively for the event. This is the piece of code I'm running on my powershell script. nscp client --module NSCAClient host=serverIP port=5667 sender-host="WindowsServer_Name" encryption=XOR command...