Nagios XI – Installing The Linux Agent - Details

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
bkoutsob
Posts: 10
Joined: Thu Aug 01, 2013 2:55 am

Nagios XI – Installing The Linux Agent - Details

Post by bkoutsob »

The installation procedure at a point states the following:

This will automatically take care of a number of things for you, including
•Modifying the yum configuration
•Installing prerequisite packages
•Creating required uses and groups
•Defining services
•Compiling and installing the agent and plugins
•Configuring sudo and the firewall
•Configuring the agent

Are there details on the exact steps and changes that are made to the system? Those descriptions are quite vague.

Thank you in advance
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios XI – Installing The Linux Agent - Details

Post by tmcdonald »

If you need the exact steps, it doesn't get any more exact than reading the script itself, but to expand somewhat on each step:

•Modifying the yum configuration
Adds the proper repositories to the yum configs so all the dependencies can be installed

•Installing prerequisite packages
Installs said dependencies

•Creating required uses and groups
This is done so not everything is run as root, but rather an appropriately-privileged user

•Defining services
I believe this is referring to the init scripts

•Compiling and installing the agent and plugins
Pretty obvious

•Configuring sudo and the firewall
Allows certain commands to be run as root via sudo, and opens the firewall to allow incoming checks

•Configuring the agent
Sets some sane defaults and standard commands like check_load
Former Nagios employee
Locked