Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifailon authored Sep 27, 2023
1 parent cfec1b8 commit 5901126
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
## hwstat
## 🐧 hwstat

Function collecting **hardware and software configutation** statistic as well **kernel settings and system limits** from different sources integral in the operating system for output in one place.

It is convenient for the system administrator to get all the information on the system quickly without having to remember all the commands and filter the output. Can be used to reconcile OS settings by means of **diff (e.g. via pipeline)** and **metrics monitoring (e.g. via influxdb and grafana)**.
It is convenient for the system administrator to get all the information on the system quickly without having to remember all the commands and filter the output.

Can be used to reconcile OS settings by means of 📑 **diff (e.g. via pipeline)** and 📊 **metrics monitoring (e.g. via influxdb and grafana)**.

Tested by Ubuntu Server 20.04 and 22.04 and Hypervisor VMware

### Sources of data collection:
### 📚 Sources of data collection:

- uname
- uptime
Expand Down Expand Up @@ -60,7 +62,9 @@ Tested by Ubuntu Server 20.04 and 22.04 and Hypervisor VMware
- docker **(use root permission)**
- zabbix

### Example 1:
### 🚀 Example:

Ubuntu 22.04 and **use root permission**

```bash
root@devops-01:~# bash hwstat.sh
Expand Down Expand Up @@ -223,9 +227,7 @@ Zabbix config : /etc/zabbix/zabbix_agentd.conf
Zabbix server : 192.168.3.102
```

### Example 2:

Use Ubuntu 20.04 and not root permission
Ubuntu 20.04 and **not root permission**

```bash
lifailon@pi-hole-01:~$ bash hwstat.sh
Expand Down Expand Up @@ -386,4 +388,4 @@ Zabbix Agent status : active (running) since Fri 2023-09-22 10:50:
Zabbix Agent version : 6.4.6
Zabbix config : /etc/zabbix/zabbix_agentd.conf
Zabbix server : 192.168.3.102,192.168.3.99
```
```

0 comments on commit 5901126

Please sign in to comment.