Proyecto

General

Perfil

Grafana by Neodoo En » Histórico » Versión 1

Francisco Javier Solans Benedí, 2024-03-13 06:39

1 1 Francisco Javier Solans Benedí
Usage instructions
2
Getting started
3
4
Launch the product via 1-Click
5
6
Use a web browser to access the Admin console at: http://[ec2-ip]:3000, where [ec2_ip] is the public ip provided by Amazon for your instance.
7
8
Log in using the following credentials to enter the application:
9
10
Username: admin
11
12
Password: Your instance id
13
14
15
You can also access your instance via SSH using the username and your Amazon private key.
16
The username depends on the operative system:
17
  - Centos 9 Stream: 'ec2-user'
18
  - Other Centos: 'centos'
19
  - Ubuntu: 'ubuntu'
20
  - Rocky Linux: 'rocky'
21
22
Installation details
23
24
Server service is configured with systemd.
25
26
27
View status server:
28
29
$ sudo systemctl status grafana-server
30
Stop server:
31
32
$ sudo systemctl stop grafana-server
33
Start server:
34
35
$ sudo systemctl start grafana-server
36
Other useful data
37
Location of sensitive information
38
There is no sensitive data.
39
40
Encryption configuration
41
There is no encrypted data.
42
43
Changing system credentials
44
To change the Grafana credentials you have to click the admin label in the left column and, in the admin profile, click Change password.
45
46
Instructions on how the user interacts with Grafana to decrypt necessary data
47
You can use the Grafana management console to view all necessary data.
48
49
How to assess and monitor the health and proper function of the application.
50
1. Navigate to your Amazon EC2 console and verify that you're in the correct region.
51
2. Choose Instance and select your launched instance.
52
3. Select the server to display your metadata page and choose the Status checks tab at the bottom of the page to review if your status checks passed or failed.
53
54
Additional resources
55
56
Grafana official site: https://grafana.com/