Главная Безопасность Бизнес Вебмастеру Графика Игры Флеш игры Интернет и сети Мультимедиа Образование Рабочий стол Система Текст Реклама
|
История изменений программы Advanced Host Monitor
Изменения в программе Advanced Host Monitor 11.62 (18.10.2018):
GUI improvements
- Copy folders: "Adjust Masters" option
- New "Check and copy" function
- Remote Control Console supports Views based on expressions with historical variables like `%STAT60DAYS_DeadRatio%` (e.g. `%STAT60DAYS_DeadRatio%`>5)
- RCC: If you are creating SLA reports for a large amount of tests (e.g. 20,000 tests) on remote system using Remote Control Console, new version will get historical data from HostMonitor and create SLA reports much faster.
Test improvement
- Mail Relay test supports secured and encrypted connections (SSL/TLS) to SMTP servers. You may set "None" option to use unencrypted connection, select "Implicit" or "Explicit" (StartTLS) to use encrypted connection (such options for POP3 and IMAP servers where implemented years ago)
Action improvements
- Stop service
- Start service
- Restart service
These actions support comma separated lists (or LF separated) and can stop, start or restart many services, one by one. E.g. you may use %Reply% variable for action triggered by Service test that checks ALL "Auto" services.
- HMScript action
CopyAllTests command supports new optional parameter "-adjustMasters". With this option enabled, if dependant tests copied with master(s) then HostMonitor adjust master-dependant relations for newly created tests. E.g. if you copy 6 tests (5 NetApp tests that depends on 1 Ping test) then new NetApp tests will depend on new Ping test (if you are using folder-related variables for target IP address, then new tests will start to monitor new device without any manual adjustments).
Telnet
- Telnet command CopyAllTests supports new optional parameter "-adjustMasters", works similar to CopyAllTests HMScript command (see above).
The following issue was resolved
- Generate reports action: "Use reports pool" option could work incorrectly and sometimes did not create reports
Изменения в программе Advanced Host Monitor 11.54 (28.08.2018):
Improvements
- HMScript: new parameters for SetTestParam, ReplaceTestParam, SetTestParamByID and ReplaceTestParamByID commands:
- Threshold (also ThreshouldUp can be used)
- Threshold2 (ThresholdDown can be used)
Now you may set limits for most of test methods using script, e.g. you may set limit for free memory or free disk space, loss ratio or jitter limits for Ping tests, set limits for CPU load, UPS load or battery temperature and so on.
Some examples:
SetTestParam "main router" Threshold "50 %"
SetTestParam "main router" Threshold2 "50 ms"
SetTestParam _AllMemory Threshold "20 %"
SetTestParam _AllTraffic Threshold "55 KB/sec"
SetTestParam _AllTraffic Threshold "33 pkt/min"
SetTestParam _AllTraffic Threshold "22 pkt"
ReplaceTestParam _AllUPSTemp ThresholdUp 65 55
ReplaceTestParam _AllUPSTemp ThresholdDown 15 10
ReplaceTestParam _AllFreeSpace Threshold "20 %" "17 %"
ReplaceTestParam _AllFreeSpace Threshold "5 GB" "8 GB"
ReplaceTestParam _AllFreeSpace Threshold "6 GB" "15 %"
SetTestParamByID 11054 Threshold "10 MB"
- Process test in SNMP mode checked up to 1024 processes, now it checks up to 4096 processes
- Minor GUI improvements (HostMonitor and RCC)
The following issue was resolved
- In some rare cases "report generator" module could make HostMonitor unresponsive for several minutes (sometimes this may happen if you set SLA
reports with charts for a large set of tests; also HostMonitor could slow down when many test items launch Generate Reports action with disabled
"use reports pool" option and HostMonitor does not have access to the target folder). Fixed
Изменения в программе Advanced Host Monitor 11.51:
- Fixed several problems in Remote Control Console GUI
Изменения в программе Advanced Host Monitor 11.32:
New test methods
- Apache test (Apache HTTP Server is a free and open source web server for UNIX and Windows platforms).
HostMonitor can check the following Apache server performance metrics:
- Connections/sec
- Bytes/sec
- Busy workers
- Idle workers
- NGINX test (NGINX is high performance HTTP and reverse proxy server).
HostMonitor can check the following performance metrics:
- Connections/sec
- Requests/sec
- Non handled ratio
- Non handled count
- Current connections
- Busy(active) connections
- Waiting(idle) connections
- 1xx responses ratio
- 3xx responses ratio
- 4xx responses ratio
- 5xx responses ratio
- Total error responses ratio
- Cache hit ratio
- SSL fails ratio
- SSL handshakes / sec
- Health checks
- Tomcat test (Tomcat is one of the most commonly used servers for Java applications).
HostMonitor can check the following performance metrics:
- Free memory ratio (%)
- Used memory (MB)
- Busy threads
- Busy threads ratio (%)
- Requests/sec
- Bytes/sec
- Processing time
- Errors/sec
- Errors/requests ratio
Improvements
- HostMonitor (RCC): new popup menu "Switch to folder N" switches from Views pane to Folders pane and selects folder where current test item is located
- HostMonitor (RCC): new option for custom menu items. If command starts with [copy] keyword then HostMonitor
does not execute command, instead it resolves variables and copies data into clipboard.
E.g. if you set menu item using the following command line [Copy] Test: %TestName% Reply: %Reply% select the test
and click on menu, then HostMonitor will copy into clipboard buffer string with test name and reply value.
- New telnet command `TDID ` (or `TestDependentsByID `) shows list of IDs of all test items that depend on Master test specified by TestID
The following issue was resolved
- HostMonitor (RCC): if you copy multi-line text from clipboard into User Defined Variables list (Global variables), GUI did not process such operation correctly. Fixed
Изменения в программе Advanced Host Monitor 11.24:
New feature New test methods
UPS Health
UPS Load
UPS Charge
UPS Voltage In
UPS Voltage Out
UPS Temperature
UPS Remaining Time
Using SNMP protocol HostMonitor may monitor uninterruptible power supply devices,
check battery status, retrieve active alarm conditions, monitor battery temperature
and charge level, input voltage and so on. HostMonitor can check various UPS models
from APC, CyberPower, Hewlett-Packard Company, Eaton, IBM, TrippLite and more.
Improvements Network Discovery
Replication option "Adjust test settings automatically" tells HostMonitor to adjust
some settings according to target host OS and detected protocols. Now it may set
UPS type when you copy UPS related test
New Replication option "If Master tests not copied, try to find new masters using
existing tests as examples" can be very useful when you already have set of test
items related to the target hosts but you want to replicate some new test methods.
If you copy just dependent items, this option tells HostMonitor to check existing
test items located in the target folder, find tests with similar "master-pattern"
and set the same masters for new test items.
Improvements Actions:
The following group names can be used in HM scripts
_AllUPSHealth _AllUPSLoad _AllUPSCharge _AllUPSVoltageIn _AllUPSVoltageOut
_AllUPSTemp _AllUPSTimeE.g. DisableTest _AllUPSLoad EnableTest _AllUPSTemp
PauseTest _AllUPSHealth 10
Improvements Acknowledgments:
Normally HostMonitor resets operators comments when test status changes from "bad"
to "good". Now you may change this behavior. If you insert KeepAckCommentNDays=3
line into [Logging] section of hostmon.ini file and restart HostMonitor, it will
keep comments that are up to 3 days old (you may use different number, e.g. keep
comments for 5 or 15 days)
Изменения в программе Advanced Host Monitor 10.70:
"Import from text file" function improved
Undocumented option for HTTP Request action
allows you to change maximum allowed length of HTTP header
("undocumented" means this option is not accessible thru GUI;
you may add line like HttpActMaxHeaderLen=1024 into [Misc]
section of hostmon.ini file and restart HostMonitor)
Изменения в программе Advanced Host Monitor 10.64:
HostMonitor, RCC, Passive and Active RMA agents for Windows - Folder/File Availability test method supports FTP, FTPS and SFTP protocols.
Now Folder/File Availability test can check:
files on local file system;
files on shared network disk connected to HostMonitor system (using network client installed on local Windows system);
files on system where Remote Monitoring Agent is running;
files on shared network disk connected to the system where Remote Monitoring Agent is running;
files on FTP and FTPS server (FTPS uses SSL);
files on SFTP server (SFTP uses SSH protocol).
The following issue was resolved
Log Analyzer: in some cases interactive HTML report did not show charts. Fixed
Изменения в программе Advanced Host Monitor 10.20:
HostMonitor tests improvements
- HostMonitor and RMA for Windows support SNMP v3 privacy - DES, 3DES and AES encryption.
- SNMP Get test method: fixed mistake related to "Check OPAQUE data for float numbers" option
HostMonitor reports improvements
- Now you may adjust colors for charts generated for SLA reports. You may create one or several color profiles, assign name starting with "SLA " or "SLA-" (case insensitive, e.g. "Sla Blue palette", "SLA-White") and use these color palettes for SLA reports
- New HostMonitor creates SLA reports with charts 2-4 times faster (depends on system CPU)
- If you setup HostMonitor to generate many reports (especially SLA reports with charts) using timer (e.g. generate 200 reports for 100 folders every 5 min), HostMonitor responsiveness could be very poor. New version works better
- HTML reports optimization ("simple" HTML reports)
- HTML log files optimization
Log Analyzer reports improvements:
Web Service:
- Interface could not work with some combinations of proxy and web browsers. Fixed
Изменения в программе Advanced Host Monitor 10.14:
- SQL Query action supports variables in datasource field. E.g. you may use folder-related variable %fvar_datasource%, this way single action profile assigned to different test items may send requests to different databases
- URL test: you can enable or disable some SSL/TLS protocols using "undocumented" option. "Undocumented" means the option is not accessible thru GUI, you need to modify hostmon.ini file - add line like
- HTTP Request action allows HTTPS requests - if you need HTTPS request, specify target host using
- If you set account information for VMWare related tests performed by Remote Monitoring Agent using test property "Connect as" (you are not using Connection Manager), then HostMonitor did not sent password to the agent. Fixed
- Log Visualizer: fixed GUI issues on Windows 10
Изменения в программе Advanced Host Monitor 10.10:
- New test method: OPC test performs OPC requests over HTTP and HTTPS protocols and verifies retrieved data
- New popup menu item "Real time chart" available for SNMP Get test items (when MIB Browser installed), utility displays real-time charts for one or several counters (up to 4 counters)
- If a lot (e.g. 20,000) of test items set with "This test depends on expression" option, HostMonitor could work slowly. Version 10.10 works faster and uses less CPU resources
- If you set account information for VMWare related tests performed by Remote Monitoring Agent using test property "Connect as" (you are not using Connection Manager), then HostMonitor did not sent password to the agent. Fixed
- Log Visualizer: fixed GUI issues on Windows 10
Изменения в программе Advanced Host Monitor 9.90:
Tests and actions related improvements:
- Drive Free Space test: %DiskFreeSize%, %DiskFreePercent% variables show amount of free space and percentage of free space regardless of test settings (e.g. you may setup test to check amount of free space and use variables to inform admin about amount and percentage of free space)
- Registry test allows you to check registry data using date macro variables and date expressions. Date format depends on system "short date" format; in addition HostMonitor checks for similar formats. E.g. if short date format = yy/MM/dd, then HostMonitor will translate date specified in one of the following formats: yy/m/d, yy/m/d, yy/mm/d, yy/m/dd, yy/mm/dd, yyyy/m/d, yyyy/m/d, yyyy/mm/d, yyyy/m/dd, yyyy/mm/dd
- %object2% variable can be used for Count Files test method pattern; it shows file mask used for the test
- HostMonitor records test name and test id when "Send E-Mail" action fails (just like other actions)
Изменения в программе Advanced Host Monitor 9.86:
Improvements:
- HostMonitor/RMA: new option for "VM host status" test method. "Check sensors" - with this option enabled, HostMonitor will check additional hardware and software status sensors (battery, processor, VMware drivers, etc)
- HostMonitor: the following HMScript commands now can set login and password for OQBC Query test items: SetTestParam,
- ReplaceTestParam, SetTestParamByID, ReplaceTestParamByID
- HostMonitor/RCC: minor GUI improvements and corrections
- Web Service: improvements for compatibility with Safari browser
- Web Service: improvements for compatibility with reverse proxies
Изменения в программе Advanced Host Monitor 9.58:
GUI improvements (HostMonitor and RCC):
- Custom Menu Profiles dialog: using new pop-up menu items you may sort menu items by name, command line or creation time
- Custom Menu Profiles dialog: "Insert separator" option tells HostMonitor to use separator between menu items
- HTTP test dialog: new list of user agents (browsers)
- 2 new variables %DependantTestsName% and %DependantTestsPath% can be used in actions. If Master test triggered some actions, these variables provide short list of dependant items.
Tests improvements (HostMonitor and RMA for Windows)
- Domain Expiration test: added support for several WhoIs servers that use non standard date formats
- SSH test: "translate date macros" tells HostMonitor to process date&time variables and expressions before executing specified command
- NT Event Log: new variables %NTEventTextNoQuotes% and %PrevNTEventTextNoQuotes% represent current and previous event description without the following characters: ` " [ ]
- SNMP Trap test: offers bad/good filter for community strings
- SNMP Trap test: new variables can be used as action parameters
Изменения в программе Advanced Host Monitor 9.56 Beta:
- Various improvements related to Active RMA algorithms (HostMonitor, Active RMA, RMA Manager)
- HostMonitor and RMA Manager recognizes abnormally dropped connections faster than previous versions
- HostMonitor: when connection from primary RMA dropped and there is connected backup agent, HostMonitor will switch to backup RMA right away, even if test probes already started thru primary RMA
- HostMonitor: when connection from primary RMA dropped and there is no backup RMA provided, HostMonitor will update results for started test probes (tests in "checking" state) immediately after successful reconnection of the agent
Изменения в программе Advanced Host Monitor 9.50:
Improvements:
- HostMonitor: Text Log test method can process real numbers (numbers with decimal separator), calculate min/max/average statistical counter and historical data using data retrieved from the log
- HostMonitor: new %MailBodyNoQuotes% variable represents content of the mail (retrieved by E-Mail test method) without the following characters: ` " [ ]
- HostMonitor: new %NTEventTypeName% variable can be used in actions triggered by NT Event Log test method
- HostMonitor, RMA for Windows: new %ProcessOwner% variable can be used in actions triggered by Dominant Process test method
- HostMonitor, RCC: Trace and Telnet pop-up menu items available for the following test methods: Certificate expiration, Domain expiration, SOAP, E-Mail, SNMP Table, Traffic Monitor, HM Monitor
- HostMonitor, RCC: minor GUI improvements
The following issue was resolved
- HostMonitor: Drive Free Space tests did not calculate min/max/average counters when threshold specified as percentage of free space. Fixed
- HostMonitor, RCC: if you modify existing Drive Free Space test using folder related variable as "target host" parameter, sometimes HostMonitor could set fixed value (value of the variable) instead of using pattern. Fixed
- HostMonitor: if you are using NewTestList or LoadTestList plus ImportFromFile commands in HM Script started by action triggered by test probe result, this could cause monitoring to stop. Fixed
- HostMonitor: fixed connection problems related to NT Event Log test in Windows Vista mode
- RCC: minor GUI corrections related to Test Properties dialog
Изменения в программе Advanced Host Monitor 9.46:
New feature:
- HostMonitor, RCC, RMA for Windows: new Memory test method can check physical and virtual memory usage, swap/page file usage on local and remote Windows and Unix systems. Previous versions allow you to check memory as well, you could use SSH or RMA for Unix systems; use Performance Counters and WMI script for remote Windows systems, however new test method may work faster and require less resources (depending on used protocols)
Improvements:
- HostMonitor: you may use new variables %MailLine1% .. %MailLine99% for parameters of actions triggered by E-Mail tests
(e.g. you may use HMScript command like PauseTestByID %MailLine2% %MailLine3% "%MailLine11%")
- HostMonitor: some IMAP servers provide timestamp not in compliance with format specified by RFC822. As result E-Mail test could miss some e-mails when IMAP protocol is used. Fixed.
HostMonitor: E-Mail, Text Log and NT Event Log test methods allow you to use "Set Ok status by acknowledgement" option even if optional status processing set Warning test status (in addition to Bad status)
HostMonitor: FlushCommonLog HMScript command can be used with both "Midnight" and "Brief" default logging modes
HostMonitor, RMA Manager: new version of the software records agent list into temp file, verifies is everything Ok and then renames the file. This helps to protect file from damage in case of I/O errors
RMA Manager: if you are using over 200 Active RMA agents, RMA Manager could take a lot of time (minutes) while closing all connections (when you close application). New version works much faster in this case.
RCC: optimized GUI works a little faster
RMA, Active RMA for Windows: if you are running RMA on Windows Vista+ in service mode and you change RMA settings using rma_cfg utility (without using RMA Manager), then in order to apply new settings it was necessary to restart RMA service (is some cases). Now RMA service can apply new settings without restart regardless of used configuration software and Windows version.
Web Service: when you change settings for WS started in service mode on Windows Vista+, it could require restart as well. Now you may change most settings without restart (on any Windows system)
The following issue was resolved
- If system time significantly changes, HostMonitor could drop connections to RCC, WatchDog and Active RMA agents (then applications could reconnect without problems). Fixed, now HostMonitor keeps all active connections.
Изменения в программе Advanced Host Monitor 9.40:
- HostMonitor, RCC: New popup menu item "Clear quick log" availabe for Quick Log pane. Operator with "Remove tests/folders" permission may clear tests and actions results for selected test item (single item)
- HostMonitor: %HostAddrB% variable can be used for test templates
- HostMonitor: Connection Mamanger (v 9.30-9.38) could lead to frequent errors. Fixed
- HostMonitor: "Send message to Jabber" action could cause memory leakage. Fixed.
- HostMonitor: under some conditions Domain Expiration tests could cause memory leakage. Fixed
Изменения в программе Advanced Host Monitor 9.34 (01.12.2012):
- HostMonitor, Telnet Service: 5 new commands allow you to create new folders and copy test items; if you are using templates, HostMonitor can automatically modify new test items using destination folder variables
- HostMonitor, RCC: changed Test Properties dialog behavior regarding "Change test interval" action. If test interval was changed by this action, dialog will show original test interval. Original interval can be restored by "Change test interval" action in "Restore original value" mode unless you change inteval or "regular/irregular" mode using Test Properties dialog.
- RCC: minor GUI improvements
- The following issues were resolved
- Important: In rare cases HostMonitor 8.77+ could pause monitoring for no reason due to mistake in module that control resources usage. Fixed
- HostMonitor: minor corrections related to HM Script action
Изменения в программе Advanced Host Monitor 9.32 (01.11.2012):
- Now you may add up to 8 custom fields for each Folder, View or GUI settings specified on "operator" level. You can use most of test related variables to define field value and any static text to describe the field. You may use one or several variables in each field and static text but you cannot use expressions like %TestID% + %FailureID% (here + will be considered as static text, not mathematical operator, in other words HostMonitor will display value of these two variables, not sum of the values).
You may use custom fields on several levels: operator settings, folder settings and view settings. For example you may create View for file related test items and tell HostMonitor to display filename, file size and modification time for each test item; another View may show URL test items and display HTTP response code as additional field.
- HostMonitor: Log Event action allows multi-line event descriptions
- HostMonitor: %object2% template variable can be used for URL and HTTP test method. It returns search string specified for "check header" or "check contents" options
- Normally Mail Relay test uses hostname of local system (when HostMonitor connects to mail server). In some cases you may want to change this parameter without changing name of the system. HostMonitor offers such "hidden" option; "hidden" means the option is not accessible thru GUI however you may set hostname parameter for Mail Relay test methods by inserting SMTPSystemName1=custom.host.name line into [Misc] section of hostmon.ini file (you may need to restart HostMonitor as well).
- Another "hidden" option for Mail Relay test method allows you to increase value of "Alert when incoming mail server does not receive mail within N sec" option over 60 sec (you may extend interval up to 300 sec). We do not recommend using this option when you have high number of tests and a lot of Mail Relay tests. You may change max possible value for this parameter by inserting MaxDelayLimitForMailRelay=300 line into [Misc] section of hostmon.ini file (you may need to restart HostMonitor as well).
- Various minor HostMonitor and RCC GUI issues were resolved
Изменения в программе Advanced Host Monitor 9.30 (03.07.2012):
Separate installation folders
- Redesigned applications and setup program allow you to use 2 different folders for Advanced Host Monitor package:
- one folder for executable files
- another folder for configuration files
E.g.
- *.EXE, *.DLL, *.DOC files can be stored in C:Program FilesHostMonitor
- *.INI, *.LST, *.HML files, reports, logs and HM script files can be located at C:ProgramDataHostMonitor
Note: if you want to use several different versions of the software on the same system (for testing purpose) then you need to install
software using same path mode.
- Also new setup provides quicker way to install or update RCC or RMA modules only. Simply choose Install or Update mode then choose one of the following options:
- Install Remote Control Console only;
- Install Remote Monitoring Agent only.
UAC and Virtualization
- If you are using Windows Vista or newer Windows system, UAC is enabled and you setup software using
separate application/data folders then most applications disable virtualization.
In addition to HostMonitor and RMA Manager (these applications disable virtualization since version 7), the following modules were modified:
- MIB Browser
- Log Analyzer
- Log Visualizer
- Web Service
- Telnet Service
- WatchDog
- ProcessMeter
- WMI Explorer
- HML Manager
If you install/update software using single destination folder, software will work as before. This way existing installations of the
software will not change behavior.
- RMA for Windows modules were modified as well but work differently:
- if you install new copy of RMA using setup program, it will disable virtualization;
- if you update existing RMA installation using setup program or RMA Manager, it will keep current settings (in such case rma.ini file can be virtualized depending on UAC settings and installation folder location).
Note: you may enable/disable virtualization for RMA agent using the following registry key:
- on 32bit Windows: HKLMSoftwareKS-SoftHostMonitorRMAVirtualizationOff
- on 64bit Windows: HKLM SoftwareWow6432NodeKS-SoftHostMonitorRMAVirtualizationOff
- There is another UAC-related problem: if software is running as Win32 service, it may not have "write"
access to data folders (this depends on version of the system, location of the folder and UAC settings). HostMonitor may not be able
to store settings even if you provide admin account for the service (admin - user that belongs to Administrators and Users groups).
There are several possible solutions:
- disable UAC;
- use BUILT-IN "administrator" account to start service;
- add "write" and "modify" permissions to Users group.
That`s why new Setup program assigns "write" and "modify" permissions to Authenticated Users group when you install (not update)
software on Windows Vista+ using separate folder for data files.
If you are sure you will run HostMonitor as service under built-in administrator account or UAC always will be disabled or HostMonitor
will be started as application only, then you may adjust folder permissions (for better security) after installation and initial
configuration.
Изменения в программе Advanced Host Monitor 9.22 (03.07.2012):
- HostMonitor, RCC, RMA for Windows: redesigned Drive Free Space test offers several new features:
- you may check disks on remote Windows systems even if remote systems do not share disk resources but allow WMI requests;
- single test item may check all fixed (local) drives, check all removable drives and/or check specific list of
disks and find drive with minimum free space or drive with minimal percentage of free space (e.g. you may setup test to check all removable drives plus disk C: and F:)
- you may check drives for minimum free space or check for percentage of free space
- new variables provide information about disk (disk with minimum free space): %DiskID% returns disk id (e.g. C: or F:), %DiskLabel% returns disk label
Note: if HostMonitor or RMA is started on VMWare virtual Windows system and you setup test to check space on local CD/DVD disk,
system may show popup window "There is no disk in the drive" when disk ejected. Solution: specify hostname or external IP address of
the system instead of using "localhost" or "127.0.0.1" as host.
- HostMonitor, RCC: new GUI option "use expression" can be enabled for Search operation when you search for
test item within test list. With this option enabled you may use search expressions like:
(`%Reply%`>90) and (`%Status%`==`Bad`)
(`web` in `%TestName%`) and (`10.10.` in `%agent%`)
Note: these expressions should conform to the same rules that are used for "advanced actions" but
"historical" variables (variables like %StatTODAY_MinReply%, %StatThisWeek_DeadRatio%) cannot be used here.
- HostMonitor, RCC: Report Profiles window offers "Usage report" popup menu item. Such report tells you what folders (within loaded HML file) use selected report profile.
- HostMonitor, RCC: Report Profiles window offers "Mark unused" option. With this option enabled profiles that are not used by any folder (within current HML file) will be displayed in grey color.
Note: this option does not check if report profile is used by some external HM Scripts
- HostMonitor: some antivirus software (e.g. AVG Resident Shield) could lead to poor performance while HostMonitor saves settings to disk. We changed some modules to avoid such problems.
- Other minor GUI improvements
- Log Analyzer: new option tells application to display Min/Max/Average fields using real numbers instead of
integer numbers. This is "hidden" option - means the option is not accessible thru GUI however you may turn it on by inserting
RealForMinMax=1 line into [Misc] section of logsman.ini file.
Изменения в Advanced Host Monitor 9.10:
HostMonitor and RCC GUI improvements
- Mail Profiles window offers "Usage" report, it tells you which action profiles use selected mail template
- Mail Profiles window offers "Mark unused" option. With this option enabled templates that are not used by any action profile will be displayed in grey color.
- Now you can adjust height of Action Profiles and Report Profiles windows
- Now you can change height and width of Mail Profiles window
- other minor GUI improvements
Other improvements
- New HostMonitor and Web Service can work with latest OpenSSL version 1.0.0f and 1.0.0g. Its better to use this version of OpenSSL when you need to check HTTPS servers using SSLv3.
- HostMonitor: now getword, endword operators may work with multi-line strings
- MIB Browser: improved MIB compiler
The following issues were resolved
- HostMonitor: in some cases "Set Ok status by acknowledgement" option for E-Mail tests did not work. Fixed
- HostMonitor and RMA for Windows (NT Event Log test method): when HostMonitor cannot retrieve event description using Windows Event Log API, it tries to retrieve this information using WMI protocol. However in such case HostMonitor displayed event description as single line (removed CR, LF characters). Fixed.
- Web Service: under some conditions it could show wrong statistic counters (total number of good, bad and unknown test items). Affected versions 9.00-9.06. Fixed in this version
Изменения в Advanced Host Monitor 9.06:
Improvements
- HostMonitor, RMA for Windows: Trace test offers 6 new variables that provide information about slowest host in the chain and information about last responsive host in the route: %TraceSlowestNode%, %TraceSlowestHost%, %TraceSlowestTime%, %TraceLastNode%, %TraceLastHost%, %TraceLastTime%
- HostMonitor: old version could create reports and logs on shared network drives specified by UNC path (e.g. serverlogshmlogsprimary.htm) but it could not create new folders on such resources. New version can create folders on local and remote systems
The following issues were resolved
- HostMonitor, RMA for Windows: if target host name could not be resolved due to DNS related problems, %TraceFull% and %TraceBrief% variables could display route detected by previous (old) test probe. Fixed
- HostMonitor, RMA for Windows: NT Event Log test method could work incorrectly in Vista compatibility mode due to some bugs in Windows Vista API (including Windows Server 2008 and Windows 7). Fixed
- HostMonitor: minor GUI corrections
|
|