"Big Monitoring Without the Complexity and Cost"  
Home Products Pricing Support Downloads News and Events Contact Us  
 
 
New for Release 3.0!
Index
 
ID   Title   Platform   Area   Type  
666   Make sm.conf always read-only user defined   All   Agent   Feature
688   Compute percent change   All   Agent   Feature
694   New percent change view   All   Agent   Feature
702   New Agent Web Look and Feel   All   Agent   Feature
676   Cookie based session tracking   All   Agent Web   Feature
660   Alarm priorities   All   Alarms   Feature
700   Alarm Catagories   All   Alarms   Feature
701   Alarm Blackout Days   All   Alarms   Feature
670   Display custom fields in their defined order   All   Custom Scanner   Feature
707   New repository collector plugin   All   Plugins   Feature
663   Do not remove bad-route ping entries   All   System.Ping   Feature
698   New stylesheet based web interface   All   Web Interface   Feature
703   Agent/Repository installs as Linux Service   Linux (All)   Agent/Repository Server   Feature
671   Support for RH EL 3 Update 5, EL 4   Linux (All)   LinuxAdapter   Feature
661   Filter out virutal file systems   Solaris (All)   Filesystem Scanner   Feature
668   Increase RLIMIT_NOFILE if less than 256   Solaris (All)   Solairs2Adapter   Feature
673   Unhandled exceptions fixed   All   Agent   Defect
678   pattern matching algorithm   All   Agent   Defect
680   Long corrective actions can cause buffer overflow   All   Agent   Defect
696   Scanner names with spaces at end   All   Agent   Defect
677   Pending alarms are not sent to the repository   All   Agent/Repository   Defect
693   Enable/disable alarm causes corrupted stack msg   All   Alarms   Defect
664   Duplicate console alarm can occur for offline host   All   Console   Defect
665   File descriptor leak when console group reloaded   All   Console   Defect
679   Console alarms do not autoclear   All   Console   Defect
672   Datastore error: No such RIB in MCB   All   Datastore   Defect
706   Web server plugin URL loops and new statuses   All   Web Server Plugin   Defect
697   CPU utilization always shows 99.99 percent   Linux (All)   Agent   Defect
695   [UNKNOWN TYPE: 20020500] value displayed   Windows (All)   Agent   Defect
705   Internal recvfrom error 100054   Windows (All)   Agent   Defect
669   Message: Bytes needed = ### in trace file   Windows (All)   System.Services   Defect

Details:
 
ID: 666 Title: Make sm.conf always read-only user defined   Platform: All   Area: Agent   Type: Feature  
  Currently the sm.conf file is always changed to read-only after save. A new General configuration option will allow the user to maintain this behaviour or elect to just maintain the current permissions. The default will be always_readonly=true.  
 
Example:
 
 
ID: 688 Title: Compute percent change   Platform: All   Area: Agent   Type: Feature  
  Compute percent change for all numeric datapoint values. Percent change is calculated as:

percent change = ((current - previous) / previous1) * 100

1 If previous = 0, then 1 is used
 
 
Example:
 
 
ID: 694 Title: New percent change view   Platform: All   Area: Agent   Type: Feature  
  Calculate and show a Percent Change view similar to the SLS view.  
 
Example:
 
 
ID: 702 Title: New Agent Web Look and Feel   Platform: All   Area: Agent   Type: Feature  
  New stylesheet-based look and feel for the Agent web interface. Color schemes and logos now match the SM website.  
 
Example:
 
 
ID: 676 Title: Cookie based session tracking   Platform: All   Area: Agent Web   Type: Feature  
  Cookie-based session tracked is used rather than source-IP as in previous versions. This makes the agent more robust in situations where all clients are viewing an agent through a firewall and therefore will appear to have the same IP.  
 
ID: 660 Title: Alarm priorities   Platform: All   Area: Alarms   Type: Feature  
  Alarm priorities can be assigned such that if more than one alarm is detected against the same resource, the alarm with the hightest priority will remain and those with lower priorities will be auto-cleared.  
 
Example:
 
 
ID: 700 Title: Alarm Catagories   Platform: All   Area: Alarms   Type: Feature  
  Alarms can be assigned a category, which is displayed in the agent and forwarded to the repository. This allows for alarms to be organized by the user.  
 
Example:
 
 
ID: 701 Title: Alarm Blackout Days   Platform: All   Area: Alarms   Type: Feature  
  Alarms can be specified with blackout days. If an alarm condition is detected on a blackout day, it is discarded. This can be used to keep false alarms from occuring when they do not apply, such as weekends.  
 
Example:
 
 
ID: 670 Title: Display custom fields in their defined order   Platform: All   Area: Custom Scanner   Type: Feature  
  Custom scanner fields are now displayed in the order in which they are defined.  
 
Example:
 
 
ID: 707 Title: New repository collector plugin   Platform: All   Area: Plugins   Type: Feature  
  New repository plugin for monitoring the new Repository v3.x Collector architecture. This plugin is backward compatible with version 2.x collectors as well.  
 
Example:
 
 
ID: 663 Title: Do not remove bad-route ping entries   Platform: All   Area: System.Ping   Type: Feature  
  If a route becomes unreachable, then do not remove a ping specification from the ping scanner. Instead, wait until the route becomes available again.  
 
ID: 698 Title: New stylesheet based web interface   Platform: All   Area: Web Interface   Type: Feature  
  New stylesheet based web interface and color theme.  
 
ID: 703 Title: Agent/Repository installs as Linux Service   Platform: Linux (All)   Area: Agent/Repository Server   Type: Feature  
  The Agent and Repository server now install as Linux services. They will be shown in the Redhat Linux Services applet and can be constolled via the 'service' command.  
 
ID: 671 Title: Support for RH EL 3 Update 5, EL 4   Platform: Linux (All)   Area: LinuxAdapter   Type: Feature  
  Add suppport for Redhat Enterprise Linux 3 Update 5 and Enterprise Linux 4 (2.6 kernel)  
 
ID: 661 Title: Filter out virutal file systems   Platform: Solaris (All)   Area: Filesystem Scanner   Type: Feature  
  Ignore the following filesystem types: autofs ctfs devfs fd lofs mntfs nfs objfs proc and CD-ROMs.  
 
ID: 668 Title: Increase RLIMIT_NOFILE if less than 256   Platform: Solaris (All)   Area: Solairs2Adapter   Type: Feature  
  Increase resource RLIMIT_NOFILE (Max open file descriptors) if less than 256. The change will be listed in the trace file. This change particularly impacts/fixes Solaris 2.6 which has a soft limit of 64.  
 
ID: 673 Title: Unhandled exceptions fixed   Platform: All   Area: Agent   Type: Defect  
   
 
ID: 678 Title: pattern matching algorithm   Platform: All   Area: Agent   Type: Defect  
  The pattern matching algorithm used for matching alarm resources does not handle mixed case wildcard patterns correctly  
 
ID: 680 Title: Long corrective actions can cause buffer overflow   Platform: All   Area: Agent   Type: Defect  
  Long alarm corrective actions can cause a buffer overflow if a failure occurs and an error message needs to be generated. This only happens when the combined length of the command and failure message exceed 255 characters.  
 
ID: 696 Title: Scanner names with spaces at end   Platform: All   Area: Agent   Type: Defect  
  The agent will incorrectly allow a custom scanner name to be created with spaces at the end.  
 
ID: 677 Title: Pending alarms are not sent to the repository   Platform: All   Area: Agent/Repository   Type: Defect  
  Pending alarms are not sent to the repository when they become active. This only impacts alarms that have a duplicate trigger greater than zero and are not active immediately. This shows up in the repository log as: Update Alarm FAILED  
 
ID: 693 Title: Enable/disable alarm causes corrupted stack msg   Platform: All   Area: Alarms   Type: Defect  
  Enable/disable alarm causes corrupted stack message when the alarm name is long. Solution: Increase all msg buffers to at least 256 bytes.  
 
ID: 664 Title: Duplicate console alarm can occur for offline host   Platform: All   Area: Console   Type: Defect  
  The message indicating that a host is offline can cause a duplicate console alarm to occur when the host cannot be pinged. This is solved by using the new alarm priorities feature.  
 
ID: 665 Title: File descriptor leak when console group reloaded   Platform: All   Area: Console   Type: Defect  
  File descriptor leak occurs when console group reloaded due to not closing the associated ICMP ping socket.  
 
ID: 679 Title: Console alarms do not autoclear   Platform: All   Area: Console   Type: Defect  
  Console alarms do not autoclear correctly when the condition is resolved  
 
ID: 672 Title: Datastore error: No such RIB in MCB   Platform: All   Area: Datastore   Type: Defect  
  No such RIB in MCB error message in trace after the datastore is reinitialized due to record overflow (No available RIBs). Once this occurs, the datastore never recovers.  
 
ID: 706 Title: Web server plugin URL loops and new statuses   Platform: All   Area: Web Server Plugin   Type: Defect  
  The Web Server Plugin incorrectly identifies HTTP 302 redirect loops with those pages listed in the specified URL list. In addition, the following new statusCode(s) have been added: Connect Failure=1, Unknown Host=2, Malformed Response=3, Timeout=4.  
 
ID: 697 Title: CPU utilization always shows 99.99 percent   Platform: Linux (All)   Area: Agent   Type: Defect  
  CPU utilization always shows as 99.99 percent when the machine has been up for a while.  
 
ID: 695 Title: [UNKNOWN TYPE: 20020500] value displayed   Platform: Windows (All)   Area: Agent   Type: Defect  
  Add support for PERF_LARGE_RAW_FRACTION performance counter type. Lack of support causes [UNKNOWN TYPE: 20020500] to be displayed a a value on custom perfmon scanner web pages what use this counter type.  
 
ID: 705 Title: Internal recvfrom error 100054   Platform: Windows (All)   Area: Agent   Type: Defect  
  FailoverMgr Critical: SocketException: ErrCode=10054, Desc=Rcvfrom Error can occur incorrectly when the Ping scanner tries to ping an address that is unreachable.  
 
ID: 669 Title: Message: Bytes needed = ### in trace file   Platform: Windows (All)   Area: System.Services   Type: Defect  
  The message: Bytes needed = ### in trace file Indicates that additional information about a service could not be loaded due to insufficient buffer. The buffer has been increased and the message made more exact.  
 
 
Home  | Contact Us  | Privacy  | Copyright © 2002-2008 T3 Software Builders, Inc. |  All Rights Reserved