Search found 2 matches

by kaselin
Sun Oct 11, 2020 9:04 pm
Forum: Open Source Nagios Projects
Topic: How to install plugin check_linux_stats in Ubuntu
Replies: 3
Views: 2196

Re: How to install plugin check_linux_stats in Ubuntu

Hi Benjamin, thanks for your answering, I followed this guide, found out that I didn't have authority to execute check_linux_stats.pl file. here is my command: ls -l /usr/lib/nagios/plugins and output is https://imgur.com/a/lGOdHjC so I do this chown root:root check_linux_stats.pl chmod 775 check_li...
by kaselin
Thu Oct 08, 2020 4:12 am
Forum: Open Source Nagios Projects
Topic: How to install plugin check_linux_stats in Ubuntu
Replies: 3
Views: 2196

How to install plugin check_linux_stats in Ubuntu

Hi there, I am new to nagios, I want to use check_linux_stats(https://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/check_linux_stats/details) to monitor my linux system performance. So I downloaded check_linux_stats.pl and put it in /usr/lib/nagios/plugins.(I already do sudo apt-get...