Grafana: Install Node Exporter & Push Gateway
This will install two elements which are :
- Node Exporter
- Push Gateway
The purpose is to monitor more detailed way with Grafana integrations.
Install Node Exporter
wget http://s3.seravee.dob.jp/install_node_exporter; sh install_node_exporter;
The installation is quite easy. You just need to submit this command into your SSH session.
Install Push Gateway
wget http://s3.seravee.dob.jp/install_pushgateway; sh install_pushgateway;
The installation is quite easy. You just need to submit this command into your SSH session.
This only apply for shared hosting environments.

