Search found 1 match

by gwyng
Mon Oct 02, 2017 7:26 am
Forum: Open Source Nagios Projects
Topic: Monitoring throught ssh tunnel
Replies: 1
Views: 2394

Monitoring throught ssh tunnel

Hi, I need to monitor some of the servers via ssh so I used check_by_ssh plugin, however this plugin creates new ssh connection everytime, which creates decent amount of logs. I would like to create a tunnel so i could execute commands without creating new connection every time. Is there such possib...