network monitor: main page    
  What's New
   
Detail info Details    HostMonitor main page HostMonitor    Copyright/License/Warranty Copyright/License/Warranty    Download HostMonitor Download    Registration Information Buy now   

Improvements  HostMonitor and RCC improvements

  • When you select many test items and click Edit button, you may change "Tune up Reply value" explession; Timeout and Retries parameters (number of packets for Ping tests) in addition to other parameters you could modify before.
  • "Mark unused" popup menu item for RMA list. When you are managing list of Remote Monitoring Agents using menu LANs -> RMA agents you may use new menu item to grey out all RMA agents currently not used. HostMonitor checks all folder settings, test settings (within loaded test list), action setting and Network Discovery settings
  • Minor performance improvements

Fixed  The following issue was resolved

  • HostMonitor v 14.24 could resolve %FullPath% variable incorrectly. Fixed

Improvements  HostMonitor improvements and corrections

  • Shell Script test method: rare Windows bug may cause problems for Shell Script test method so we changed HostMonitor code. Note: if you need to use some very old script processors (like MS DOS program on Windows XP) then new version will not work for you unless you switch HostMonitor code to old mode: add ScriptsShortName=1 line into [Misc] section of hostmon.ini file and restart HostMonitor
  • HTTP test method: minor changes

  • Actions: %uuu% and %uuu[-0u]% variables can be used as parameters of the actions:
    %uuu% - current local time as UnixTimeStamp (seconds since 1970)
    %uuu[-0u]% - current UTC time as UnixTimeStamp (seconds since 1970)
  • HTTP request action: Content-Length parameter could be calculated incorrectly for large POST requests. Fixed
  • Send E-Mail action: corrections related to Big-5 charset

Improvements  HostMonitor x64

Now we can offer x64 version of HostMonitor. Its not available to everyone and its not needed by everyone, for most of customers x86 (32bit) version works more efficiently and uses less memory. On the other hand, if you have over 100,000 test items plus a lot of remote RCC operators and 1000+ Active RMA agents connected to HostMonitor, then you may need x64 version. It may use over 2GB memory and in some cases works faster. Related forum thread

If you would like to try it, please contact support team by e-mail (HostMonitor menu Help -> Support)

Improvements  IPMI related improvements

The following applications support more cipher modes for IPMI related tests: IPMI Health, IPMI Temperature, IPMI Fans, IPMI Voltage, IPMI Current, IPMI Discrete Sensor

  • HostMonitor
  • Passive RMA for Windows
  • Active RMA for Windows
  • Active RMA for FreeBSD
  • Active RMA for Linux
  • IPMI Browser

The following cipher modes are supported
  • 00: None
  • 01: RAKP-HMAC-SHA1
  • 02: RAKP-HMAC-SHA1 + HMAC-SHA1-96
  • 03: RAKP-HMAC-SHA1 + AES128CBC + HMAC-SHA1-96
  • 15: RAKP-HMAC-SHA256
  • 16: RAKP-HMAC-SHA256 + HMAC-SHA256-128
  • 17: RAKP-HMAC-SHA256 + AES128CBC + HMAC-SHA256-128

Improvements  HostMonitor, RCC GUI improvements

  • You may search for a folder by name or comment field using menu Search or hot key Ctrl+Shift+F
  • Log Viewer improvements

Improvements  HostMonitor, RCC, Passive and Active RMA for Windows (x86 and x64):
      improvements related to Traffic Monitor test method and "Choose network interface" window (this window is also used for Interface Status test method)

  • "Request and calculate traffic data" option. If you enable this option HostMonitor will show additional information for each network interface:
    - amount of total received and transmitted traffic;
    - average amount of data per second;
    - bandwidth utilization (%);
    - bandwidth utilization by income traffic;
    - bandwidth utilization by outgoing traffic
    Notes:
    - Bandwidth utilization: amount of data transferred through a network relative to its total capacity.
    - In this case average traffic and utilization percentage calculated based on total traffic thru interface since device reboot (not a current utilization measured for last second or minute)
    - This option is available for SNMP v2c, SNMP v3 enabled devices with 64bit traffic counters
  • You may sort interfaces in the list by any field (index, description, speed, traffic, etc)
  • When you are creating a new test item, then you may select many interfaces in the list; HostMonitor will create separate test item for each selected interface. As before you may also select "monitor traffic on all interfaces" item, such single test item will monitor all interfaces and check total traffic on the device.
  • Other minor GUI improvements

Improvements  Active RMA for Linux and FreeBSD improvements

  • New faster encryption module
  • The agent may provide traffic related data for "Network interfaces" window
  • File Integrity test works faster in all modes: CRC32, MD5, SHA256, SHA512
  • Text Log test method: some speed improvements related to "expressions" mode
  • SNMP Trap test speed improvements. Some customers set thousands of SNMP Trap items with various filters, in such case processing of many Trap messages can lead to high CPU load and slow down RMA agent (especially when "counter fits expression" options are used, thousand items with such option can slow down even new version of the software)

Improvements  WatchDog for Linux and FreeBSD improvements

  • New faster encryption module (required for HostMonitor v14)

Improvements  Minor improvements related to

  • Send E-Mail action
  • Telegram message action
  • Log Viewer
  • Web Service

Improvements  HostMonitor and RMA for Windows: 26 test methods were improved

The following tests support TLS 1.3

  • URL
  • Certificate Expiration
  • POP3, IMAP
  • E-mail, Mail Relay
  • LDAP
  • FTPS
  • HP iLO tests: Health, Temperature, Fans, Power, Disk status
  • VMWare host related tests: Host status, CPU Usage, Free Memory, Datastore Space
  • VMWare guest related tests: Guest status, CPU Usage, Free Memory, Free disk space
Notes:
  • Certificate Expiration test supports TLS 1.3 on Windows 7 and newer.
  • Other tests require Windows 11 or Windows Server 2022 (just for TLS 1.3).
  • By default only TLS 1.1, 1.2, 1.3 protocols are enabled (TLS 1.1 and 1.2 on older Windows systems)
  • If you need to check some very old HP server (iLO2), you may enable TLS 1.0 using hostmon.ini option: add sslProto_HPiLO=10880 line into [Misc] section of hostmon.ini file and restart HostMonitor
  • If you need to check some very old VMWare system (ESXi 5.0 or older), you may enable TLS 1.0 using hostmon.ini option: add sslProto_VMWare=10880 line into [Misc] section of hostmon.ini file and restart HostMonitor
  • Similar options available for POP3, IMAP, LDAP, FTPS, Email, Mail Relay, URL tests
    [Misc] section
    sslProtocols - sets default TLS options for all methods, including URL;
    the following options may override TLS modes for specific test methods:
sslProto_POP3
sslProto_LDAP
sslProto_IMAP
sslProto_FTPS
sslProto_HPiLO
sslProto_VMWare
= 8192   - just TLS 1.3
= 10240 - TLS 1.2 and 1.3
= 10752 - TLS 1.1, 1.2, 1.3
= 10880 - TLS 1.0-1.3

SSH and SFTP tests:
  • support keDHGroup16Sha512, keDHGroup18Sha512 and keDHGroup14Sha256 key exchange algorithms
  • support the hmac-sha2-256-etm@openssh.com and hmac-sha2-512-etm@openssh.com HMAC algorithms

File Integrity test
  • works faster in all modes: CRC32, MD5, Sha256, Sha512

Shell Script test
  • Unicode support for output files. Powershell scripts may produce results in such format (output should start with FFFE BOM bytes)
  • some speed improvements (if script generates large output before test result)

SNMP Trap test
  • speed improvements. Some customers set thousands of SNMP Trap items with various filters, in such case processing of many Trap messages can lead to high CPU load and slow down HostMonitor (especially when "counter fits expression" options are used, thousand items with such option can slow down even new version of the software)

Improvements  HostMonitor: improved actions

  • Send E-mail action supports TLS 1.3
  • Send message to pager over SNPP action supports TLS 1.2
    (Windows 7 or newer is required)

Improvements  Performance

Faster compression code for data exchange between HostMonitor and RCC, HostMonitor and Web Service

Faster encryption code for data exchange between all components
  • HostMonitor ↔ Passive and Active RMA
  • HostMonitor ↔ RCC
  • HostMonitor ↔ Telnet client
  • HostMonitor ↔ Web Service
  • HostMonitor ↔ WatchDog
  • RMA Manager ↔ Passive and Active RMA
Note1: for data transmission between HostMonitor and Passive RMA old code is used by default. If you are not using old RMA agents for UNIX, you may switch this module to faster code as well: add Encr3PassiveRMA=1 line into [HostMon] section of hostmon.ini file and restart HostMonitor.
Note2: if single RMA has to perform a lot of tests (e.g. 100 tests/sec), then it`s better to use Active RMA. On the other hand, if you have to use many agents (e.g. 500 RMA) with low load on each agent, then it`s better to use Passive RMA.

HostMonitor and RCC GUI improvements:
  • Under some conditions disable, pause or resume of thousands (e.g. 20,000) test items could be slow; new versions work much faster
  • Under some conditions remove folder with thousand sub-folders operation could be slow on RCC side; new version works much faster
  • Some speed improvements related to Views (more improvements will be done in the future versions)
  • Top Hosts pane: better support for large numbers in Reply field (up to 10^36) and small numbers (between 0 and 1)
  • Minor Auditing Tools improvements
  • Minor GUI corrections

Improvements  RMA Manager

  • faster import from csv files
  • import statistics and progress bar displayed
  • import log filter: "Just errors" and "All data" modes

Improvements  WebService

  • TLS 1.3 supported in HTTPS mode
    (now Windows 7, Windows Server 2008 or newer is required for HTTPS mode; HTTP mode can be used on Windows XP, Windows Server 2003 or any newer OS)

Improvements  HostMonitor and RCC performance improvements

If you are using HostMonitor with connected Remote Control Consoles (RCC) and large test list is loaded (100,000+ test items) then some bulk operations performed by Telnet client, HM Script, HostMonitor or RCC GUI could be too slow.
E.g.

  • Disable operation for 20,000 test items could be slow if "User operations log" is enabled (e.g. "DisableAll -r" telnet command)
  • Pause operation for 30,000 test items could be very slow if HostMonitor started as application and "Change tray icon when a host dies" option is enabled (e.g. "PauseTest _AllPing 15 -r" HM Script command)
  • Reset statistics for 100,000 test items
  • Link 10,000 test items to another folder
  • Move test items to another folder
  • Rename folder
New version works significantly faster in such cases

Performance improvements related to "Import from text file" procedure. It could be too slow if you are using over 100,000 test items and importing thousand items

Some performance improvemets related to monitoring

Improvements  Other

  • HostMonitor, RCC, Log Analyzer and Log Visualizer support large numbers in Reply field, up to 10^36 (previous limit was 2^63, about 10^18). Larger numbers considered as a string and is not calculated for statistics

  • HostMonitor prevents User operations log from growing too fast, e.g. it will do not add 200,000 records when user disables/pauses/removes so many test items. New "undocumented" hostmon.ini options allow you to set limits for number of records for one operation. You may add MaxLimitSet and MinLimitSet lines in [UserLog] section of hostmon.ini file and restart HostMonitor. E.g.
    MaxLimitSet=700
    MinLimitSet=99
    tells HostMonitor to add up to 700 records (MaxLimitSet) for one operation (e.g. delete 700 test items). If some operation will modify over 700 items, then HostMonitor will add just 99 records (MinLimitSet), plus record with itemID set to -1 and message like "too many items, some log records skipped. Total 99882 items processed"

  • Other minor HostMonitor and RCC improvements


Improvements  HostMonitor and RCC: Connection Manager GUI improvements:

  • Export to CSV file
  • Import from CSV file
  • Added "comment" field so you may put any notice there
  • Find/Search_again popup menu items (Ctrl+F, F3). Note: application may check for IP address within IP range, e.g. it may find "10.10.5.55" in records like "10.10.5.11-10.10.5.99"
  • You may sort items by agent, resource, login or comment
  • Icon images mark new and modified records
  • Connection Manager window opens faster (you may notice difference if there are over 1000 items in the list; e.g. when you need to monitor a lot of systems that do not belong to Windows domain and you need to use different account or password on each non-domain system)
  • Other minor GUI improvements

Improvements  HostMonitor and RCC: Connection Manager LAPS related options:

  • The Local Administrator Password Solution (LAPS) provides management of local account passwords of domain joined computers. Passwords are stored in Active Directory (AD) and protected by ACL. Connection Manager may retrieve up to date local administrator passwords from Active Directory and update records in HostMonitor database.
  • By default "administrator" account name is used; if you set LAPS for other account (using LAPS GPO policy), change account name on HostMonitor side as well using Connection Manager popup menu LAPS -> Set default account name.
  • You may update password for single selected item using menu LAPS -> Update password for selected item
  • You may update passwords for all items using menu LAPS -> Update passwords for ALL administrator accounts (please check Note1 and Note2)
  • Note 1: Remote Monitoring Agents do not support LAPS options yet. So Connection Manager may update records related to hosts within local HostMonitor/RCC domain
  • Note 2: domain/server field of the record should point to specific server, default account (*) and accounts for IP ranges are not updated
  • Note 3: Microsoft LAPS modules should be installed on system where HostMonitor (and/or RCC) is running
    https://www.microsoft.com/en-us/download/details.aspx?id=46899
  • Note 4: in order to get passwords using LAPS HostMonitor/RCC account requires "All extended rights" permission. Please make sure regular users, groups or computer objects do not own this permission. To restrict the ability to view the password to specific users and groups you need to remove "All extended rights" from users and groups that are not allowed reading the value of attribute ms-Mcs-AdmPwd. This is important because the "All Extended rights" permission gives permission to read confidential attributes.
  • We can redesign Connection Manager, HostMonitor and Remote Monitoring Agents will work with LAPS more efficiently and you will need to create just one record for entire LAN. Do you use LAPS? Do you needs such options? Please contact us (e-mail to support@ks-soft.net). Priority of this task depends on feedback from you.

Improvements  HostMonitor and RCC: Test Properties window offers new popup menu items:

  • Copy host to clipboard (Ctrl+H)
  • Resolve host to IP and copy (Ctrl+I)
  • Copy host and IP
  • Find record for this host in Connection Manager (Ctrl+Q)
    Application checks for appropriate record based on agent, host, and test method. Records for specific host and agent are prioritized; then application checks for records with agent set to "any", for records with IP range; etc. If only default (*) record found or no matched records found, HostMonitor offers to create a new record

Improvements  HostMonitor and RMA actions:

  • Stop Service, Start Service, Restart Service actions may use Connection Manager when "Connect As" option is not used

Improvements  Web Service interface:

  • Top Hosts pane offers the following options:
    - Show Collapsed / Hide Collapsed
    - Automatically open&close panels / Manually open&close panels
    Using these options and drag&drop operations, you may organize panels to your liking. For example you may set Show Collapsed + Manually open&close panels options, move Web related groups to the top, move UPS related groups to the bottom, minimize(close) HDD related groups, then switch from Show Collapsed to Hide Collapsed.
    While "Automatically open&close panels" option tells Web Service to open groups with data (tests) and minimize or hide groups without available tests.


Improvements  HostMonitor/RCC GUI improvements

SuperMatrix: more visualization options

SuperMatrix window may provide additional information for each test item SuperMatrix settings

  1. up and/or down trends based on average reply value of the tests items. HostMonitor may check and compare several time intervals:
    - compare this and last hour
    - compare today and yesterday
    - compare this and last month

  2. up and/or down trends based on availability ratio of the tests items (good/bad status ratio). HostMonitor may check and compare several time intervals:
    - compare this and last hour
    - compare today and yesterday
    - compare this and last month

  3. display reply value as log base 2
    - current reply
    - hourly average
    - daily average
    - monthly average

  4. display test method icon for each test item; display icons just for bad/unknown/warning test items; display icons for specific test method
You may mark two or all three options, in this case "trends" option will be prioritized and lowest priority will be set to "icons" option. So reply marks will be displayed when trend does not reach specified limit and icons will be displayed when test reply value is empty (or reply option is set for another test method).

SuperMatrix profiles

You may setup 10 profiles and switch between profiles with one click.
For example you may
  • use one profile in order to display up and down trends for Ping tests based on average reply values gathered today and yesterday with 10% up-threshold and 5% down-threshold
  • use another profile in order to display up and down trends for all tests based on availability ratio of this and last month with 5% up-threshold and 2% down-threshold
  • 3rd profile: display current reply for CPU Usage tests and show icons for other test methods
Each operator may set its own profiles. Also admin may setup default profiles for all operators that did not set personal profiles yet ("admin" in this case operator with "edit GUI options for all accounts" permission)

SuperMatrix: quick switch

Also you may temporarily override profile settings and display just trends or reply value or icons for ALL test methods. You may use popup menu items or hot keys: Ctrl+E (show icons); Ctrl+R (show reply values); Ctrl+T (show trends). HostMonitor will use limits and time period specified for current profile but will apply selected option for all items (even if the profile set to show trends just for memory test, for example); also it will display icons regardless of test status and size of the cells.
You may press the same hot key (or use the same menu item) in order to deactivate "quick switch" mode and activate profile settings again. Or just switch to another profile when needed.

SuperMatrix: current color palette

This option turns off bright green-yellow-red cells colors and tells SuperMatrix window to use current palette. Also "icons" mode works differently in this case, images will be selected based on test method AND test status.
dark mode dark mode

RMA agents list

  • Works fater with large lists
  • Added "find" (Ctrl+F) and "search again" (F3) options

New variables
  • %AccountSet% variable returns username set for the test item (including URL, HTTP, OPC, SOAP, Mail Relay, Apache, NGINX, Tomcat, POP3, IMAP tests)
  • %uuu% variable returns UnixTimeStamp (seconds since 1970)
  • new options for date expressions: [-0u] converts local time to UTC time. E.g. %yyyymmdd-hhnn[-0u]% %uuu[-0u]%

Fixed  The following issues were resolved

  • HostMonitor and RMA for Windows: NT Event Log test method could use a lot of memory when thousand of new records fit filters and "report about all good/bad events" option is used. Fixed
  • Web Service: web interface in some cases did not ask for login after logout operation (new browser session was required for new login). Fixed


Improvements  HostMonitor improvements

  • When you set a lot of test items with private log files (e.g. 20,000 unique log files) and Windows Defender is active, then the antivirus may significantly slow down HostMonitor. The new version works much faster in such cases and the load on the system caused by the antivirus software is reduced. However we still recommend excluding log and report files from the antivirus check.

  • New "undocumented" hostmon.ini options allow you to set logging pools size (pool for common log and pool for all private logs) You may add one or two lines in [Logging] section of hostmon.ini file and restart HostMonitor. E.g.
    CommonPoolSize=40960
    PrivatePoolSize=10240
    Note: the minimum size of each pool: 4096

Fixed  The following issues were resolved

  • HostMonitor: some corrections related to %TrapAllValues_NameValue% and %TrapAllValues_NameValueShort% variables
  • Web Service: in some cases web interface could translate user comments using lowercase letters for all words (e.g. when operator disables test item). Fixed
  • Web Service: acknowledge operation could save only 1st line of the comment. Fixed


Improvements  HostMonitor improvements

  • Advanced mode action and variables like %AckRecurrences%, %AckComment%, etc allow starting special actions when Bad test status was acknowledged by the operator. Such actions could be started after the following test probes while sometimes you may need to start action right after acknowledgment. Yes, you can force HostMonitor to perform any test right now and this will trigger action execution (according to the expression) however some improvements can be done. So we added new useful option: if you set advanced mode action using %AcknowledgedJustNow% variable, then HostMonitor may trigger action when operator acknowledges test status without waiting for the next test probe. This way you may pause or disable test (if you need) right after acknowledgement and still trigger special action(s).
    For example, you may use expressions like
    %AcknowledgedJustNow% and ("%Reply%" > "90 %")
    %AcknowledgedJustNow% and (("%AckComment%" getword 1)=="Attention")

    Note: HostMonitor may trigger such action even if operator chooses "acknowledge and STOP alerts" option; "New ack comment" operation may trigger such alerts as well.

Improvements  GUI improvements

  • Experimental RCC_Theme application - Remote Control Console with themes support. You may choose various dark and light themes: black, glossy, grey, glow, onyx, light, silver, saphire, win10, etc.
    What is the difference between color profiles and themes? Color profiles allow customization of test item colors (depending on test status) for GUI, HTML reports and log files while using Themes you may change application look: window title, menus, buttons, controls and so on.
    When non-default theme set then you may adjust just font color for various test items (Bad, Ok, Unknown, Warning, etc); you cannot change background color in this mode.

    dark theme

  • Various HostMonitor/RCC GUI improvements

Fixed  The following issue was resolved

  • In some cases SLA reports with charts could fail (since v 13.00). Fixed


Improvements  HostMonitor improvements

  • Minor optimization
  • Modified TestInfo window
  • Modified Info pane shows status duration, rise or drop of test result like "512 GB (-20 GB)", previous status, previous reply, min, max and average reply for several periods [this hour / today / yesterday / this month / since reset]
  • New dynamic icons for "Icon" mode...

    dynamic icons


Improvements  HostMonitor improvements

  • Redesigned mailer allows to send more e-mails using less resources.
    However we recommend to use Master-Dependent test relations, this way some general network failure will not lead to thousand actions triggered at once

  • Better protection from DDoS attacks on TCP port used for communication with Active RMA agents. However we still recommend to use firewall or HostMonitor filters (Options dialog -> Active RMA server -> Accept connections from the following IP addresses)

  • Optimized built-in server for Active RMA agents works about 10% faster


New features  HostMonitor and RMA for Windows

  • new test methods
    - SonicWall CPU usage
    - SonicWall Memory usage

Improvements  HostMonitor and RMA for Windows
Improvements  Web Service
  • supports Views based on logical expressions. The following 84 variables supported (other variables offered by HostMonitor and RCC GUI not supported by Web Service)

Fixed  The following issue resolved

  • %FolderCurrent_TotalTests% and %FolderRecursive_TotalTests% variables could return 0. Fixed


Improvements  URL test improvements

  • "Download nested frames" option checks if src parameter of the frame/iframe tag set to "about:blank" and there is "data-lazy-src" option. In such case HostMonitor checks URL specified in "data-lazy-src" parameter (there is no such parameter in HTML specifications but its often used by JS code)

Improvements  SSH test allows you to check result of the command execution in 4 different ways:
  • Exit code - checks exit code (error level) returned by the program. Reply field shows exit code
  • Text (show code) - checks for specific strings or expression in the command output. Reply field shows exit code (error level)
  • Shell script result - checks the command output for specially formatted result string
  • Text output - checks for specific strings or expression in the command output, Reply field shows command output

Improvements  File/Folder Availability test
  • %object2% variable provides target path (path without file name)

Fixed  Several minor issues related to detailed historical charts were resolved


Improvements  Web Service: new authentication methods

  • HostMonitor authentication
    Web browser will prompt for user name and password, operator should type user name and password set on HostMonitor side (menu User -> Operators).
    Traffic between browser and Web Service is not secured (unless HTTPS is used). Traffic between Web Service and HostMonitor are secured (just like HostMonitor<->RCC or HostMonitor<->RMA traffic).

  • Windows or HostMonitor authentication (priority: Windows authentication)
    If remote operator logged on to the domain, web browser will try to get access to Web Service using Windows authentication mechanism (Kerberos). HostMonitor user account with the same name should be set with "HM or Windows authentication" option and both HostMonitor and WebService processes should be started on the same system (domain member).
    Otherwise browser will prompt for user name and password and HostMonitor authentication will be used.

  • HostMonitor or Windows authentication (priority: HostMonitor authentication)
    Web browser will prompt for user name and password. However If remote operator logged on to the domain and HostMonitor user account with the same name set with "HM or Windows authentication" option and both HostMonitor and WebService processes are running on the same system (domain member) then you can type WindowsAuth instead of user name and web browser will be able to connect to HostMonitor using Windows authentication mechanism (Kerberos).

You may set allowed authentication mode using Web Service menu Options -> Authentication
See also Kerberos notes and browser settings

Improvements  HostMonitor improvement

  • Optimization, about 5% better performance on high load


Improvements  HostMonitor improvements

  • Sometimes antivirus (e.g. Windows Defender) may use a lot of system resources during checking of HostMonitor's "system" and "user operations" log files (especially when HTML file format is used). We modified logging module, this helps to reduce system load caused by antivirus software. However we still recommend to exclude log and report files from the antivirus check.

Fixed  The following issues were resolved

  • Built-in backup tool: sometimes HostMonitor could remove recent backup copies instead of oldest copies. Fixed
  • Minor historical charts corrections
  • Minor RCC corrections


Improvements  HostMonitor and RCC improvements

Historical charts improvements
(Test History, Network map, Super matrix, Sysinfo windows)

1) Detailed mode for Performance charts
History-related windows may display charts using 2 modes:

  • brief (works without log files, supported since version 8)
  • detailed (new mode, requires new kind of logs: compact logs)

HostMonitor automatically chooses detailed or brief mode for charts. If you just installed HostMonitor version 13, there are no data yet so Brief mode will be used. After 5-10 minutes HostMonitor may switch to Detailed mode for some time intervals (Today; Last 24 hours). In couple days HostMonitor may enable Detailed mode for [Yesterday], [Last 48 Hours], [Last 7 days], [Last 14 days] time intervals. And finally Detailed mode will be enabled for [This month], [Last 30 days], [Last moth], [Last 60 days] intervals.
Note #1: [This year], [Last year], [Last 12 months], [Last 24 months] - only brief mode supported for such time intervals.
Note #2: If you disable compact logs, only brief mode will be used.

cpu charts cpu charts
briefdetailed

Test History window improvements

2) RCC (Remote Control Console) may show time offset in History window title (when time on HostMonitor system is different from RCC time)

3) Zoom/Unzoom operations adjust time labels. Various formats can be set depending on selected time interval:
  • day of the month
  • day of the week (day of the month)
  • day of the week
  • day of the week hh:mm
  • hh:mm
  • hh:mm:ss
(note: you may zoom in chart when single test item selected)

4) Charts can be updated by timer so you may keep Test History window open and you will see updates. Refresh rate depends on selected time interval: 5min for daily charts; 1 hour interval for weekly charts; 2 hours interval for monthly charts.

5) New popup menu items tells HostMonitor to copy raw data from chart into clipboard
  • Copy to CSV
  • Copy to CSV all tests (available when several tests displayed)

6) New popup menu item: Show min values -> Auto, On, Off modes

7) If you open Test History window for 2 or 3 selected test items, charts will be located one below another. Horizontal mode allows to see more details on the charts
cpu charts

8) "Same scale for all" option was replaced with "same scale for groups", it sets the same scale for groups of selected tests. For example:
  • if you select CPU Usage and Drive Free Space test and open Test History window, then HostMonitor will use one scale for CPU tests and another scale for drive free space tests
  • if you open Test History window for Drive Free Space tests some of which use GB units while others display percent of free space, then HostMonitor will use one scale for tests with "%" units, other scale for tests with "GB" units
  • if you open such window for CPU Usage, Ping, Trace and Traffic Monitor test items, then HostMonitor will use one scale for Traffic Monitor tests, another scale for CPU+Ping+Trace test items

9) Other minor improvements

traffic charts



Compact logs
If you are using Brief or Midnight mode for Primary/Backup log files while you need detailed historical charts (Test History, SysInfo, SuperMatrix, NetMap windows), you may enable Compact logs. HostMonitor will store extra data in specified folder, keep results related to last 2 months and remove older data.
If you are using Full logging mode for Primary log file, you still may like detailed charts because HostMonitor charts can be displayed within 1 second while Log Analyzer may need a minute in order to parse large log files.

Disk space requirements
If you set 100,000 test items and HostMonitor performs over 1,000 tests per second, such data files may consume about 10GB of disk space.
If you set just 5,000 test items and perform 50 tests/sec, then data files will consume about 500MB of disk space.

See Options dialog -> Log settings -> Compact logs page



Auditing Tool improvements

Log Files page
Some customers have just 2-3 log files - one log file with test results (common log), single system log file and user operations log.
Other customers may have thousand log files:
  • common log file(s) with test results, changed monthly, weekly or daily
  • private log files for 30,000 test items (each of 30,000 logs can be changed on regular basis as well if you are using file name like %TestID%-%yyyymmdd%.log)
  • system log files (can be changed on regular basis as well)
  • user operation logs
  • compact log files
There are log processing options but some customers do not setup HostMonitor to remove old log files automatically and keep 500,000 forgotten log files.
Auditing Tool finds and displays all log files in a single table. It shows file name, size, age, type of the log and location. In some cases it shows summary - single record with size of all *.txt or *.clg files in the folder.
You may sort items by any field (e.g. name, size, age) and use popup menu items in order to remove unnecessary files.

Auditing Tool



Various GUI improvements related to the following windows
  • Mail Profiles
  • Action Profiles
  • Report Profiles
  • Recent Events
  • Auditing Tool
  • SNMP Credentials

Minor performance improvements

HTTP Request action: you can add hmvars: text HTTP header into HTTP/HTTPS request. In this case HostMonitor will not encode variable values, will not apply JSON or HTML encoding rules



Fixed  The following issue was resolved

  • E-mail test method: under some conditions HostMonitor could repeat test again and again every second. Fixed


 

Archive:
versions 12.00 - 12.98
versions 11.00 - 11.98
versions 10.00 - 10.70
versions 9.00 - 9.90

Valid HTML 4.01 Transitional


Copyright (c) 2000-2023 by Advanced Network Software. All Rights Reserved