ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/latest/latest.php
Revision 1.36 - (view) (annotate) - [select for diffs]
Wed Mar 21 19:23:51 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
Included the year in the report date.... for those people that
accidentally turn off their i-scream server and don't notice for a couple
of years......

Revision 1.35 - (view) (annotate) - [select for diffs]
Wed Mar 21 18:55:54 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.34: +4 -0 lines
Diff to previous 1.34
Some browsers do not correctly render images if their size is set to
zero.  If one of the graph bar images has a zero width, then it will be
set to 1.

Revision 1.34 - (view) (annotate) - [select for diffs]
Sun Mar 18 12:56:05 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
Put the mount point of disk graphs on the next line, as if these are too
long, it causes the graph to be stretched.

Revision 1.33 - (view) (annotate) - [select for diffs]
Sat Mar 17 22:52:58 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.32: +0 -1 lines
Diff to previous 1.32
Removed the display of number of disks in the packet (this shouldn't be there)

Revision 1.32 - (view) (annotate) - [select for diffs]
Sat Mar 17 22:51:40 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.31: +0 -1 lines
Diff to previous 1.31
Removed the echo of disk information beneath each bar

Revision 1.31 - (view) (annotate) - [select for diffs]
Sat Mar 17 22:49:32 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.30: +6 -4 lines
Diff to previous 1.30
Put the correct parameters in the call to showBar from within showDisks()

Revision 1.30 - (view) (annotate) - [select for diffs]
Sat Mar 17 22:37:32 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.29: +3 -0 lines
Diff to previous 1.29
Stopped the disk loop going forever when it reached the last disk(!)

Revision 1.29 - (view) (annotate) - [select for diffs]
Sat Mar 17 22:35:16 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
Added the disk report to the display list.
Fixed the getPregMatch function so it actually works now ;)

Revision 1.28 - (view) (annotate) - [select for diffs]
Sat Mar 17 22:27:22 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.27: +27 -6 lines
Diff to previous 1.27
Blimey, added all the stuff needed to make reports on all the disks described
in the packet.

Revision 1.27 - (view) (annotate) - [select for diffs]
Sat Mar 17 22:03:33 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26
Rather than changing the size of the bar to draw, we now change the original
value given to the function, as this is then echoed above the bar itself.

Revision 1.26 - (view) (annotate) - [select for diffs]
Sat Mar 17 21:57:16 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.25: +5 -1 lines
Diff to previous 1.25
Bar displays can now be called with the optional paramter of $arrange.  If
this is set to "swap", then the 'difference' is displayed.  I.e. if we
have the data available for free memory and total memory, then it will be
possible to display a bar of used memory.

Revision 1.25 - (view) (annotate) - [select for diffs]
Fri Mar 16 18:53:02 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.24: +6 -5 lines
Diff to previous 1.24
A sensible error message is shown for machines for which no reports are
available, or if the data is not readable.

Revision 1.24 - (view) (annotate) - [select for diffs]
Tue Mar 13 20:55:43 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.23: +12 -3 lines
Diff to previous 1.23
Added links to charts for all scalar values that are numbers.
Corrected the spelling of "Receipt" while I was at it... well,
nobody else noticed ;)

Revision 1.23 - (view) (annotate) - [select for diffs]
Tue Mar 13 20:31:39 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.22: +2 -8 lines
Diff to previous 1.22
Tidied up the way links are presented for historical reports

Revision 1.22 - (view) (annotate) - [select for diffs]
Tue Mar 13 20:26:35 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.21: +7 -2 lines
Diff to previous 1.21
Minor changes

Revision 1.21 - (view) (annotate) - [select for diffs]
Tue Mar 13 20:21:11 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.20: +4 -1 lines
Diff to previous 1.20
Small chart image shown as a link to the historical reports

Revision 1.20 - (view) (annotate) - [select for diffs]
Tue Mar 13 20:08:53 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.19: +9 -0 lines
Diff to previous 1.19
Now got a function to provide a link to the relevant historical report

Revision 1.19 - (view) (annotate) - [select for diffs]
Tue Mar 13 19:57:51 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
Used a style for the color of lines, as the color attribute is not a valid HTML4 attribute

Revision 1.18 - (view) (annotate) - [select for diffs]
Tue Mar 13 18:46:26 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.17: +1 -26 lines
Diff to previous 1.17
File listing function is included from the shared iutil.inc.php file.

Revision 1.17 - (view) (annotate) - [select for diffs]
Sun Mar 11 22:11:56 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Altered the display of the packet date.

Revision 1.16 - (view) (annotate) - [select for diffs]
Sun Mar 11 21:56:23 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.15: +2 -5 lines
Diff to previous 1.15
Minor changes

Revision 1.15 - (view) (annotate) - [select for diffs]
Sun Mar 11 21:46:46 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.14: +3 -0 lines
Diff to previous 1.14
Graphs are now a little more spaced out so that there is no confusion
about which title belongs to which graph.

Revision 1.14 - (view) (annotate) - [select for diffs]
Sun Mar 11 21:45:06 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
Graphs display their actual value rather than just a graphic

Revision 1.13 - (view) (annotate) - [select for diffs]
Sun Mar 11 21:41:24 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
Those little bar chart bits now have a handy little addition to the
scale... units!

Revision 1.12 - (view) (annotate) - [select for diffs]
Sun Mar 11 21:38:57 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.11: +40 -4 lines
Diff to previous 1.11
Added age warnings to the reports.  Jibbled the layout a little as well.

Revision 1.11 - (view) (annotate) - [select for diffs]
Fri Mar 9 09:30:54 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.10: +1 -4 lines
Diff to previous 1.10
Last report has a line after it now.  Makes each section more obvious.

Revision 1.10 - (view) (annotate) - [select for diffs]
Fri Mar 9 09:29:57 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
Graphs at the bottom of the page are now centered.  This seems to look
better.

Revision 1.9 - (view) (annotate) - [select for diffs]
Fri Mar 9 09:29:01 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.8: +8 -7 lines
Diff to previous 1.8
Layout changes.  Each section is now titled.  Horizontal rules are now
where they should be ;)
Font sizes are slightly smaller as well.

Revision 1.8 - (view) (annotate) - [select for diffs]
Thu Mar 8 22:29:19 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
Cell contents in showStat(. . .) are now aligned to the top of the cell.

Revision 1.7 - (view) (annotate) - [select for diffs]
Thu Mar 8 22:19:09 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
Minor regexp change

Revision 1.6 - (view) (annotate) - [select for diffs]
Thu Mar 8 22:13:16 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.5: +4 -0 lines
Diff to previous 1.5
Added virtually all of the report fields to the display list (phew).
This now also used the printLine() method to separate fields as desired.

Revision 1.5 - (view) (annotate) - [select for diffs]
Thu Mar 8 21:57:18 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
The machine name list is now in alphabetical order.

Revision 1.4 - (view) (annotate) - [select for diffs]
Thu Mar 8 21:55:49 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
The preg_match on the packet data now matches with an optional "}" at the
end of a value such that the last item in a packet is never forgotten
about

Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Mar 8 21:52:06 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.2: +2 -3 lines
Diff to previous 1.2
For some odd reason, the drop down menu was unable to populate itself with
machine names.  This was traced to the is_dir method in PHP which seems to
not always do as it should... i.e. return true if the argument is a
directory.

Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Mar 8 21:40:45 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Modified the config so that the report data comes from the group file
space.  The latest.php file now also allows the report file name to be
configured... this is because Tim wrote the first lot with the wrong
filename ;)

Revision 1.1 - (view) (annotate) - [select for diffs]
Thu Mar 8 21:22:05 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
The PHP interface for viewing the latest data about hosts.
This file gets its config from another php file and the reports to run
from yet another php file.

Convenience Links

Links to HEAD: (view) (annotate) Links to PROJECT_COMPLETION: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a