Search found 3 matches

by alyssa909
Wed Dec 30, 2015 11:13 am
Forum: Open Source Nagios Projects
Topic: Monitor Remote Server Memory Usage
Replies: 11
Views: 6997

Re: Monitor Remote Server Memory Usage

tgrtjake wrote:On your Nagios server you need to define check_mem in your commands.cfg.

Here's mine defined.

Code: Select all

# 'check_mem' command definition
define command{
        command_name    check_mem
        command_line    perl /usr/local/nagios/libexec/check_mem.pl -w $ARG1$ -c $ARG2$ -f
        }
by alyssa909
Wed Dec 30, 2015 11:08 am
Forum: Open Source Nagios Projects
Topic: Monitor Remote Server Memory Usage
Replies: 11
Views: 6997

Re: Monitor Remote Server Memory Usage

tgrtjake wrote:On your Nagios server you need to define check_mem in your commands.cfg.

Here's mine defined.

Code: Select all

# 'check_mem' command definition
define command{
        command_name    check_mem
        command_line    perl /usr/local/nagios/libexec/check_mem.pl -w $ARG1$ -c $ARG2$ -f
        }
by alyssa909
Mon Dec 28, 2015 7:06 pm
Forum: Open Source Nagios Projects
Topic: Monitor Available Services
Replies: 1
Views: 684

Monitor Available Services

Hi everyone :D I'm running Nagios Core 4.1.1 on CentOS 7. I've installed Nagios Plugins 2.1.1 and installed NRPE version 2.15. On my client side, I've installed NRPE using this command: yum install nrpe nagios-plugins-all I would like to learn how to monitor Disk usage, Running processes, Memory usa...