mirror of
https://github.com/netdata/netdata.git
synced 2025-04-17 19:22:40 +00:00
py stuff: change l2isbad to ilyam8 (#5676)
* change l2isbad to ilyam8 * change l2isbad to ilyam8
This commit is contained in:
parent
02d823b815
commit
56336f5acf
39 changed files with 39 additions and 39 deletions
collectors/python.d.plugin
adaptec_raid
beanstalk
bind_rndc
couchdb
dns_query_time
elasticsearch
fail2ban
freeradius
haproxy
hddtemp
icecast
isc_dhcpd
litespeed
megacli
mongodb
mysql
nginx_plus
ntpd
nvidia_smi
ovpn_status_log
phpfpm
powerdns
python_modules/bases
rabbitmq
redis
rethinkdbs
smartd_log
tor
varnish
web_log
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Description: couchdb netdata python.d module
|
||||
# Author: wohali <wohali@apache.org>
|
||||
# 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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Description:
|
||||
# Author: Ilya Mashchenko (l2isbad)
|
||||
# Author: Ilya Mashchenko (ilyam8)
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Description: adaptec_raid netdata python.d module
|
||||
# Author: Federico Ceratto <federico.ceratto@gmail.com>
|
||||
# Author: Ilya Mashchenko (l2isbad)
|
||||
# Author: Ilya Mashchenko (ilyam8)
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue