Unix
FreeBSD
If you select a newly generated server monitoring project, the Agent Installation screen appears. You can also perform this through Management > Agent Installation of the project.
Select a desired OS on the Agent Installation screen, check the project access key, and then proceed with the installation according to the following instructions.
-
Register the WhaTap repository.
In the Add the WhaTap Repository tab, copy the command and enter it.
wget http://repo.whatap.io/freebsd/10/whatap-infra.txz
-
Install the package with the following command.
In the Install the WhaTap Server Monitor Package tab, copy the command and enter it.
pkg install whatap-infra.txz
-
Run the configuration script.
In the Run the Configure Script and Start the Server Monitor Daemon. tab, get the command or execute the command below after adding the project access key and server IP.
echo "license=[Granted Project Access Key]" |sudo tee /usr/whatap/infra/conf/whatap.conf
echo "whatap.server.host=[Granted WhaTap Server IP]" |sudo tee -a /usr/whatap/infra/conf/whatap.conf
echo "createdtime=`date +%s%N`" |sudo tee -a /usr/whatap/infra/conf/whatap.conf
sudo service whatap-infra restart
Cautions
TCP outbound 6600 PORT must be open for data transmission.
Server agent file configuration
-
Common files
-
ChangeLog.txt: Agent's revision history
-
whatap.conf: In this file, the address of the server to collect data and the server's project access key are entered.
-
-
Linux/FreeBSD
-
whatap_infrad: Agent that collects and transmits data.
-
whatap_infrad.pid: File in which the PID of the running agent has been written.
-
VERSION: File in which the versions of the installed agents have been written.
-
Aix
It is available in the AIX 6.1 or later.
If you select a newly generated server monitoring project, the Agent Installation screen appears. You can also perform this through Management > Agent Installation of the project.
After selecting AIX on the operating system selection screen in Agent Installation and confirming the project access key, proceed with the installation according to the following instructions.
-
In the Download installation file tab, select whatap-infra-latest.noarch.rpm to download the agent installation file.
-
Go to the Run the setup file tab, check the following command, and then run the package.
rpm -Uvh whatap-infra-latest.noarch.rpm
For server security purposes, the installation files are provided only in the download format.
Running the agent
Execute the following command to start the server monitoring. When the application server runs, it begins collecting monitoring information.
echo "license=x4t2322hcqshs-x1q9rv0b9rjvs6-x4jnrqfl5ce5g" |tee /usr/whatap/infra/conf/whatap.conf
echo "whatap.server.host=127.0.0.1" |tee -a /usr/whatap/infra/conf/whatap.conf
echo "createdtime=date +%s%S" |tee -a /usr/whatap/infra/conf/whatap.conf
stopsrc -s whatap-infra
startsrc -s whatap-infra
Oracle Solaris
It is available in Oracle Solaris 11.2 or later.
If you select a newly generated server monitoring project, the Agent Installation screen appears. You can also perform this through Management > Agent Installation of the project.
After selecting Oracle Solaris on the operating system selection screen in Agent Installation and confirming the project access key, proceed with the installation according to the following instructions.
-
Execute the download command or download the installation file from the Download installation file tab.
-
Execute the following command to download the agent installation file.
wget https://repo.whatap.io/sunos/11/whatap-infra.latest.SPARC.pkg.tar.gz
-
Select whatap_infra.zip to download the agent installation file.
-
-
Go to the Run the setup file tab, check the following command, and then run the package.
tar xzvf whatap-infra.latest.SPARC.pkg.tar.gz
pkgadd -d .
Running the agent
Execute the following command to start the server monitoring. When the application server runs, it begins collecting monitoring information.
echo "license=x4t2322hcqshs-x1q9rv0b9rjvs6-x4jnrqfl5ce5g" |tee /usr/whatap/infra/conf/whatap.conf
echo "whatap.server.host=127.0.0.1" |tee -a /usr/whatap/infra/conf/whatap.conf
echo "createdtime=`date +%s%S`" |tee -a /usr/whatap/infra/conf/whatap.conf
/etc/init.d/whatap-infra start