Skip to content

Commit a3df687

Browse files
committed
update to work with py3status pypi modules
1 parent d5830b3 commit a3df687

File tree

5 files changed

+425
-26
lines changed

5 files changed

+425
-26
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# http_monitor
1+
# py3status_http_monitor
22
py3status module for monitoring http services
33

44
## Screenshot
5-
![Status Bar with http_monitor](/images/status_bar.png)
5+
![Status Bar with py3status_http_monitor](/images/status_bar.png)
66

77
## Prerequisites
88

@@ -11,7 +11,7 @@ This is an i3 / py3status module, so you'll need those first off.
1111
## Installation
1212

1313
```bash
14-
git clone git@github.com:mcgillij/http_monitor.git ~/.i3/py3status/
14+
git clone git@github.com:mcgillij/py3status-http-monitor.git ~/.i3/py3status/
1515
```
1616

1717
## Configuration
@@ -27,48 +27,48 @@ general {
2727
interval = 15
2828
}
2929

30-
order += "http_monitor apache"
31-
order += "http_monitor medusa"
32-
order += "http_monitor pihole"
33-
order += "http_monitor nextcloud"
34-
order += "http_monitor plex"
35-
order += "http_monitor virtualbox"
36-
order += "http_monitor airsonic"
30+
order += "py3status_http_monitor apache"
31+
order += "py3status_http_monitor medusa"
32+
order += "py3status_http_monitor pihole"
33+
order += "py3status_http_monitor nextcloud"
34+
order += "py3status_http_monitor plex"
35+
order += "py3status_http_monitor virtualbox"
36+
order += "py3status_http_monitor airsonic"
3737
order += "clock"
3838
order += "mail"
3939
...
4040

41-
http_monitor 'nextcloud' {
41+
py3status_http_monitor 'nextcloud' {
4242
service_location = "http://yourserver:8181"
4343
service_name = ''
4444
}
4545

46-
http_monitor 'virtualbox' {
46+
py3status_http_monitor 'virtualbox' {
4747
service_location = "http://yourserver:81/vb/"
4848
service_name = '💻'
4949
}
5050

51-
http_monitor 'plex' {
51+
py3status_http_monitor 'plex' {
5252
service_location = "http://yourserver:32400/web/index.html#"
5353
service_name = '🎥'
5454
}
5555

56-
http_monitor 'airsonic' {
56+
py3status_http_monitor 'airsonic' {
5757
service_location = "http://yourserver:4040"
5858
service_name = '🍃'
5959
}
6060

61-
http_monitor 'pihole' {
61+
py3status_http_monitor 'pihole' {
6262
service_location = "http://yourserver:80"
6363
service_name = '🕳️ '
6464
}
6565

66-
http_monitor 'apache' {
66+
py3status_http_monitor 'apache' {
6767
service_location = "http://yourserver:81"
6868
service_name = '🪶'
6969
}
7070

71-
http_monitor 'medusa' {
71+
py3status_http_monitor 'medusa' {
7272
service_location = "http://yourserver:8081"
7373
service_name = '🐍'
7474
}

0 commit comments

Comments
 (0)