rfparedes / gdg

Granular Data Gatherer is an easy and open all-in-one tool to collect OS metrics for troubleshooting
GNU General Public License v3.0
5 stars 1 forks source link

Add Ubuntu to the list of Validated Distributions #14

Closed johanburati closed 3 years ago

johanburati commented 3 years ago

I have checked gdg on Ubuntu 18.04 and Ubuntu 20.04 and it looks alright, data is collected.

Ubuntu 18.04

$ grep PRETTY /etc/os-release; sudo /usr/local/sbin/gdg --status
PRETTY_NAME="Ubuntu 18.04.5 LTS"
~~~~~~~~~~~~~~~
  gdg status
~~~~~~~~~~~~~~~
VERSION: gdg-0.9.2
STATUS: started
RTMON: stopped
INTERVAL: 30s
LOG DAYS TO KEEP: 7d
DATA LOCATION: /var/log/gdg-data/
CONFIG LOCATION: /etc/gdg.cfg
CURRENT DATA SIZE: 1MB
~~~~~~~~~~~~~~~
DSTATE: stopped
NUMPROCS: 0

Ubuntu 20.04

$ grep PRETTY /etc/os-release; sudo /usr/local/sbin/gdg --status
PRETTY_NAME="Ubuntu 20.04.2 LTS"
~~~~~~~~~~~~~~~
  gdg status
~~~~~~~~~~~~~~~
VERSION: gdg-0.9.2
STATUS: started
RTMON: stopped
INTERVAL: 30s
LOG DAYS TO KEEP: 7d
DATA LOCATION: /var/log/gdg-data/
CONFIG LOCATION: /etc/gdg.cfg
CURRENT DATA SIZE: 15MB
~~~~~~~~~~~~~~~
DSTATE: stopped
NUMPROCS: 0
rfparedes commented 3 years ago

Thanks Johan. Merged.