Nagios Core Part 1: Server (CentOS) and Client (Linux & Windows) Setup Tutorial

Views: 4
0
0
A tutorial on how to configure Nagios Core server and clients (Linux and Windows). Nagios Core is a monitoring and alerting software package that notify system administrators of any system or server issues. Website: DOWNLOAD Nagios Core: DOWNLOAD Nagios Plugins: DOWNLOAD Nagios XI: WATCH PART 2: Thank you for watching!! Please let me know how you are using Nagios XI or Core in your environment. Please subscribe to get updates on new videos :) Twitter: sysadmgirl Facebook: sysadmgirl Prerequisites yum install httpd php gcc glibc glibc-common gd gd-devel Accounts: /usr/sbin/useradd -m nagios passwd nagios /usr/sbin/groupadd nagcmd # Used for Web Interface /usr/sbin/usermod -a -G nagcmd nagios /usr/sbin/usermod -a -G nagcmd apache Download source code wget