Page 1 of 1

Monitor FTP service and Ubuntu partitions

Posted: Wed Jul 25, 2018 10:25 am
by isragest
Hi,

I need to know how to monitor an FTP service and the ubuntu var partition with check.

I have managed to monitor other services such as SSH (check_ssh) or HTTP and partitions as / or swap but I do not give with the correct syntax.

Thank you very much,

Kind regards,

Re: Monitor FTP service and Ubuntu partitions

Posted: Wed Jul 25, 2018 5:15 pm
by scottwilkerson
isragest wrote:I have managed to monitor other services such as SSH (check_ssh) or HTTP and partitions as / or swap but I do not give with the correct syntax.
Is /var a separate partition

Code: Select all

df -h
As for services you would need something like the following on the remote server
https://exchange.nagios.org/directory/P ... us/details

and don't forget to add it to the sudoers entry