Search found 177 matches

by Yoorix
Mon Sep 21, 2009 7:14 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Problem with Remote Controll Console for Host Monitor
Replies: 16
Views: 52051

Just specify 0.0.0.0 into "Allow remote connection from" area for the user, you are trying to log in. http://www.ks-soft.net/hostmon.eng/mfra ... #operators
In this case HostMonitor will accept inbound connections from any address.

Regards,
Yoorix
by Yoorix
Tue Aug 18, 2009 4:11 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Alert if Count files is less then expected?
Replies: 1
Views: 9840

I think, you may use "Reverse alert" option in this case.

Regards,
Yoorix
by Yoorix
Tue Jun 30, 2009 6:12 am
Forum: RMA for UNIX
Topic: How to automatically start RMA on Ubuntu when server starts
Replies: 2
Views: 40103

I think, the following article might help: http://strabes.wordpress.com/2006/10/16 ... tu-dapper/

Regards,
Yoorix
by Yoorix
Tue Jun 23, 2009 5:06 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Hostmonitor Alerting via URL to send SMS
Replies: 5
Views: 21218

Thanks for your quick reply, will search for another option or try to get it in http. I would suggest you to use "Execute External program" action in conjunction with some third party utility, that is able to send HTTP/HTTPS requests, like wget. Wget for Windows is available here: http://...
by Yoorix
Fri Mar 07, 2008 5:18 am
Forum: Library
Topic: Querying DHCP scope for number of available IP's
Replies: 2
Views: 44309

Hi Juergen!

Your solution looks brilliant! :-)
I'll give it a try.

Thank you.

------------
Yoorix
by Yoorix
Tue Mar 04, 2008 9:38 am
Forum: Library
Topic: Querying DHCP scope for number of available IP's
Replies: 2
Views: 44309

Querying DHCP scope for number of available IP's

I figured out how to monitor the number of available IP's on my DHCP server using HostMonitor and want to share my experience with community. I use "SNMP Get" test method. There are two useful counters, specified in DHCP-MIB: noAddInUse - 1.3.6.1.4.1.311.1.3.2.1.1.2 - number of IP's in use...
by Yoorix
Thu Jan 31, 2008 11:43 am
Forum: Library
Topic: Monitoring CPU Usage (%) for a given process.
Replies: 1
Views: 39804

Monitoring CPU Usage (%) for a given process.

Hello community. :-) I am glad to introduce you my solution to monitor CPU usage (%) for certain process using HostMonitor. The VB script below uses WMI and is designed for "Shell Script" test method: http://www.ks-soft.net/hostmon.eng/mframe.htm#tests.htm#chkShell Of course it is possible...
by Yoorix
Thu Sep 27, 2007 10:03 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Alert Profile and Expressions
Replies: 4
Views: 16402

I think, you may figure it out in a following way: in each folder you have to create one "dummy" test, for instance ping 127.0.0.1, and assign to this test an action profile with advanced mode action. You may use "%FolderCurrent_BadTests%" variable in expression, e.g. (%FolderCur...
by Yoorix
Tue Jul 24, 2007 2:30 pm
Forum: RMA for UNIX
Topic: RMA certisfied for VMware ESX
Replies: 28
Views: 108856

I want to do the same, but how to get and install all this wounderfull stuf: libstdc++ libm.so libgcc_s libpthread libc ld-linux What exact version of ESX server have you got installed? I just downloaded the VMware ESX Server 3.0.1 and I can see everything you need on installation CD in /VMware/RPM...
by Yoorix
Wed May 30, 2007 8:28 am
Forum: Other
Topic: Text Log test
Replies: 3
Views: 19567

I think, you may use "Shell script" test method: http://www.ks-soft.net/hostmon.eng/mframe.htm#tests.htm#chkShell You just have to write simple .bat file based on following command: @echo off for /f "eol=; tokens=*" %%i in ('type log_file.txt ^| find /c "word_to_count"'...
by Yoorix
Mon May 14, 2007 9:01 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: HTTP Content test
Replies: 7
Views: 24920

But I do not look for a way to send this info somewhere, I need it to be stored as a monitored "reply" value of the test in order to be able make a host monitor report of it for some period. Hm. It's not easy to implement. You may try to use "Shell script" test method. You shoul...
by Yoorix
Fri Feb 09, 2007 7:18 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: start 10 minutes later the master test
Replies: 3
Views: 12765

test A start every 1 hour ONLY If test A success then test B whait 10 minutes then start if test A not success the test B will not start There no prepared solution in such case. I can suggest you a workaround, but it is not much reliable. So, test a performs every hour. For instance, at 08:10, 09:1...
by Yoorix
Tue Jan 09, 2007 6:23 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Problem with action sequence
Replies: 8
Views: 20398

The problem is, that I'm testing using SNMP, which depends on a ping. If eg the device goes down, then snmp will be "wait for master" and recurrences eg 234 Then device answer to ping again, SNMP is being testet, and recurrences is now 235 and status still good. But I would like to execut...
by Yoorix
Fri Jan 05, 2007 11:30 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Web Service test
Replies: 4
Views: 15954

Probably, you may use TCP test. http://www.ks-soft.net/hostmon.eng/tests.htm#tcp
TCP test allows you to send data to the host and check the reply from the server. I am not sure, bit it might help.

Regards,
Yoorix
by Yoorix
Thu Dec 14, 2006 3:09 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: HM 6.42c Shell Script times out if run>5 min & timeou
Replies: 5
Views: 18364

Hello, I have faced to the similar problem with Shell Script Timed Out status. It sounds strange, but after I had perfomed "hostmon.exe /uninstallservice" and then "hostmon.exe /installservice", everything started to work again. Probably, it helps you too. P.S. Do not forget to s...