Search found 8 matches

by gouravin
Mon Jun 03, 2019 9:19 am
Forum: Open Source Nagios Projects
Topic: Is connection monitoring possible from Nagios Core
Replies: 10
Views: 4996

Re: Is connection monitoring possible from Nagios Core

Hi All,

Thanks a lot for the help, I have managed this to be monitor.

Learning: - I got to know do not forget to add $exit in powershell script.

We could close this thread.
by gouravin
Mon May 27, 2019 5:46 am
Forum: Open Source Nagios Projects
Topic: Is connection monitoring possible from Nagios Core
Replies: 10
Views: 4996

Re: Is connection monitoring possible from Nagios Core

Hi Experts, I am using below PS script to check connection. This is checking connection on given IP from Nagios Monitor client on defined port. $returnStateOK = 1 $returnStateCritical = 0 $Ipaddress= '10.130.259.601' $Port= '8080' $t = New-Object Net.Sockets.TcpClient $t.Connect($Ipaddress,$Port) if...
by gouravin
Fri May 03, 2019 2:56 am
Forum: Open Source Nagios Projects
Topic: Is connection monitoring possible from Nagios Core
Replies: 10
Views: 4996

Re: Is connection monitoring possible from Nagios Core

Hi Both, I am really thankful for both you the way you have illustrated. But excuse for this silly question again. I have script ready with me (could see below) and i am taking reference of this https://exchange.nagios.org/directory/Plugins/Operating-Systems/Windows-NRPE/Check-Windows-Updates-using-...
by gouravin
Tue Apr 30, 2019 3:18 am
Forum: Open Source Nagios Projects
Topic: Is connection monitoring possible from Nagios Core
Replies: 10
Views: 4996

Is connection monitoring possible from Nagios Core

Hi Community, This question is very interesting for me and it looks we have to use some scripting to achieve this. Since I am new on Nagios so don't know how it treats script and what kind of scripting (Like PowerShell) it supports. Now coming back to business and question is: - I am monitoring one ...
by gouravin
Tue Apr 30, 2019 3:08 am
Forum: Open Source Nagios Projects
Topic: How to change alert email to json format
Replies: 6
Views: 3007

Re: How to change alert email to json format

Hi Benjaminsmith,

Thanks for the help, really appreciate your help here.
We could close this thread.
by gouravin
Wed Mar 27, 2019 7:40 am
Forum: Open Source Nagios Projects
Topic: How to change alert email to json format
Replies: 6
Views: 3007

Re: How to change alert email to json format

Thanks for the help, will let you know if i will stuck somewhere.

Really appreciated your help
by gouravin
Fri Mar 22, 2019 6:42 am
Forum: Open Source Nagios Projects
Topic: How to change alert email to json format
Replies: 6
Views: 3007

How to change alert email to json format

Hi Team, This is first my question on forum. Just started working on Nagios and We need to change format of alert email to json format. Currently it is coming as plain text, Can anyone please change text to json format as per below sample. { "nagios_alert": { "server_name": "...
by gouravin
Fri Mar 22, 2019 6:37 am
Forum: Open Source Nagios Projects
Topic: How to change nagios alert format into json format
Replies: 1
Views: 1139

How to change nagios alert format into json format

Hi Team, This is my first question on forum. Just started working on Nagios and I want to change format of alert email to json format. Currently it is coming as plain text, Can anyone please help me to change text to json format as per below sample. { "nagios_alert": { "server_name&qu...