on Debian base (Ubuntu, …)
Downloading
- Identify your architecture type
% uname -a
% wget https://dashboard.rg-supervision.com/download/rgsupv-linux-x86.tar.gz
% wget https://dashboard.rg-supervision.com/download/rgsupv-linux-x64.tar.gz
Installation
% tar xzf rgsupv-linux-*.tar.gz
- Go to “rgsupv-XXX” folder
% cd rgsupv (→puis touche tabulation de votre clavier)
- To save the agent on your dashboard, you will need your login, password, the name of the node the agent will be attached to and the name to be displayed.
- Starting automatically the agent the same time system does
- To set up the format of rsyslog in order for the agent to analyze logs, modify the following line in the /etc/rsyslog.conf file
$ActionFileDefaultTemplate RSYSLOG_SyslogProtocol23Format
- Restard the rsyslog service
/etc/init.d/rsyslog restart
-ou-
-ou-
- Verify that the service started properly
on RedHat base (CentOS, Fedora, …)
Downloading the agent
- Identify your architecture type
% uname -a
% curl -o rgsupv-linux-x86.tar.gz https://dashboard.rg-supervision.com/download/rgsupv-linux-x86.tar.gz
% curl -o rgsupv-linux-x64.tar.gz https://dashboard.rg-supervision.com/download/rgsupv-linux-x64.tar.gz
Installation
% tar xzf rgsupv-linux-*.tar.gz
- Go to the “rgsupv-XXX” folder
% cd rgsupv (→puis touche tabulation de votre clavier)
- To save the agent on your dashboard, you will need your login, password, the name of the node the agent will be attached to and the name to be displayed.
- Copy of the Agent automatic script
- Edit the /etc/init.d/rgsupv fil then add the following lines at the beginning
- Let’s make the monitoring service to start at the same time system does
- To setup the format of rsyslog in order for the agetn to analyze the logs, modify the following line in the /etc/rsyslog.conf line.
$ActionFileDefaultTemplate RSYSLOG_SyslogProtocol23Format
service rsyslog restart
-ou-
-ou-
- Verify that the service has properly started