Search found 50 matches
- Wed Mar 20, 2019 4:51 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Linked Tests -vs.- Mass Addition
- Replies: 8
- Views: 19792
There are several reasons: - Some Powershell Scripts cannot be executed remotely - Sometimes there are network routing and firewall limitations, so that I need the status viewed from a specific system - Sometimes unc resources are only accessable from one ip (License restriction) Overall I personall...
- Tue Mar 19, 2019 9:19 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Linked Tests -vs.- Mass Addition
- Replies: 8
- Views: 19792
Yes every Windows Server runs it's own agent. In the beginning we used remote calls, but we had some bad results with this. Using agents solved a lot of issues like authentication with other windows domains, minimizes network traffic and hm server load. Besides some limitations of hm I could only ov...
- Tue Mar 19, 2019 7:08 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Linked Tests -vs.- Mass Addition
- Replies: 8
- Views: 19792
I tried to follow your advice and read the infos in the docs. Templates don't help me. There is no benefit creating and using templates over copying an existing folder for server_a to server_b The only few tests which needs adjustment afterwards are hostmon based tests. And that a re clearly the min...
- Mon Mar 18, 2019 9:47 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Linked Tests -vs.- Mass Addition
- Replies: 8
- Views: 19792
Linked Tests -vs.- Mass Addition
Hello, until now I created tests. But with an ever growing list of folders (each folder contains tests of a single server) I wanted to ease the maintainance of those thousands of tests by switching to links. I don't know If I made something wrong or it works different from my expectations. I created...
- Mon Sep 10, 2018 7:09 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Question regarding DNS MX Test
- Replies: 4
- Views: 13208
Hello, thanks for the hint. The Variable %DNSResult% was exactly what I needed. Sometimes its not so easy to find the corresponing infos in the docs. Also thanks for the script. Ich use a couple of scripts to overcome hostmon's limit but I prefer a buildin command as I guess that calling an external...
- Wed Sep 05, 2018 4:02 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Question regarding DNS MX Test
- Replies: 4
- Views: 13208
Question regarding DNS MX Test
Hello, i setup a Test to query the MX Record. However I fail to present valuable infos upon failure. Default Result is "xxx ms". Die Docs say that the variable %object2% delivers infos but on my system it shows the String %Object2%. What I need / wish: A Variable which contains the result ...
- Mon Jun 25, 2018 2:51 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Drive Free Space Test - Get Total Disk Size
- Replies: 2
- Views: 10909
- Fri Jun 22, 2018 6:13 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Drive Free Space Test - Get Total Disk Size
- Replies: 2
- Views: 10909
Drive Free Space Test - Get Total Disk Size
I use the test Drive Free Space (WMI) via agent. In the Reply value the Free Space is shown. How can I access the total drive size? I want to format the Reply to show both infos: e.g.: Free: 20,5 GB / Total: 30 GB Why? I need to know how the bad test returns to OK state. Is it because of increased f...
- Sun Jun 03, 2018 11:20 pm
- Forum: Library
- Topic: PS: Check TCP Port in use and running process
- Replies: 0
- Views: 29053
PS: Check TCP Port in use and running process
Hostmon provides TCP Test by sending data to the port and checks it's answer. I needed a check whether the TCP port is open and if so by which process. This scripts runs only locally, in my case via rma. Here is the code: param( [string]$param_port, [string]$param_proc, [string]$param_proc_desc = &q...
- Fri Feb 23, 2018 12:13 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Drive Free Space (SNMP)
- Replies: 5
- Views: 17189
- Wed Feb 21, 2018 6:38 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Drive Free Space (SNMP)
- Replies: 5
- Views: 17189
- Wed Feb 21, 2018 2:22 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Drive Free Space (SNMP)
- Replies: 5
- Views: 17189
Drive Free Space (SNMP)
I want to test severral partitions on a linux server using snmp. The Drive Meter shows all partitions and the remaining disk space. However I cannot setup a test for the Root partition. Everytime I enter / in the "check listed drive(s)" field and leave the test, the Content of the filed is...
- Tue Jan 23, 2018 1:48 am
- Forum: Wish list
- Topic: Alert if File is greater than x and exists
- Replies: 2
- Views: 16521
- Mon Jan 22, 2018 6:09 am
- Forum: Wish list
- Topic: Alert if File is greater than x and exists
- Replies: 2
- Views: 16521
Alert if File is greater than x and exists
Could you add the posibility to only go bad if the named resource exists?
For now I use
"use Normal Status if": '%SuggestedReply%'=='RMA: 301 - Folder/File doesn`t exist'
as workaround.
Regards,
Sebastian
For now I use
"use Normal Status if": '%SuggestedReply%'=='RMA: 301 - Folder/File doesn`t exist'
as workaround.
Regards,
Sebastian
- Mon Jan 22, 2018 2:14 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: RMA Updates via RMA Manager
- Replies: 1
- Views: 8955
RMA Updates via RMA Manager
Hello,
in RMA I can update the rma.exe and the config tool rma_cfg.exe but what about the openssl libraries?
Which version is supported by which version of rma? Are the openssl libraries updated if I update the agent via hm installation tool?
Regards,
Sebastian
in RMA I can update the rma.exe and the config tool rma_cfg.exe but what about the openssl libraries?
Which version is supported by which version of rma? Are the openssl libraries updated if I update the agent via hm installation tool?
Regards,
Sebastian