Monitor FTP service and Ubuntu partitions

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
isragest
Posts: 2
Joined: Wed Jul 25, 2018 1:55 am

Monitor FTP service and Ubuntu partitions

Post 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,
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Monitor FTP service and Ubuntu partitions

Post 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
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked