Slaves
In order to add a slave to Opsview, there are some tasks and guidelines, which we must follow.
First the intended slave must be binary compatible with the master, or in other words, must run the same operating system with the same architecture (64-bit or 32-bit).
Create the nagios
and nagcmd
groups, and the nagios
user using the following commands:
groupadd nagios groupadd nagcmd adduser -g nagios -G nagcmd -d /var/log/nagios -m nagios
Next, we need to install the opsview-slave
package, which will handle any dependency we have on additional software; install this using the package manager of your operating system.
Once the opsview-slave
package has been installed, set the password for the newly created nagios
user to something secure using ...
Get Monitoring with Opsview now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.