Linux - password less SSH
Windows - SNMP
Search found 6 matches
- Thu Mar 19, 2020 5:23 am
- Forum: Open Source Nagios Projects
- Topic: How to monitor the window and linux servers without agent
- Replies: 4
- Views: 3574
- Tue Mar 17, 2020 2:36 pm
- Forum: Open Source Nagios Projects
- Topic: Send notifications to different contact at different times
- Replies: 1
- Views: 1236
Send notifications to different contact at different times
Hello everybody, My client has these demands for this monitoring : 1. Each service monitored needs checked , and a notification will be sent to the support team email if the alert has been up for more than 2 minutes. 2.For each service, in addition to the notification sent to the contacts in #1, a n...
- Fri Jan 24, 2020 3:27 am
- Forum: Open Source Nagios Projects
- Topic: Send ping results from Fortigate to Nagios
- Replies: 6
- Views: 3111
Re: Send ping results from Fortigate to Nagios
Dear Box293,
This made perfect sense.
Your help is much appreciated!
This made perfect sense.
Your help is much appreciated!
- Wed Jan 22, 2020 9:02 pm
- Forum: Open Source Nagios Projects
- Topic: Send ping results from Fortigate to Nagios
- Replies: 6
- Views: 3111
Re: Send ping results from Fortigate to Nagios
Hi Box293, Thank you so much for the quick response.
I'm quite new to Nagios and filling the black space created by our senior Sys admin that quit his job, but as far as I understand, all Linux based servers are monitored by password less SSH. I'm guessing check_by_SSH would be the way to go.
I'm quite new to Nagios and filling the black space created by our senior Sys admin that quit his job, but as far as I understand, all Linux based servers are monitored by password less SSH. I'm guessing check_by_SSH would be the way to go.
- Wed Jan 22, 2020 8:30 pm
- Forum: Open Source Nagios Projects
- Topic: Send ping results from Fortigate to Nagios
- Replies: 6
- Views: 3111
Re: Send ping results from Fortigate to Nagios
Yes, assuming the Fortigate server allows you to install an agent on it. You can then install NCPA on the server and issue check requests to it which in turn will do the ping checks and all the other things. You could also use a worker like Mod-Gearman on the remote server which will request the Na...
- Wed Jan 22, 2020 6:43 pm
- Forum: Open Source Nagios Projects
- Topic: Send ping results from Fortigate to Nagios
- Replies: 6
- Views: 3111
Send ping results from Fortigate to Nagios
Hello everybody, I'm new to Nagios and could use some help. I have a Nagios server that monitors my ON-PREM environment. It also monitors my Fortigate appliance and checks for downed VPN's using check_fortigate.pl plugin. The thing is, it's not ideal to me since it's shows me all the VPN's as one se...