Search found 47 matches

by Igorek
Sun Mar 11, 2007 1:47 am
Forum: Wish list
Topic: New macro variable
Replies: 3
Views: 13620

Thank you
by Igorek
Thu Mar 08, 2007 9:04 pm
Forum: Wish list
Topic: New macro variable
Replies: 3
Views: 13620

New macro variable

Probaly, the best way to automate exporting tests, is to create a specific report. For instance, you may use "Custom Report" : http://www.ks-soft.net/hostmon.eng/mframe.htm#profiles.htm#CustomHTML You may use following variable with in report's body: http://www.ks-soft.net/hostmon.eng/mfr...
by Igorek
Thu Mar 08, 2007 10:05 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Macro Variable %MasterTest%
Replies: 6
Views: 21210

To Alex

Could you create a macro variable %AllMasterTests% that contains all the master tests separated the symbol "\"? (Like macro variable %TaskComment%)
by Igorek
Mon Feb 12, 2007 5:41 am
Forum: RMA for UNIX
Topic: RMA for QNX
Replies: 10
Views: 37891

You can try to use this script: #!/bin/sh hogs | while read line do if [ -z "$line" ] then break fi pid=`echo $line | awk '{print $1}'` if [ "$pid" == "PID" ] || [ "$pid" == "1" ] then continue fi echo $line | awk '{print $4}' | sed 's/\%//' done | a...
by Igorek
Tue Feb 06, 2007 5:13 am
Forum: RMA for UNIX
Topic: RMA for QNX
Replies: 10
Views: 37891

That's because we don't know how to check CPU load on QNX :-( Do you know how? Please tell us. You can try to use wrapper for "hogs -%1". What file name mask do you use? "*.*"? If you want to calculate all files, use "*", just like on any other UNIX-like system. Sorry,...
by Igorek
Mon Feb 05, 2007 12:01 am
Forum: RMA for UNIX
Topic: RMA for QNX
Replies: 10
Views: 37891

Thank you.
I have just installed the QNX agent . There are some errorrs.

1. CPUUsageScript does not support QNX (cpu.sh)
2. CountFiles test does not consider the files which are not containing a "dot"
3. Ping test is not realized
by Igorek
Thu Dec 28, 2006 4:22 pm
Forum: Wish list
Topic: OPC test
Replies: 2
Views: 12637

OPC test

Whether probably to make the OPC test?
http://www.opcfoundation.org/
by Igorek
Thu Dec 28, 2006 4:04 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Adding multiple tests
Replies: 14
Views: 39881

KS-Soft wrote: Probably its better to add ODBC import/export function.
Yes. I vote.
And to add ODBC-import and ODBC-export commands in HMS script, please.
by Igorek
Sat Dec 23, 2006 7:46 am
Forum: RMA for UNIX
Topic: RMA for QNX
Replies: 10
Views: 37891

Ours QNX6 systems are not connected to the Internet.
by Igorek
Fri Dec 22, 2006 5:51 pm
Forum: RMA for UNIX
Topic: RMA for QNX
Replies: 10
Views: 37891

RMA for QNX

Whether there is agent for QNX6?
by Igorek
Wed Dec 13, 2006 1:23 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: SNMP test bug
Replies: 15
Views: 43808

Yes, I agree - we should do something, provide some new options or create external utility. Actually we have several tasks for SNMP test method. I think we start to improve some test methods after version 6.60 Thanks But I do not agree if you say there is bug in HostMonitor. It's NOT bug, but featu...
by Igorek
Mon Dec 11, 2006 8:16 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: SNMP test bug
Replies: 15
Views: 43808

KS-Soft wrote: SNMP agent returns 399 ...
Why not integer 3?
For 11.31 should return 11
This question not for you, Alex :wink:
by Igorek
Mon Dec 11, 2006 5:28 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: SNMP test bug
Replies: 15
Views: 43808

I think Linux returns normal integer value for the following counters 1.3.6.1.4.1.2021.10.1.5.1 (CPU-load-1) 1.3.6.1.4.1.2021.10.1.5.2 (CPU-load-5) 1.3.6.1.4.1.2021.10.1.5.3 (CPU-load-15) You just need to use correct counter. Am I wrong? 1.3.6.1.4.1.2021.10.1.5.2 returns 399 instead 3.99, but top &...