Commit Graph

71 Commits

Author SHA1 Message Date
Michael Tremer
7cbdd31d6e graphs.pl: Fix HTML syntax error
The missing ' caused that a different URL was called

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-04-11 14:26:57 +01:00
Michael Tremer
a249ccd2e4 Improve graphs
The graphs are using an iframe and PNG images where the resolution
did often not fit and the browser had to resize the image. That
led to blurred fonts and hard to read graphs.

This patch increases the size of the box and the image. With that
higher resolution resizing should not be too much of an issue, but
since the sizes of the iframe and image have been aligned should
not even be necessary.

Reported-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-15 13:45:05 +00:00
Matthias Fischer
b6adeb235d graphs.pl: bugfixes regarding rrdtool
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-06-18 13:14:14 +02:00
Alexander Marx
5c3b3bd8e1 vpn-statistic: fix alignment of graph legend for n2n graphs 2015-04-10 17:20:43 +02:00
Alexander Marx
c9ac8b8052 vpn-statistics: change graphs and datatypes of rrd 2014-10-21 07:29:06 +02:00
Alexander Marx
5795fc1b55 vpn-statistic: added new statistic page for OpenVPN Roadwarrior 2014-09-18 16:29:10 +02:00
Arne Fitzenreiter
af433268e0 graphs.pl: fix links position in chrome for android. 2014-03-23 17:39:47 +01:00
Michael Tremer
9d870c49eb entropy graph: Remove trend line. 2014-03-13 15:29:53 +01:00
Alexander Marx
e55334753d graphs.pl : fixed layout on Nexus 7 devices "hour-Day-week-month-year" now on top of graph 2014-03-10 12:54:06 +01:00
Alf Høgemark
e06986e853 qos and process graphs: avoid random colors
For the graphs for qos classes, and for process
count and memory usage, the colors change on
each page reload, since the colors are currently
totally random.

This change uses defined color indexes, 15 different
ones, that should be enough for qos at least, and is
enough for processes on my setup. This makes
the colors consistent between page loads, so it makes
it easier to monitor changes.

Perhaps one should define 30 different colors meant
to be used for graphing, then one could avoid random
colors also for the sensor graphs, and make it less
likely to get color collision for the process graphs
as well. Defining 30 such colors is not part of this
change.
2014-02-26 18:48:05 +01:00
Alf Høgemark
491957ac2d qos.cgi: Use Language string for legend in graph 2014-02-15 15:43:56 +01:00
Michael Tremer
15b023b979 Add an entropy graph. 2014-02-02 14:32:15 +01:00
Alexander Marx
cb61489891 Forward Firewall: restored old settings in graphs.pl. With new Monofont the columnsize is ok now 2013-08-09 14:13:11 +02:00
Alexander Marx
9468a6f713 Forward Firewall: Firewall Hits graph now with stacked values 2013-08-09 14:13:10 +02:00
Alexander Marx
94ea1f0346 Forward Firewall: fixed firewall hits statistik and extended it to show input,output,forward,newnotsyn and portscan seperately. 2013-08-09 14:13:10 +02:00
Arne Fitzenreiter
527a5a7756 graphs/langs: fix graphs with russian language.
rrd-graph cannot use UTF-8 chars so the strings are duplicated.
2011-09-05 20:32:02 +02:00
Christian Schmidt
7fdcea4ef6 graphs.pl remove lower bound for frequencies 2011-07-12 07:45:00 +02:00
Arne Fitzenreiter
1abbf741cc load graph: fix unlocalized "minutes". 2011-06-28 00:46:48 +02:00
Christian Schmidt
0d08de33a6 Some Fixes for the CGIs not spamming apache logfile. 2010-12-12 20:40:56 +01:00
Christian Schmidt
460abc6bca Little cosmetic fix for temp graph. 2010-12-07 18:12:46 +01:00
Christian Schmidt
03baaf780e Fixed some file does not exists output 2010-06-21 21:02:43 +02:00
Christian Schmidt
2a0a67412b This fixes Bug #0000638 - Load Graph naming 2010-06-10 15:44:31 +02:00
Christian Schmidt
8999c8842c Cosmetic change for the swap graph. 2010-05-13 11:54:40 +02:00
Arne Fitzennreiter
3e96605483 Fix ACPI Tempgraph autoscaling 2008-10-22 19:19:10 +02:00
Arne Fitzennreiter
4be3afa089 Removed ACPI-Cooling device graph because always 0 collected
Disabled collecting of ACPI-Cooling device data
Change linewith of ACPI Temp graph
2008-10-22 07:39:54 +02:00
Arne Fitzennreiter
30189c5045 Add ACPI Thermal Zone support 2008-10-21 13:34:23 +02:00
Arne Fitzenreiter
5dcc7ad754 Fix cpu frequency graph 2008-10-04 15:20:30 +02:00
Maniacikarus
2d0adb746e Fixed some minor errors 2008-09-30 09:18:22 +02:00
Maniacikarus
0ed623d0ad Fixed CPU Graph should now work fine 2008-09-28 12:48:26 +02:00
Maniacikarus
1c163c0441 Last step in migration 2.3, now testing and debugging 2008-09-28 12:25:54 +02:00
Maniacikarus
bcad0fd0d2 3 step in tuning 2.3 2008-09-28 11:10:30 +02:00
Maniacikarus
2d281532a6 2nd step for 2.3 tuning 2008-09-27 18:32:54 +02:00
Maniacikarus
4e481c3a51 Started optimising 2.3 for less disk io
Moving rrd files permanently to a ramdisk (backup next step)
Remove creation of temp png files for graphs (create at access)
Deleted some old cgi
2008-09-26 23:22:32 +02:00
Arne Fitzenreiter
a962a9231e Removed "-r" at wireless graph (this cause a segfault if all collected values are the same) 2008-08-13 06:02:08 +02:00
Arne Fitzenreiter
a041a28d11 Initscript of cpufreq now detect the needen modules
Change the lines on cpu freq graph
2008-08-02 20:46:51 +02:00
Arne Fitzenreiter
142fb256e0 Make the cpufreq legend nicer 2008-08-02 11:35:32 +02:00
Arne Fitzenreiter
0950b1ec8e Add cpufreq graph 2008-08-02 11:22:30 +02:00
root
dd8bfcf598 Added Graphs for wireless interface status 2008-07-26 18:05:37 +02:00
Christian Schmidt
cee25dda28 Updated samba to stable 30
Added Multi Ping Destination Option for Graphs
2008-05-31 09:38:39 +02:00
Arne Fitzenreiter
3961e8317f Fixed maniacs files (mail has convertet to "dos") 2008-05-29 10:18:04 +02:00
Arne Fitzenreiter
958d26ac3f Imported graphs.pl and hardwaregraphs.cgi (by maniac)
Removed ipac-ng & mbmon
2008-05-28 22:44:35 +02:00
arne_f
fbd7d86ee5 there was a missing "1"
git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1272 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-03-15 19:49:39 +00:00
arne_f
aca8feb52b greyed "disk-standby" also in negative area
git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1271 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-03-15 19:46:13 +00:00
maniacikarus
773362c5bf Added memory and cpu util graphs for services
Changed collectd config


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1266 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-03-13 19:29:35 +00:00
maniacikarus
323208ea01 updated squid
added igmpproxy
updated hdparm
added recent changes to core9


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1239 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-02-27 17:36:46 +00:00
maniacikarus
8c55860fff Fixed auth files directory for the proxy
Fixed a little bug in the hw graphs
Included recent changes to core 7


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1185 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-02-06 21:08:35 +00:00
maniacikarus
6257cba269 Made some nicer graphs and fixes
Changed ast package from Peter


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1184 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-02-05 19:22:05 +00:00
maniacikarus
42dc0090e3 Added option for firewall adjustment on blue
Added the Asterisk GUI written by Peter
Changed the style of the graphs


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1183 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-02-04 06:47:55 +00:00
maniacikarus
e1e3dbe5a8 Corrected and translated outgoing fw
Added recent changes to core6
Further integrated collectd
Started  building core 7 for collected


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1163 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-01-27 10:55:55 +00:00
maniacikarus
a332b303e4 Corrected guardian
build lcd4linux
startet integrating collection deamon


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1151 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-01-23 18:00:28 +00:00