summaryrefslogtreecommitdiffstats
path: root/reports/xsl-transforms/overview-stats-rss.xsl
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/overview-stats-rss.xsl
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/overview-stats-rss.xsl')
-rw-r--r--reports/xsl-transforms/overview-stats-rss.xsl2
1 files changed, 1 insertions, 1 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>