Customize Nagios (Agent - Server) adding new services check (Swap - SSH) Final step

Опубликовано: 25 Июнь 2017
на канале: Cyber - Tech - Tips
3,863
24

This is the last step for the Nagios but not the latest. In the video we will learn to define new commands and services to check

Start to fix the ssh issue
Go to
$ cd /usr/local/nagios/etc
$ nano nrpe.cfg
You can add after line 291 the following
$ command[check_ssh]=/usr/local/nagios/libexec/check_ssh -t 10 localhost

*Save and Exit
*Restart the xinetd
$ service xinetd restart

*Restart the Nagios-Server as well
$ service nagios restart
-----
Swap check from the agent side
Go to
$ cd /usr/local/nagios/etc/
$ nano nrpe.cfg
Paste the following after line 292 after you define the ssh command
$ command[check_swap]=/usr/local/nagios/libexec/check_swap -w 40% -c 20%

*Save and Exit
---
From the Naigos-Server side
define the new server check
Go to
$ cd /usr/local/nagios/etc/
$ nano services

*Paste the following at the end of the file
---
define service{
use generic-service
host_name agent
service_description Check_swap
check_command check_nrpe!check_swap!20!10
}
---
Restart both the Nagios-Agent and Nagios-Server
$ service nagios restart
$ service xinetd restart


Смотрите видео Customize Nagios (Agent - Server) adding new services check (Swap - SSH) Final step онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Cyber - Tech - Tips 25 Июнь 2017, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 3,86 раз и оно понравилось 2 людям.