FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for python.d/python_modules/bases - ephemerist/netdata · GitHub
ephemerist
/
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
bases
on
master
User selector
Datepicker
Commit history
Commits on Oct 27, 2017
logger fix for py2.6 (severity must be numeric)
ilyam8
committed
c598337
View commit details
Copy full SHA for c598337
View code at this point
Browse repository at this point
microseconds fix2
ilyam8
committed
4572d29
View commit details
Copy full SHA for 4572d29
View code at this point
Browse repository at this point
Commits on Oct 26, 2017
SimpleService.py: microseconds between chart updates fixed
ilyam8
committed
7799d8f
View commit details
Copy full SHA for 7799d8f
View code at this point
Browse repository at this point
Commits on Oct 24, 2017
charts.py: dimension mul/div check fix
ilyam8
committed
2ed8536
View commit details
Copy full SHA for 2ed8536
View code at this point
Browse repository at this point
Commits on Oct 22, 2017
python.d.plugin option 'trace' added
ilyam8
committed
93964ce
View commit details
Copy full SHA for 93964ce
View code at this point
Browse repository at this point
logger limiter fix
ilyam8
committed
0f2f25e
View commit details
Copy full SHA for 0f2f25e
View code at this point
Browse repository at this point
set default job retries to 60, implement penalty for failed jobs
ilyam8
committed
9e79ae7
View commit details
Copy full SHA for 9e79ae7
View code at this point
Browse repository at this point
Commits on Oct 21, 2017
UrlService request timeout can be specified in the configuration file
ilyam8
committed
99e1b1e
View commit details
Copy full SHA for 99e1b1e
View code at this point
Browse repository at this point
"since_last" interval bugfix
ilyam8
committed
c4eecd0
View commit details
Copy full SHA for c4eecd0
View code at this point
Browse repository at this point
__getattr__ in Class, Dimension, ChartVariable proxy in params dict
ilyam8
committed
565c8e3
View commit details
Copy full SHA for 565c8e3
View code at this point
Browse repository at this point
"get_update_every" method added to SimpleService
ilyam8
committed
4a46163
View commit details
Copy full SHA for 4a46163
View code at this point
Browse repository at this point
do not really delete a chart just suppress it if it's not updated
ilyam8
committed
26f35c8
View commit details
Copy full SHA for 26f35c8
View code at this point
Browse repository at this point
YamlLoader fix: return dict() instead of None if in case of empty config file
ilyam8
committed
31416b6
View commit details
Copy full SHA for 31416b6
View code at this point
Browse repository at this point
Commits on Oct 20, 2017
don't re-create a dimension if it is already created
ilyam8
committed
b5a15d6
View commit details
Copy full SHA for b5a15d6
View code at this point
Browse repository at this point
add custom exceptions to "charts" module, catch them in create()
ilyam8
committed
29bd09a
View commit details
Copy full SHA for 29bd09a
View code at this point
Browse repository at this point
some docstrings for "charts.py"
ilyam8
committed
109ca79
View commit details
Copy full SHA for 109ca79
View code at this point
Browse repository at this point
initial support for chart variables added
ilyam8
committed
9e77129
View commit details
Copy full SHA for 9e77129
View code at this point
Browse repository at this point
more debug output, minor fixes
ilyam8
committed
3ff5045
View commit details
Copy full SHA for 3ff5045
View code at this point
Browse repository at this point
"smartd_log" fixes
ilyam8
committed
88a6d01
View commit details
Copy full SHA for 88a6d01
View code at this point
Browse repository at this point
remove old import from SimpleService and set update_every to 15 for freeradius
ilyam8
committed
b5d29e1
View commit details
Copy full SHA for b5d29e1
View code at this point
Browse repository at this point
replace UsefulFunc class with standalone funs
ilyam8
committed
0783e25
View commit details
Copy full SHA for 0783e25
View code at this point
Browse repository at this point
"bind_rndc" fixes
ilyam8
committed
a5bab2b
View commit details
Copy full SHA for a5bab2b
View code at this point
Browse repository at this point
"exim" module update
ilyam8
committed
9a18535
View commit details
Copy full SHA for 9a18535
View code at this point
Browse repository at this point
remove unused imports from "example"
ilyam8
committed
6896783
View commit details
Copy full SHA for 6896783
View code at this point
Browse repository at this point
simple is better. replace class Checks with some if checks.
ilyam8
committed
4e92014
View commit details
Copy full SHA for 4e92014
View code at this point
Browse repository at this point
__iter__ and __contains__ methods added to Chart class
ilyam8
committed
a9960c7
View commit details
Copy full SHA for a9960c7
View code at this point
Browse repository at this point
use update_every property instead of internal counter,
Show description for f4d913d
ilyam8
committed
f4d913d
View commit details
Copy full SHA for f4d913d
View code at this point
Browse repository at this point
actual_name must be a method not a property
ilyam8
committed
2f2b3e1
View commit details
Copy full SHA for 2f2b3e1
View code at this point
Browse repository at this point
replace NotImplemented with NotImplementedError, remove return from finally block (ops)
ilyam8
committed
6ca23f7
View commit details
Copy full SHA for 6ca23f7
View code at this point
Browse repository at this point
ops, safe_print now simple function, not SimpleService method
ilyam8
committed
48ba92d
View commit details
Copy full SHA for 48ba92d
View code at this point
Browse repository at this point
__init__ files added to the new directories
ilyam8
committed
2dd9a65
View commit details
Copy full SHA for 2dd9a65
View code at this point
Browse repository at this point
move new SimpleService to a separate file
ilyam8
committed
6282847
View commit details
Copy full SHA for 6282847
View code at this point
Browse repository at this point
move UrlService to a separate file
ilyam8
committed
686b691
View commit details
Copy full SHA for 686b691
View code at this point
Browse repository at this point
move SocketService to a separate file
ilyam8
committed
ff3d187
View commit details
Copy full SHA for ff3d187
View code at this point
Browse repository at this point
move MySQLService to a separate file
ilyam8
committed
d983e0f
View commit details
Copy full SHA for d983e0f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL