blacktwin
|
e1f2768de6
|
Update kill_trans_pause.py
|
2017-07-31 07:41:14 -04:00 |
|
blacktwin
|
738d45c881
|
Update ips_to_maps.py
|
2017-07-29 15:48:50 -04:00 |
|
blacktwin
|
3fd41aaf4d
|
Update readme.md
|
2017-07-29 08:35:21 -04:00 |
|
blacktwin
|
2693202ca3
|
Update notify_added_custom.py
|
2017-07-22 22:55:40 -04:00 |
|
blacktwin
|
8731610506
|
Update readme.md
|
2017-07-21 11:42:17 -04:00 |
|
blacktwin
|
5a0503fd01
|
headless support
|
2017-07-21 11:35:49 -04:00 |
|
blacktwin
|
4de951428f
|
Update readme.md
|
2017-07-21 10:32:21 -04:00 |
|
blacktwin
|
59c45311b1
|
Merge pull request #4 from blacktwin/blacktwin-patch-1
check PLATFORM_COLORS
|
2017-07-21 10:31:40 -04:00 |
|
blacktwin
|
657ea2f3e7
|
check PLATFORM_COLORS
if platform is missing from PLATFORM_COLORS then default to DEFAULT_COLOR.
|
2017-07-21 10:31:29 -04:00 |
|
blacktwin
|
85a06c62db
|
Update readme.md
|
2017-07-21 10:23:10 -04:00 |
|
blacktwin
|
9ec06f6b0c
|
correction
|
2017-07-21 10:22:33 -04:00 |
|
blacktwin
|
b54c88f13a
|
todo list udpate
Add arg to allow for runs in headless (mpl.use("Agg"))
|
2017-07-21 10:22:01 -04:00 |
|
blacktwin
|
a5cb3412d9
|
Merge pull request #3 from blacktwin/blacktwin-patch-1
check for total user count
|
2017-07-21 10:21:01 -04:00 |
|
blacktwin
|
e3550aea81
|
check for total user count
Add check for user count in user_table to allow for greater than 25 users
|
2017-07-21 10:20:35 -04:00 |
|
blacktwin
|
c3da536347
|
Update readme.md
|
2017-07-21 09:43:43 -04:00 |
|
blacktwin
|
adbc61342f
|
Merge pull request #2 from blacktwin/blacktwin-patch-1
resolve n/a returns from geolite2
|
2017-07-21 09:30:05 -04:00 |
|
blacktwin
|
9a2515bcd7
|
resolve n/a returns from geolite2
Passing on errors in get_geoip_info function instead of [returning it](https://github.com/blacktwin/JBOPS/blob/master/maps/ips_to_maps.py#L151).
Changing the [get_geo_dict function's exception](https://github.com/blacktwin/JBOPS/blob/master/maps/ips_to_maps.py#L195-L198) to catch and return culprit.
```python
except AttributeError:
print('User: {} IP: {} caused error in geo_dict.'.format(a.friendly_name, a.ip_address))
pass
except Exception as e:
print(e)
pass
return geo_dict
```
|
2017-07-21 09:29:32 -04:00 |
|
blacktwin
|
d4f37fd0ba
|
Create readme.md
|
2017-07-19 15:39:17 -04:00 |
|
blacktwin
|
dc0df882d5
|
Update README.md
|
2017-07-19 09:52:04 -04:00 |
|
blacktwin
|
949f24de97
|
Update README.md
|
2017-07-19 09:51:30 -04:00 |
|
blacktwin
|
eac7d38e32
|
Update readme.md
|
2017-07-19 09:35:45 -04:00 |
|
blacktwin
|
667d07d798
|
todo list, feature updates
|
2017-07-19 09:31:20 -04:00 |
|
blacktwin
|
439f190795
|
Update readme.md
|
2017-07-17 08:58:26 -04:00 |
|
blacktwin
|
62b7d337e1
|
Create readme.md
|
2017-07-17 08:57:53 -04:00 |
|
blacktwin
|
09eb07499d
|
Update README.md
|
2017-07-17 08:35:07 -04:00 |
|
blacktwin
|
8acd0e5b9c
|
Update README.md
|
2017-07-17 08:34:28 -04:00 |
|
blacktwin
|
54ed2835e4
|
Update README.md
|
2017-07-17 08:33:39 -04:00 |
|
blacktwin
|
60166ede71
|
Update README.md
|
2017-07-17 08:32:41 -04:00 |
|
blacktwin
|
c7884f021e
|
Update README.md
|
2017-07-17 08:31:19 -04:00 |
|
blacktwin
|
e9331861aa
|
Update ips_to_maps.py
|
2017-07-14 14:32:24 -04:00 |
|
blacktwin
|
7341e6cc4d
|
Update README.md
|
2017-07-14 14:30:01 -04:00 |
|
blacktwin
|
6e7c1b17bb
|
Update README.md
|
2017-07-14 14:25:56 -04:00 |
|
blacktwin
|
fe523c19ef
|
Create geojson_example.geojson
|
2017-07-14 13:53:52 -04:00 |
|
blacktwin
|
cec4698120
|
Add files via upload
|
2017-07-14 13:53:03 -04:00 |
|
blacktwin
|
fc5705d68b
|
Delete states_map_gist.PNG
|
2017-07-14 13:52:39 -04:00 |
|
blacktwin
|
24c45cc415
|
Update README.md
|
2017-07-14 11:06:52 -04:00 |
|
blacktwin
|
b4aeab66e7
|
Update README.md
|
2017-07-14 09:39:36 -04:00 |
|
blacktwin
|
e4a8321e86
|
Update kill_session_bitrate.py
|
2017-07-14 08:41:19 -04:00 |
|
blacktwin
|
ec13d14292
|
Update kill_plex_stream.py
|
2017-07-14 08:40:48 -04:00 |
|
blacktwin
|
c98b74c027
|
Update kill_more_than.py
|
2017-07-14 08:39:55 -04:00 |
|
blacktwin
|
eb579adda9
|
Update kill_else_if_buffering.py
|
2017-07-14 08:38:56 -04:00 |
|
blacktwin
|
a7d5c3f3a2
|
Update README.md
|
2017-07-14 08:34:53 -04:00 |
|
blacktwin
|
dd60c396cd
|
Update and rename new_kill_trans_pause.py to kill_trans_pause.py
|
2017-07-14 08:32:38 -04:00 |
|
blacktwin
|
e8dd1385a4
|
Update README.md
|
2017-07-14 08:25:26 -04:00 |
|
blacktwin
|
7a0b75ded6
|
Update README.md
|
2017-07-14 08:23:59 -04:00 |
|
blacktwin
|
824c6075f1
|
Update README.md
|
2017-07-14 08:18:02 -04:00 |
|
blacktwin
|
22b3227f38
|
Update README.md
|
2017-07-14 08:15:36 -04:00 |
|
blacktwin
|
e00781f845
|
Update README.md
|
2017-07-13 14:39:23 -04:00 |
|
blacktwin
|
cf224100b3
|
Update README.md
|
2017-07-13 14:38:40 -04:00 |
|
blacktwin
|
dd94fe2c5d
|
Update README.md
|
2017-07-13 14:37:26 -04:00 |
|