CVS log for loncom/cgi/clusterstatus.pl

[BACK] Up to [LON-CAPA] / loncom / cgi

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN
Current tag: MAIN


Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed May 28 18:16:09 2014 UTC (9 years, 10 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0, HEAD
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +14 -9 lines
- Internationalization
    - Improve: do not translate individual machine id
    - Re-use existing phrases
- Consistent punctuation and spacing

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Jan 15 22:34:18 2009 UTC (15 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, GCI_3, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +21 -5 lines
- Users of clusterstatus.pl need to have a role in one of the domain(s) to which the server where the script is being run belongs.
- Only display "Reroute to" if there are servers to which rerouting can occur.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Dec 25 01:56:03 2008 UTC (15 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_7_99_1, version_2_7_99_0
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +4 -3 lines
- Changes resulting from movement of subroutines from loncgi.pm
  to lonauthcgi.pm.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Nov 29 00:57:09 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +172 -158 lines
- Localization
- Use routines from &Apache::lonnet() to access information about hosts etc.
  instead of reading /home/httpd/lonTabs/hosts.tab file on disk
- Two modes of use:
  (a) if called by superuser - retrieve information about servers in cluster
  (b) if called by domain coordinator - retrieve information about servers in
      domain of DC role
- Replace use of Apache Basic Auth with routines from LONCAPA:loncgi to control access
- Same routines used by pages accessed via LWP requests when compiling status information
- Correct some typos.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Apr 13 18:30:46 2005 UTC (18 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_2_7_X, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
- up the floor on the clusterstatus page

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Sep 14 19:00:03 2003 UTC (20 years, 6 months ago) by www
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_X, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +28 -2 lines
Provide links to reroute scripts

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Sep 14 18:24:34 2003 UTC (20 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +27 -1 lines
Detects re-routing

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Sep 1 03:37:27 2003 UTC (20 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +24 -3 lines
- adding more GPL headers

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Aug 29 17:42:32 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
Better color contrast between "local_error" and "con_lost"

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Aug 20 01:34:25 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +14 -5 lines
Read additional fields in domain.tab

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Aug 13 21:41:47 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +7 -1 lines
Link to announcements - they might say why the thing is down.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Aug 5 18:47:21 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
CVS tags: version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4 lines
Smaller output, quicker building of connection matrix.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Aug 5 18:33:08 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +204 -132 lines
* per Guy's suggestion, change order of display versus further tests, now
  almost always displaying something
* use strict
* reduce number of bytes sent to browser (eliminating unused hidden vars)
* keep stats

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Aug 5 12:52:23 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +17 -1 lines
Bug #1968: version information more easily available

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Aug 1 19:20:26 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +27 -7 lines
* Making timeout even smaller. If 10 secs are not enough, there is some
trouble - which is the thing we want to detect
* Always deal with 5 connections - makes no difference in the beginning,
but makes sure that the final obnoxious holes get filed up towards the
end
* Make diagonal (connections to self) better visible in connections matrix

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Aug 1 14:47:44 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +8 -6 lines
Speed up display by better distribution of non-cached queries, and lowering
timeout values.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jul 31 19:55:37 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Needs server name to work.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jul 31 19:18:16 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +128 -13 lines
Bug #797: seems to work.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jul 31 16:07:47 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +35 -4 lines
Starts to do reasonable stuff.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jul 31 15:35:02 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +162 -15 lines
Bug #797: Can now list by doomedness

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jul 30 21:20:16 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +234 -77 lines
Saving my work: comprehensive clusterstatus

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Feb 25 21:56:48 2003 UTC (21 years, 1 month ago) by www
Branches: MAIN
CVS tags: version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, conference_2003
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +5 -27 lines
Bug #1267 - list of active users via /cgi-bin/userstatus.pl
Trying to get clusterstatus.pl working again. Added ability to ignore
comments in hosts.tab, and took out Net::Ping because that library is kaputt.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Feb 3 18:03:52 2003 UTC (21 years, 1 month ago) by harris41
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +0 -1 lines
best wishes to all.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Nov 18 15:11:41 2002 UTC (21 years, 4 months ago) by www
Branches: MAIN
CVS tags: version_0_6_2, version_0_6
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +2 -0 lines
Avoid bug #429. Subroutine "online" short-circuit until we have figured out
Net::Ping.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Sep 9 14:18:56 2002 UTC (21 years, 6 months ago) by harris41
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
remove access.conf; loncapa.conf is read and BY DEFAULT loncapa_apache.conf
is always read (AT THE END)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat May 11 21:29:42 2002 UTC (21 years, 10 months ago) by harris41
Branches: MAIN
CVS tags: version_0_5_1, version_0_5, version_0_4, stable_2002_july, STABLE
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +11 -14 lines
Using LONCAPA::Configuration::read_conf
BUG 129

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Feb 19 20:23:59 2002 UTC (22 years, 1 month ago) by www
Branches: MAIN
CVS tags: stable_2002_april
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +89 -5 lines
New Cluster Status Functionality

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 18 23:45:23 2002 UTC (22 years, 1 month ago) by www
Branches: MAIN
Cluster Status Script

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>