index
:
apt-panopticon_cgp
master
Clone of http://git.nethuis.nl/?p=cgp.git;a=summary for https://sledjhamr.org/cgit/apt-panopticon/.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
support php versions without json support and show a warning message
Pim van den Berg
2014-07-25
3
-2
/
+21
*
jsrrdgraph: Fix get reponseText in FetchBinaryURL
Manuel Luis Sanmartín Rozada
2014-07-25
1
-1
/
+1
*
jsrrdgraph: Upgrade to javascriptrrd ver 1.1.1
Manuel Luis Sanmartín Rozada
2014-07-25
2
-85
/
+143
*
jsrrdgraph: Fix ident. Thanks to Poil
Manuel Luis Sanmartín Rozada
2014-07-25
1
-3
/
+3
*
jsrrdgraph: Check when this.gdes[i].legend is null
Manuel Luis Sanmartín Rozada
2014-07-25
1
-2
/
+7
*
jsrrdgraph: Fix textalign name typo. Thanks to Poil
Manuel Luis Sanmartín Rozada
2014-07-25
3
-9
/
+9
*
jsrrdgraph: Fix flags parsing (options without a value)
Peter Wu
2014-07-25
1
-97
/
+92
*
inc/collectd: get_host_rrd_files: filter non-plugin .rrd files
Pim van den Berg
2014-07-24
1
-1
/
+4
*
Remove from all files the ending php tag
François LASSERRE
2014-07-23
10
-20
/
+0
*
type/base: stop escaping characters manually since we use escapeshellarg()
Pim van den Berg
2014-07-23
1
-10
/
+2
*
Update html.inc.php
François LASSERRE
2014-07-23
1
-6
/
+6
*
conf: replace [] by array() to support PHP < 5.4
Pim van den Berg
2014-07-22
1
-1
/
+1
*
graph: use filter_var instead of filter_input to allow overriding GET from de...
Pim van den Berg
2014-07-21
1
-2
/
+2
*
type/base: print shellcmd when rrd_graph('debug') is called
Pim van den Berg
2014-07-21
1
-1
/
+1
*
Better x and y validation, report 400 on errors
Peter Wu
2014-07-21
2
-8
/
+16
*
Fix overly permissive hostname validation, fix host check
Peter Wu
2014-07-21
2
-3
/
+3
*
Fix regex for strange datadirs
Peter Wu
2014-07-20
1
-1
/
+4
*
Display a HTTP error if the command failed
Peter Wu
2014-07-20
1
-1
/
+4
*
Escape file argument for rrd_info
Peter Wu
2014-07-20
1
-2
/
+7
*
Use a more secure command line building method
Peter Wu
2014-07-20
8
-73
/
+100
*
security: Add missing input validation for plugin
Peter Wu
2014-07-20
1
-1
/
+1
*
Fix type confusion
Peter Wu
2014-07-20
2
-4
/
+8
*
Defensive programming: more urlencode/htmlentities
Peter Wu
2014-07-20
4
-52
/
+61
*
graph: don't overwrite config rrdtool_opts by rrdtool_opts from json plugin
Pim van den Berg
2014-07-16
2
-5
/
+7
*
type/default: optionally draw min/max spikes in a lighter color in graphs
Pim van den Berg
2014-07-05
3
-4
/
+8
*
jsrrdgraph: RrdGraph.js: make HRULE support reference to variable
Pim van den Berg
2014-07-05
1
-1
/
+3
*
type/genericio: apply percentile on scaled value
Pim van den Berg
2014-07-05
1
-1
/
+1
*
Escape HTML in GET-provided hostname
Nicolas Iooss
2014-06-30
2
-4
/
+4
*
jsrrdgraph: Fix graph width to look like rrdtool.
Manuel Luis Sanmartín Rozada
2014-06-28
1
-2
/
+1
*
jsrrdgraph: Fix errors in second axis.
Manuel Luis Sanmartín Rozada
2014-06-28
1
-2
/
+2
*
rm plugin.php
Pim van den Berg
2014-06-28
1
-17
/
+0
*
Merge remote-tracking branch 'feandil/time_range'
Pim van den Berg
2014-06-28
1
-0
/
+1
|
\
|
*
Use config time_range for canvas graphs
Vincent Brillault
2014-06-28
1
-0
/
+1
*
|
Keep the list of plugins sorted
Vincent Brillault
2014-06-28
1
-0
/
+1
|
/
*
type/base: replace array_merge by + sign to merge a fallback array
Pim van den Berg
2014-06-28
1
-2
/
+2
*
Merge remote-tracking branch 'dhchen/master'
Pim van den Berg
2014-06-24
2
-17
/
+24
|
\
|
*
Add support for multiple types db
Dao-hui Chen
2014-06-11
2
-17
/
+24
*
|
Merge remote-tracking branch 'feandil/for_upstream_lvm'
Pim van den Berg
2014-06-24
1
-0
/
+15
|
\
\
|
*
|
Add LVM plugin
Vincent Brillault
2014-06-23
1
-0
/
+15
|
|
/
*
|
add percentile support to network traffic graphs
Pim van den Berg
2014-06-24
4
-0
/
+19
|
/
*
plugin/tcpconns: fix missing port number in rrd title
Pim van den Berg
2014-06-04
1
-1
/
+1
*
graph.php: fix undefined index 'type' in $plugin_json[$type]
Pim van den Berg
2014-05-24
1
-0
/
+3
*
plugin: fix typo in temperature type
Nicolas Iooss
2014-05-21
2
-2
/
+2
*
detail.php: fix canvas graphs
Pim van den Berg
2014-05-19
1
-1
/
+1
*
Add base on all df plugins
Poil
2014-05-18
3
-3
/
+6
*
Add base option (1GB=1024Mo)
Poil
2014-05-18
3
-1
/
+8
*
plugin/libvirt: show (v)CPU time in milliseconds
Pim van den Berg
2014-05-17
1
-4
/
+6
*
plugin/uptime: fix legend format (.1lf -> %.1lf)
Pim van den Berg
2014-05-14
1
-1
/
+1
*
inc/html.inc.php: fix canvas graphs
Pim van den Berg
2014-05-14
1
-1
/
+1
*
plugin/memory: add cache
Pim van den Berg
2014-05-14
1
-0
/
+4
[next]