Forums  Register  Login  My Profile  Inbox  Address Book  My Subscription  My Forums 

Member List  Search  FAQ  Ticket List  Log Out

 

Web interface "Last 10 actions taken"

 
Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [Networking & Security] >> GFI Network Server Monitor >> Web interface "Last 10 actions taken" Page: [1]
Login
Message << Older Topic   Newer Topic >>
Web interface "Last 10 actions taken" - 17.Jun.2005 2:44:00 AM   
wstahn

 

Posts: 115
Joined: 26.Dec.2004
From: Hamburg/Germany
Status: offline
These entries are only sorted by time, but have to be sorted by date and time!

Wolfgang
Post #: 1
RE: Web interface "Last 10 actions taken" - 17.Jun.2005 11:02:00 AM   
blaster88

 

Posts: 16
Joined: 12.Jun.2005
From: McLean, VA
Status: offline
In the web folder under the program installation folder, there is a file called default.xsl. Near the top are some entries that read like this:

code:
  


<xsl:param name="SortField">time</xsl:param> <!--Possible values: 'name','date','time' -->
<xsl:param name="SortOrder">ascending</xsl:param> <!--Possible values: 'ascending','descending' -->

Change the sort field value to "date"

[ June 17, 2005, 05:02 PM: Message edited by: AvAdmin ]

(in reply to wstahn)
Post #: 2
RE: Web interface "Last 10 actions taken" - 20.Jun.2005 1:06:00 PM   
wstahn

 

Posts: 115
Joined: 26.Dec.2004
From: Hamburg/Germany
Status: offline
Thanks... but the table has to be sorted first by date, and second by time (for equal date fields)... Sorting by date OR time is almost useless... How should I define multiple sort fields here?

[ June 20, 2005, 07:08 PM: Message edited by: wstahn ]

(in reply to wstahn)
Post #: 3
RE: Web interface "Last 10 actions taken" - 20.Jun.2005 3:36:00 PM   
blaster88

 

Posts: 16
Joined: 12.Jun.2005
From: McLean, VA
Status: offline
You can do multiple sort fields. So in the Presently Failed Monitoring Checks table of default.xsl, there is a section:

code:
 <xsl:when test="$SortField = 'date'">
<xsl:apply-templates select="nsm_statqryres/configuration/laststatus/folder/check[statusid = 3]">
<xsl:sort select="date" order="descending"/>
</xsl:apply-templates>

Change it to:
code:
<xsl:when test="$SortField = 'date'">
<xsl:apply-templates select="nsm_statqryres/configuration/laststatus/folder/check[statusid = 3]">
<xsl:sort select="date" order="descending"/>
<xsl:sort select="time" order="descending"/> </xsl:apply-templates>


(in reply to wstahn)
Post #: 4
RE: Web interface "Last 10 actions taken" - 22.Jun.2005 4:26:00 AM   
wstahn

 

Posts: 115
Joined: 26.Dec.2004
From: Hamburg/Germany
Status: offline
Thanks, that works! I think this should be the default...
Wolfgang

(in reply to wstahn)
Post #: 5
RE: Web interface "Last 10 actions taken" - 26.Feb.2009 11:38:48 AM   
wstahn

 

Posts: 115
Joined: 26.Dec.2004
From: Hamburg/Germany
Status: offline
yes, again a big wowww!!  complained about it in 2005 and see it fixed now in 2009 with the new build!!! great!!!!!

(in reply to wstahn)
Post #: 6
Page:   [1]
All Forums >> [Networking & Security] >> GFI Network Server Monitor >> Web interface "Last 10 actions taken" Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts