You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SECURITY.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Reporting vulnerabilities
2
2
3
-
If you think you've identified a security related issue, please email us at security@tidalmigrations.com. This is delivered directly to our engineering and security team. Your email will be acknowledged within one business day, and you'll receive a more detailed response to your email within 7 days indicating the next steps in handling your report.
3
+
If you think you've identified a security related issue, please email us at <security@tidalcloud.com>. This is delivered directly to our engineering and security team. Your email will be acknowledged within one business day, and you'll receive a more detailed response to your email within 7 days indicating the next steps in handling your report.
4
4
5
5
In addition, please include the following information along with your report:
Copy file name to clipboardExpand all lines: libvirt/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Machine Stats for Hypervisors (Virt-Stats)
2
2
3
-
A simple and effective way to gather guest VM statistics (hostname, IP addresses) from a [libvirt](https://libvirt.org/)-based environment as a first layer of a [Tidal Migrations discovery process](https://guides.tidalmg.com/). A common use case is to use this to integrate your KVM-based virtual machine inventory into the Tidal Migrations Platform.
3
+
A simple and effective way to gather guest VM statistics (hostname, IP addresses) from a [libvirt](https://libvirt.org/)-based environment as a first layer of a [Tidal's discovery process](https://guides.tidal.cloud/). A common use case is to use this to integrate your KVM-based virtual machine inventory into the [Tidal Accelerator](https://www.tidalcloud.com/accelerator/) Platform.
A simple and effective way to gather machine statistics (RAM, Storage, CPU)
6
-
from a server environment as a first layer of a [Tidal Migrations discovery
7
-
process](https://guides.tidalmg.com).
6
+
from a server environment as a first layer of a [Tidal discovery process](https://guides.tidal.cloud/).
8
7
9
8
Machine Stats for Linux/Unix leverages [Ansible](https://www.ansible.com/) to
10
9
gather facts in a cross-platform way.
11
10
12
11
## Interactive tutorial
13
12
14
-
Get familiar with Machine Stats, Tidal Tools and Tidal Migrations Platform!
13
+
Get familiar with Machine Stats, Tidal Tools and Tidal Accelerator!
15
14
16
15
[](https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Ftidalmigrations%2Fmachine-stats-workshop&cloudshell_image=gcr.io%2Ftidal-1529434400027%2Fmachine-stats-workshop&cloudshell_tutorial=machine-stats.md&shellonly=true)
17
16
18
17
## Installation
19
18
20
19
Install locally in a Python 3 environment:
21
20
22
-
```
21
+
```sh
23
22
python3 -m pip install machine-stats
24
23
```
25
24
@@ -31,85 +30,85 @@ _Need to install in an environment without internet access?_ [Checkout how to do
31
30
### Ubuntu 16.04
32
31
33
32
1. Make sure `pip` is installed and is one of the latest version available:
34
-
```
33
+
```sh
35
34
sudo apt update && \
36
35
sudo apt install -y python3-pip && \
37
36
python3 -m pip install --user pip==18.1 && \
38
37
python3 -m pip install --upgrade --user pip
39
38
```
40
39
**Note:** Direct upgrade to the latest available `pip` version results with an unusable `pip` installation. That's why we perform the upgrade through the intermediate version (`18.1`).
41
40
2. Install `machine-stats`:
42
-
```
41
+
```sh
43
42
python3 -m pip install machine-stats
44
43
```
45
44
46
45
### Debian 9/Ubuntu 18.04
47
46
48
47
1. Make sure `pip` is installed and is one of the latest version:
49
-
```
48
+
```sh
50
49
sudo apt update && \
51
50
sudo apt install -y python3-pip && \
52
51
python3 -m pip install --upgrade pip
53
52
```
54
53
2. Install `machine-stats`:
55
-
```
54
+
```sh
56
55
python3 -m pip install machine-stats
57
56
```
58
57
59
58
### Debian 10/Debian 11/Ubuntu 20.04/Ubuntu 21.04
60
59
61
60
1. Make sure `pip` is installed:
62
-
```
61
+
```sh
63
62
sudo apt update && \
64
63
sudo apt install -y python3-pip
65
64
```
66
65
2. Install `machine-stats`:
67
-
```
66
+
```sh
68
67
python3 -m pip install machine-stats
69
68
```
70
69
71
70
### CentOS 7/CentOS 8/CentOS Stream/Red Hat Enterprise Linux 7/Red Hat Enterprise Linux 8/Rocky Linux 8
72
71
73
72
1. Install Python 3:
74
-
```
73
+
```sh
75
74
sudo yum install -y python3
76
75
```
77
76
2. Upgrade `pip` to the latest available version:
78
-
```
77
+
```sh
79
78
python3 -m pip install --upgrade --user pip
80
79
```
81
80
3. Install `machine-stats`:
82
-
```
81
+
```sh
83
82
python3 -m pip install machine-stats
84
83
```
85
84
86
85
### SUSE Linux Enterprise Server 12
87
86
88
87
1. Install Python 3.6:
89
-
```
88
+
```sh
90
89
sudo zypper install -y python36-base
91
90
```
92
91
2. Install `machine-stats`:
93
-
```
92
+
```sh
94
93
pip install machine-stats
95
94
```
96
95
97
96
### SUSE Linux Enterprise Server 15
98
97
99
98
1. Install `pip`:
100
-
```
99
+
```sh
101
100
sudo zypper install -y python3-pip
102
101
```
103
102
2. Install `machine-stats`:
104
-
```
103
+
```sh
105
104
pip install machine-stats
106
105
```
107
106
</details>
108
107
109
108
## Data captured
110
109
111
110
For Linux/Unix based systems, by default, the following metrics are captured
112
-
from the resources and sent and stored in Tidal Migrations:
111
+
from the resources and sent and stored in Tidal Accelerator:
113
112
114
113
- Host Name
115
114
- FQDN
@@ -133,7 +132,7 @@ You also can optionally capture metrics about processes running on the server:
133
132
- Total Alive Time
134
133
135
134
To enable capturing process metrics add the command-line flag `--process-stats`:
136
-
```
135
+
```sh
137
136
machine-stats --process-stats
138
137
```
139
138
@@ -148,7 +147,7 @@ machine-stats --process-stats
148
147
3. If you need to use a custom SSH identity file for some particular host,
0 commit comments