From 5c3bf07afded2ea22906ca84e178731a4d48a1c2 Mon Sep 17 00:00:00 2001 From: Joey Hagedorn Date: Wed, 10 Aug 2005 21:43:58 +0000 Subject: optimized for speed, changed so "pingable but not running nightly" is reported instead of just "not running nightly" (Logical change 1.286) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1145 ce84e21b-d406-0410-9b95-82705330c041 --- reports/xsl-transforms/overview-stats-email.xsl | 28 +++++++++++++++---------- reports/xsl-transforms/overview-stats-html.xsl | 21 ++++++++++++------- reports/xsl-transforms/overview-stats-rss.xsl | 28 +++++++++++++++---------- 3 files changed, 48 insertions(+), 29 deletions(-) (limited to 'reports/xsl-transforms') diff --git a/reports/xsl-transforms/overview-stats-email.xsl b/reports/xsl-transforms/overview-stats-email.xsl index 6a80bfe95..4938cab8b 100644 --- a/reports/xsl-transforms/overview-stats-email.xsl +++ b/reports/xsl-transforms/overview-stats-email.xsl @@ -4,20 +4,26 @@ Subject: BCFG Nightly Statistics Report Run @ + + + + + + Summary: - nodes are clean. - nodes are dirty. - nodes were modified in the last run. (includes both good and bad nodes) - nodes did not run this calendar day. - nodes were not pingable. + nodes are clean. + nodes are dirty. + nodes were modified in the last run. (includes both good and bad nodes) + nodes did not run this calendar day but were pingable. + nodes were not pingable. ---------------------------- Total - + CLEAN: @@ -29,7 +35,7 @@ CLEAN: - + DIRTY: @@ -41,7 +47,7 @@ DIRTY: - + MODIFIED: @@ -54,11 +60,11 @@ MODIFIED: - + STALE: - + @@ -67,7 +73,7 @@ STALE: - + UNPINGABLE: diff --git a/reports/xsl-transforms/overview-stats-html.xsl b/reports/xsl-transforms/overview-stats-html.xsl index 69087ea82..404f4b5f3 100644 --- a/reports/xsl-transforms/overview-stats-html.xsl +++ b/reports/xsl-transforms/overview-stats-html.xsl @@ -2,6 +2,13 @@ xmlns="http://www.w3.org/1999/xhtml"> + + + + + + + <xsl:value-of select="@name" /> @@ -17,7 +24,7 @@

Summary:

Nodes were included in your report.

- +
nodes are clean.
    @@ -32,7 +39,7 @@
- +
nodes are bad.
@@ -47,7 +54,7 @@
- +
nodes were modified in the last run. (includes both good and bad nodes)
@@ -62,14 +69,14 @@
- +
- nodes did not run this calendar day.
+ nodes did not run this calendar day but were pingable.
    - +
    @@ -79,7 +86,7 @@ - +
    nodes were not pingable.
    diff --git a/reports/xsl-transforms/overview-stats-rss.xsl b/reports/xsl-transforms/overview-stats-rss.xsl index d9aba6a0d..433589b83 100644 --- a/reports/xsl-transforms/overview-stats-rss.xsl +++ b/reports/xsl-transforms/overview-stats-rss.xsl @@ -8,20 +8,26 @@ BCFG Nightly Statistics <pre> Report Run @ + + + + + + Summary: - nodes are clean. - nodes are dirty. - nodes were modified in the last run. (includes both good and bad nodes) - nodes did not run this calendar day. - nodes were not pingable. + nodes are clean. + nodes are dirty. + nodes were modified in the last run. (includes both good and bad nodes) + nodes did not run this calendar day but were pingable. + nodes were not pingable. ---------------------------- Total - + CLEAN: @@ -33,7 +39,7 @@ CLEAN: - + DIRTY: @@ -45,7 +51,7 @@ DIRTY: - + MODIFIED: @@ -58,11 +64,11 @@ MODIFIED: - + STALE: - + @@ -71,7 +77,7 @@ STALE: - + UNPINGABLE: -- cgit v1.2.3-1-g7c22