That works fine so far. Thanks! What can I do if there are 20 versions of a file in the directory and there are three different files? I still need to chek for the newset version but this time for all three file names. Example: file1_20160201.bak file1_20160131.bak file1_20160130.bak ... file2_20160...
I need to check a folder for the existance of a file. The file is generated each day and files older than 3 days will be deleted. I now need to asure that one of the three existing files (the newest one) is not older than 24 hours. Any hint how I can do that?
Hello, I configured SNMP-trap to receive information from one of our Servers. Now I would like to filter the bad Status of the test by only a part of the OIDs. That would give me the ability to receive only traps which begin with 1.3.6.1.4.1.1302. I tried to use Enterprise filter, but it seems to fi...
Hello, I use SNMP trap to receive Information from out Symantec backupExec 2012. BackupExec Manual says that there are up to 4 strings submitted with each OID. Example: trap-type: Job cancelled OID: 1302.3.1.2.8.2 string 1: Backup Exec: Job was cancelled by operator string 2: Computername string 3: ...
Hello, I use "Use warning status if:" with the expression "%Reply% < %::SRV0017 TMPattern::Reply%" to compare the reply of some test with the reply from SRV0017. Everything works fine until I reboot one of the machines. After reboot I get "Invalid expression: Unknown operato...
We created a dashboard-website for our reqiurements for the same reasons you mention. We simply use one of our Linux-Servers to provide a website that collects, consolidates and displays the information we can get from the web-services of HM.
HostMonitor is 8.86
The test was not refreshed manually.
There are no other tets depending on the failed one. Only the test that failed depends on two other tetsat.
@andreas WMI was one of my first ideas, too. I have been exploring it a lot. In fact I am a bloody beginner with WMI - didnt even realize there are different name spaces to choose from. So thank you for helping me with this :-) The bad news is: I cant find a name space called "SecurityCenter&qu...