summaryrefslogtreecommitdiffstats
path: root/reports/xsl-transforms
diff options
context:
space:
mode:
authorJoey Hagedorn <hagedorn@mcs.anl.gov>2005-11-25 08:53:57 +0000
committerJoey Hagedorn <hagedorn@mcs.anl.gov>2005-11-25 08:53:57 +0000
commit6f8ae8fc9b2b958c7f071579c8355d56309c2478 (patch)
tree7a801c96d011e15fa17893b39b227fa8970a76fc /reports/xsl-transforms
parent4f764b08ff97826e346b1a6b012fc21e67bb994d (diff)
downloadbcfg2-6f8ae8fc9b2b958c7f071579c8355d56309c2478.tar.gz
bcfg2-6f8ae8fc9b2b958c7f071579c8355d56309c2478.tar.bz2
bcfg2-6f8ae8fc9b2b958c7f071579c8355d56309c2478.zip
changed today's wording
(Logical change 1.364) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1521 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'reports/xsl-transforms')
-rw-r--r--reports/xsl-transforms/overview-stats-rss.xsl2
-rw-r--r--reports/xsl-transforms/xsl-transform-includes/html-templates.xsl2
-rw-r--r--reports/xsl-transforms/xsl-transform-includes/text-templates.xsl2
3 files changed, 3 insertions, 3 deletions
diff --git a/reports/xsl-transforms/overview-stats-rss.xsl b/reports/xsl-transforms/overview-stats-rss.xsl
index 433589b83..c4c689a99 100644
--- a/reports/xsl-transforms/overview-stats-rss.xsl
+++ b/reports/xsl-transforms/overview-stats-rss.xsl
@@ -19,7 +19,7 @@ Summary:
<xsl:text> </xsl:text><xsl:value-of select="count($cleannodes)" /> nodes are clean.
<xsl:text> </xsl:text><xsl:value-of select="count($dirtynodes)" /> nodes are dirty.
<xsl:text> </xsl:text><xsl:value-of select="count($modifiednodes)" /> nodes were modified in the last run. (includes both good and bad nodes)
-<xsl:text> </xsl:text><xsl:value-of select="count($stalenodes[count(.|$pingablenodes)= count($pingablenodes)])" /> nodes did not run this calendar day but were pingable.
+<xsl:text> </xsl:text><xsl:value-of select="count($stalenodes[count(.|$pingablenodes)= count($pingablenodes)])" /> nodes did not run withn the last 24 hours but were pingable.
<xsl:text> </xsl:text><xsl:value-of select="count($unpingablenodes)" /> nodes were not pingable.
<xsl:text> </xsl:text>----------------------------
<xsl:text> </xsl:text><xsl:value-of select="count(/Report/Node)" /> Total<xsl:text>
diff --git a/reports/xsl-transforms/xsl-transform-includes/html-templates.xsl b/reports/xsl-transforms/xsl-transform-includes/html-templates.xsl
index 93c736ef1..cfe494b05 100644
--- a/reports/xsl-transforms/xsl-transform-includes/html-templates.xsl
+++ b/reports/xsl-transforms/xsl-transform-includes/html-templates.xsl
@@ -30,7 +30,7 @@
<xsl:template match="Stale">
<div class="warning">
- <span class="nodelisttitle">This node did not run on today's calendar date-- it may be out of date.</span>
+ <span class="nodelisttitle">This node did not run within the last 24 hours-- it may be out of date.</span>
</div>
</xsl:template>
diff --git a/reports/xsl-transforms/xsl-transform-includes/text-templates.xsl b/reports/xsl-transforms/xsl-transform-includes/text-templates.xsl
index 07e060f47..c393692a4 100644
--- a/reports/xsl-transforms/xsl-transform-includes/text-templates.xsl
+++ b/reports/xsl-transforms/xsl-transform-includes/text-templates.xsl
@@ -24,7 +24,7 @@
<xsl:text> </xsl:text>Node is clean; Everything has been satisfactorily configured.
</xsl:template>
<xsl:template match="Stale">
-<xsl:text> </xsl:text>This node did not run today-- it may be out of date.
+<xsl:text> </xsl:text>This node did not run within the last 24 hours-- it may be out of date.
</xsl:template>
<xsl:template match="Bad">
<xsl:text> </xsl:text><xsl:value-of select="count(./*)" /> items did not verify and are considered Dirty: