FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for python.d - dspinellis/netdata · GitHub
dspinellis
/
netdata
Public
forked from
netdata/netdata
Notifications
You must be signed in to change notification settings
Fork
2
Star
4
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
on
master
User selector
Datepicker
Commit history
Commits on Jun 10, 2018
Merge pull request #3787 from Ferroin/unbound-per-thread-stats
Show description for cc41363
ktsaou
authored
cc41363
View commit details
Copy full SHA for cc41363
View code at this point
Browse repository at this point
Merge pull request #3785 from Ferroin/mcrcon-makefile-fix
Show description for ab06b57
ktsaou
authored
ab06b57
View commit details
Copy full SHA for ab06b57
View code at this point
Browse repository at this point
Merge pull request #3782 from l2isbad/litespeed_module
Show description for 4a6c0ae
ktsaou
authored
4a6c0ae
View commit details
Copy full SHA for 4a6c0ae
View code at this point
Browse repository at this point
Merge pull request #3772 from Ferroin/licensing-cleanup
Show description for 3f2575c
ktsaou
authored
3f2575c
View commit details
Copy full SHA for 3f2575c
View code at this point
Browse repository at this point
Commits on Jun 7, 2018
Multiple fixes:
Show description for d2e64e6
Ferroin
committed
d2e64e6
View commit details
Copy full SHA for d2e64e6
View code at this point
Browse repository at this point
Commits on Jun 6, 2018
Remove unused variable pointed out by Codacy.
Ferroin
committed
2cf291a
View commit details
Copy full SHA for 2cf291a
View code at this point
Browse repository at this point
Fix chart ordering issues for per-thread charts.
Ferroin
committed
38c10e3
View commit details
Copy full SHA for 38c10e3
View code at this point
Browse repository at this point
Add per-thread stats reporting for the unbound plugin.
Show description for 591e64a
Ferroin
committed
591e64a
View commit details
Copy full SHA for 591e64a
View code at this point
Browse repository at this point
Commits on Jun 5, 2018
litespeed: update python.d readme
ilyam8
committed
9e4aa99
View commit details
Copy full SHA for 9e4aa99
View code at this point
Browse repository at this point
litespeed: user "/tmp/lshttpd/" as default "path"
ilyam8
committed
2cf98f0
View commit details
Copy full SHA for 2cf98f0
View code at this point
Browse repository at this point
litespeed: add module to python.d readme
ilyam8
committed
b81c039
View commit details
Copy full SHA for b81c039
View code at this point
Browse repository at this point
litespeed: add "Requests In Processing" chart
ilyam8
committed
448cac4
View commit details
Copy full SHA for 448cac4
View code at this point
Browse repository at this point
litespeed: net throughput bytes => bits
ilyam8
committed
e78f923
View commit details
Copy full SHA for e78f923
View code at this point
Browse repository at this point
litespeed: do not check if file was changed on every iteration
ilyam8
committed
5f55139
View commit details
Copy full SHA for 5f55139
View code at this point
Browse repository at this point
litespeed: add connections charts
ilyam8
committed
36c4d39
View commit details
Copy full SHA for 36c4d39
View code at this point
Browse repository at this point
litespeed: use _PER_SEC values instead of TOT_
ilyam8
committed
ff9006c
View commit details
Copy full SHA for ff9006c
View code at this point
Browse repository at this point
Commits on Jun 4, 2018
Added mcrcon python module to Makefile.am.
Show description for 4900aa8
Ferroin
committed
4900aa8
View commit details
Copy full SHA for 4900aa8
View code at this point
Browse repository at this point
Added SPDX tags to remaining python code.
Ferroin
committed
86f7618
View commit details
Copy full SHA for 86f7618
View code at this point
Browse repository at this point
litespeed: add network throughput charts
ilyam8
committed
51e5287
View commit details
Copy full SHA for 51e5287
View code at this point
Browse repository at this point
litespeed: save old data between iterations
ilyam8
committed
3d13a87
View commit details
Copy full SHA for 3d13a87
View code at this point
Browse repository at this point
litespeed: set modification time to 0 on init for DataFile
ilyam8
committed
9358eeb
View commit details
Copy full SHA for 9358eeb
View code at this point
Browse repository at this point
add litespeed module to makefiles
ilyam8
committed
5179fe9
View commit details
Copy full SHA for 5179fe9
View code at this point
Browse repository at this point
litespeed: rename is_changed to is_updated
ilyam8
committed
294dac8
View commit details
Copy full SHA for 294dac8
View code at this point
Browse repository at this point
set update_every to 10
ilyam8
committed
a84016a
View commit details
Copy full SHA for a84016a
View code at this point
Browse repository at this point
litespeed python module added
ilyam8
committed
651ae55
View commit details
Copy full SHA for 651ae55
View code at this point
Browse repository at this point
Commits on Jun 1, 2018
Add SPDX license tag to lm_sensors redistributed code.
Ferroin
committed
422f80b
View commit details
Copy full SHA for 422f80b
View code at this point
Browse repository at this point
Add SPDX license tags to pyyaml redistributed code.
Show description for c24af75
Ferroin
committed
c24af75
View commit details
Copy full SHA for c24af75
View code at this point
Browse repository at this point
Add SPDX license tags to urllib3 redistributed code.
Ferroin
committed
a98d25f
View commit details
Copy full SHA for a98d25f
View code at this point
Browse repository at this point
Add SPDX license tag for `six` redistributed code.
Ferroin
committed
be84016
View commit details
Copy full SHA for be84016
View code at this point
Browse repository at this point
Add SPDX license tag for mcrcon redistributed code.
Ferroin
committed
fd24ac9
View commit details
Copy full SHA for fd24ac9
View code at this point
Browse repository at this point
python monotonic: use CLOCK_MONOTONIC instead of CLOCK_MONOTONIC_RAW
ilyam8
committed
20bbce3
View commit details
Copy full SHA for 20bbce3
View code at this point
Browse repository at this point
add monotonic to makefile
ilyam8
committed
b16ec55
View commit details
Copy full SHA for b16ec55
View code at this point
Browse repository at this point
SimpleService: use local monotonic time func instead of built-in (py2)
ilyam8
committed
c0aaebf
View commit details
Copy full SHA for c0aaebf
View code at this point
Browse repository at this point
add monotonic time func for py2 (https://stackoverflow.com/a/1205762)
ilyam8
committed
88a027e
View commit details
Copy full SHA for 88a027e
View code at this point
Browse repository at this point
Commits on May 31, 2018
Add SPDX-License-Identifier headers to most files.
Show description for e8915e2
Ferroin
committed
e8915e2
View commit details
Copy full SHA for e8915e2
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL