Skip to content

Commit

Permalink
py stuff: change l2isbad to ilyam8 (netdata#5676)
Browse files Browse the repository at this point in the history
* change l2isbad to ilyam8

* change l2isbad to ilyam8
  • Loading branch information
ilyam8 authored Mar 21, 2019
1 parent 02d823b commit 56336f5
Show file tree
Hide file tree
Showing 39 changed files with 39 additions and 39 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: adaptec_raid netdata python.d module
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later


Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/beanstalk/beanstalk.chart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: beanstalk netdata python.d module
# Author: l2isbad
# Author: ilyam8
# SPDX-License-Identifier: GPL-3.0-or-later

try:
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/bind_rndc/bind_rndc.chart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: bind rndc netdata python.d module
# Author: l2isbad
# Author: ilyam8
# SPDX-License-Identifier: GPL-3.0-or-later

import os
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/couchdb/couchdb.chart.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Description: couchdb netdata python.d module
# Author: wohali <[email protected]>
# Thanks to l2isbad for good examples :)
# Thanks to ilyam8 for good examples :)
# SPDX-License-Identifier: GPL-3.0-or-later

from collections import namedtuple, defaultdict
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: dns_query_time netdata python.d module
# Author: l2isbad
# Author: ilyam8
# SPDX-License-Identifier: GPL-3.0-or-later

from random import choice
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: elastic search node stats netdata python.d module
# Author: l2isbad
# Author: ilyam8
# SPDX-License-Identifier: GPL-3.0-or-later

import json
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/fail2ban/fail2ban.chart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: fail2ban log netdata python.d module
# Author: l2isbad
# Author: ilyam8
# SPDX-License-Identifier: GPL-3.0-or-later

import re
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/freeradius/freeradius.chart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: freeradius netdata python.d module
# Author: l2isbad
# Author: ilyam8
# SPDX-License-Identifier: GPL-3.0-or-later

import re
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/haproxy/haproxy.chart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: haproxy netdata python.d module
# Author: l2isbad, ktarasz
# Author: ilyam8, ktarasz
# SPDX-License-Identifier: GPL-3.0-or-later

from collections import defaultdict
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/hddtemp/hddtemp.chart.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Description: hddtemp netdata python.d module
# Author: Pawel Krupa (paulfantom)
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later


Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/icecast/icecast.chart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: icecast netdata python.d module
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later

import json
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/isc_dhcpd/isc_dhcpd.chart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: isc dhcpd lease netdata python.d module
# Author: l2isbad
# Author: ilyam8
# SPDX-License-Identifier: GPL-3.0-or-later

import os
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/litespeed/litespeed.chart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: litespeed netdata python.d module
# Author: Ilya Maschenko (l2isbad)
# Author: Ilya Maschenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later

import glob
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/megacli/megacli.chart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: megacli netdata python.d module
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later


Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/mongodb/mongodb.chart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: mongodb netdata python.d module
# Author: l2isbad
# Author: ilyam8
# SPDX-License-Identifier: GPL-3.0-or-later

from copy import deepcopy
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/mysql/mysql.chart.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Description: MySQL netdata python.d module
# Author: Pawel Krupa (paulfantom)
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later

from bases.FrameworkServices.MySQLService import MySQLService
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/nginx_plus/nginx_plus.chart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: nginx_plus netdata python.d module
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later

import re
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/ntpd/ntpd.chart.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Description: ntpd netdata python.d module
# Author: Sven Mäder (rda0)
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later

import struct
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/nvidia_smi/nvidia_smi.chart.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Description: nvidia-smi netdata python.d module
# Original Author: Steven Noonan (tycho)
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)

import subprocess
import threading
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: openvpn status log netdata python.d module
# Author: l2isbad
# Author: ilyam8
# SPDX-License-Identifier: GPL-3.0-or-later

import re
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/phpfpm/phpfpm.chart.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Description: PHP-FPM netdata python.d module
# Author: Pawel Krupa (paulfantom)
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later

import json
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/powerdns/powerdns.chart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: powerdns netdata python.d module
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# Author: Luke Whitworth
# SPDX-License-Identifier: GPL-3.0-or-later

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Description:
# Author: Pawel Krupa (paulfantom)
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later

import os
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Description:
# Author: Pawel Krupa (paulfantom)
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later

from glob import glob
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description:
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later

from sys import exc_info
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Description:
# Author: Pawel Krupa (paulfantom)
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Description:
# Author: Pawel Krupa (paulfantom)
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later

import socket
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Description:
# Author: Pawel Krupa (paulfantom)
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later

import urllib3
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/python_modules/bases/charts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description:
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later

from bases.collection import safe_print
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description:
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later

import os
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/python_modules/bases/loaders.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description:
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later


Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/python_modules/bases/loggers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description:
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later

import logging
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/rabbitmq/rabbitmq.chart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: rabbitmq netdata python.d module
# Author: l2isbad
# Author: ilyam8
# SPDX-License-Identifier: GPL-3.0-or-later

from json import loads
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/redis/redis.chart.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Description: redis netdata python.d module
# Author: Pawel Krupa (paulfantom)
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later

import re
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/rethinkdbs/rethinkdbs.chart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: rethinkdb netdata python.d module
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later

try:
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/smartd_log/smartd_log.chart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: smart netdata python.d module
# Author: l2isbad, vorph1
# Author: ilyam8, vorph1
# SPDX-License-Identifier: GPL-3.0-or-later

import os
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/tor/tor.chart.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Description: adaptec_raid netdata python.d module
# Author: Federico Ceratto <[email protected]>
# Author: Ilya Mashchenko (l2isbad)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later


Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/varnish/varnish.chart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: varnish netdata python.d module
# Author: l2isbad
# Author: ilyam8
# SPDX-License-Identifier: GPL-3.0-or-later

import re
Expand Down
2 changes: 1 addition & 1 deletion collectors/python.d.plugin/web_log/web_log.chart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: web log netdata python.d module
# Author: l2isbad
# Author: ilyam8
# SPDX-License-Identifier: GPL-3.0-or-later

import bisect
Expand Down

0 comments on commit 56336f5

Please sign in to comment.