FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for python.d/python_modules - justin2061/netdata · GitHub
justin2061
/
netdata
Public
forked from
netdata/netdata
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
netdata
python.d
python_modules
on
master
User selector
Datepicker
Commit history
Commits on May 6, 2017
ExecutableService: option to return stderr added
ilyam8
committed
391533c
View commit details
Copy full SHA for 391533c
View code at this point
Browse repository at this point
Commits on Apr 30, 2017
UrlService: http proxy handler added, multi url openers
ilyam8
committed
5d48c0e
View commit details
Copy full SHA for 5d48c0e
View code at this point
Browse repository at this point
Commits on Mar 14, 2017
UrlService: custom_url support for _get_data and minor fixes
ilyam8
committed
7462c0d
View commit details
Copy full SHA for 7462c0d
View code at this point
Browse repository at this point
Commits on Mar 11, 2017
MySQLService: extra connection parameters can be defined in a module
ilyam8
committed
3858a80
View commit details
Copy full SHA for 3858a80
View code at this point
Browse repository at this point
Commits on Mar 10, 2017
MySQLService: "queries" finding preference changed (1.module conf 2.module code)
ilyam8
committed
f1e4c84
View commit details
Copy full SHA for f1e4c84
View code at this point
Browse repository at this point
MySQLService: better error handling
ilyam8
committed
5bb65ad
View commit details
Copy full SHA for 5bb65ad
View code at this point
Browse repository at this point
MySQLService: queries can be defined in the module config file
ilyam8
committed
64a7270
View commit details
Copy full SHA for 64a7270
View code at this point
Browse repository at this point
Commits on Mar 9, 2017
MySQLService class added
ilyam8
committed
4bdf854
View commit details
Copy full SHA for 4bdf854
View code at this point
Browse repository at this point
Commits on Mar 7, 2017
ExecutableService_class: uses find_binary method to find absolute path for command, other logic fixes
ilyam8
committed
041adfd
View commit details
Copy full SHA for 041adfd
View code at this point
Browse repository at this point
Commits on Feb 25, 2017
self-signed certificate support for UrlService added
ilyam8
committed
ca5fe16
View commit details
Copy full SHA for ca5fe16
View code at this point
Browse repository at this point
Commits on Jan 31, 2017
python base.py: change exception
ilyam8
committed
0f6cda5
View commit details
Copy full SHA for 0f6cda5
View code at this point
Browse repository at this point
python UrlService class: add find_binary method which uses PATH env var
ilyam8
committed
df0fef4
View commit details
Copy full SHA for df0fef4
View code at this point
Browse repository at this point
Commits on Jan 29, 2017
fixed permissions
ktsaou
committed
f589fe5
View commit details
Copy full SHA for f589fe5
View code at this point
Browse repository at this point
Commits on Dec 12, 2016
Changed ExecutableService check() to split properly
Show description for d6c9b19
jeffwillette
committed
d6c9b19
View commit details
Copy full SHA for d6c9b19
View code at this point
Browse repository at this point
Commits on Nov 21, 2016
really exit on fatal situations, even if no output is possible; fixes #1155
ktsaou
committed
9abc474
View commit details
Copy full SHA for 9abc474
View code at this point
Browse repository at this point
python.d.plugin should exit if it cannot send data to netdata; fixes #1155
ktsaou
committed
4d7c13e
View commit details
Copy full SHA for 4d7c13e
View code at this point
Browse repository at this point
Commits on Nov 18, 2016
prevent retiring on python module update errors
ktsaou
committed
eb9e539
View commit details
Copy full SHA for eb9e539
View code at this point
Browse repository at this point
Commits on Nov 16, 2016
Delete some mistakes
leolovenet
committed
e56d53c
View commit details
Copy full SHA for e56d53c
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/master'
Show description for 0acd15d
leolovenet
committed
0acd15d
View commit details
Copy full SHA for 0acd15d
View code at this point
Browse repository at this point
1. changed arguments from decode() in base.py, so they can run under CentOS 6.8 with Python 2.6
Show description for 7d5c114
leolovenet
committed
7d5c114
View commit details
Copy full SHA for 7d5c114
View code at this point
Browse repository at this point
Commits on Nov 15, 2016
python.d.plugin now never gives up data collection - it slows down data collection attempts instead; #999
ktsaou
committed
a6c5119
View commit details
Copy full SHA for a6c5119
View code at this point
Browse repository at this point
Commits on Nov 14, 2016
move core iteration point in the middle of the second, to give some tollerance to plugins
ktsaou
committed
f01aeea
View commit details
Copy full SHA for f01aeea
View code at this point
Browse repository at this point
python.d.plugin better iteration timing
ktsaou
committed
4f25e1c
View commit details
Copy full SHA for 4f25e1c
View code at this point
Browse repository at this point
Merge pull request #1165 from kesslerm/fix/python-plugin-crash
Show description for f2db420
ktsaou
authored
f2db420
View commit details
Copy full SHA for f2db420
View code at this point
Browse repository at this point
Commits on Nov 12, 2016
fix for connecting to unix sockets
ktsaou
committed
8ea9254
View commit details
Copy full SHA for 8ea9254
View code at this point
Browse repository at this point
SocketService log unexpectedly disconnected error
ktsaou
committed
fc92083
View commit details
Copy full SHA for fc92083
View code at this point
Browse repository at this point
enabled option "trace" to get python traces on errors
ktsaou
committed
a8204a0
View commit details
Copy full SHA for a8204a0
View code at this point
Browse repository at this point
more python logging fixes
ktsaou
committed
56ec680
View commit details
Copy full SHA for 56ec680
View code at this point
Browse repository at this point
python logging fixes
ktsaou
committed
f5a1582
View commit details
Copy full SHA for f5a1582
View code at this point
Browse repository at this point
Commits on Nov 11, 2016
better debugging and logging for SocketService modules; redis enhancements
ktsaou
committed
408c57b
View commit details
Copy full SHA for 408c57b
View code at this point
Browse repository at this point
simplified socket data reception
ktsaou
committed
d0a4feb
View commit details
Copy full SHA for d0a4feb
View code at this point
Browse repository at this point
Commits on Nov 10, 2016
re-worked SocketService; #999
ktsaou
committed
a07c0ac
View commit details
Copy full SHA for a07c0ac
View code at this point
Browse repository at this point
Commits on Nov 9, 2016
attempt to fix freezes on socket service
ktsaou
committed
b56269a
View commit details
Copy full SHA for b56269a
View code at this point
Browse repository at this point
Commits on Oct 27, 2016
Fix occasional crashes in python plugins
Show description for 72b9c27
kesslerm
committed
72b9c27
View commit details
Copy full SHA for 72b9c27
View code at this point
Browse repository at this point
Commits on Oct 26, 2016
show what prevented logging
paulfantom
committed
39308af
View commit details
Copy full SHA for 39308af
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL