summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: