Search found 59 matches

by jricha34
Wed Mar 05, 2003 6:07 pm
Forum: HostMonitor
Topic: ActiveDirectory
Replies: 2
Views: 15737

What specifically do you want monitored? There are lots of services provided by DC's with several services providing them.
by jricha34
Wed Mar 05, 2003 5:37 pm
Forum: HostMonitor
Topic: SQL query does not run via host monitor
Replies: 23
Views: 134634

This is probably late by the ODBC command line test tool for SQL Server is OSQL. It comes with SQL Server.
by jricha34
Wed Mar 05, 2003 5:28 pm
Forum: HostMonitor
Topic: Suggestions for improvements
Replies: 16
Views: 54315

Not to mention easier to script addition of new tests and new nodes and wouldn't need custom routines for exporting/importing, etc.
by jricha34
Tue Mar 04, 2003 6:38 pm
Forum: HostMonitor
Topic: Forum improvements
Replies: 14
Views: 50871

I am for it if it doesn't pull the dev team off the product line for too long.
by jricha34
Mon Dec 16, 2002 7:25 am
Forum: HostMonitor
Topic: Remote Performance Counters Unknown
Replies: 10
Views: 23072

Occasionally most of the remote performance counters start returning as unknown after taking a long time to try and pull them (set to pull on a 120 second cycle) while trying to pull them through perfmon in the same logon session will pull them right away even if perfmon is set to update once per se...
by jricha34
Wed Nov 27, 2002 3:33 pm
Forum: HostMonitor
Topic: Run Batch File on Remote PC
Replies: 6
Views: 19331

Sure there is... You are connected as your user ID which has a security context.

What specifically do you mean?
by jricha34
Wed Nov 27, 2002 3:29 pm
Forum: HostMonitor
Topic: [bug] interval test ?
Replies: 6
Views: 17135

I just took a look and my tests all get executed at 12 midnight as well. A lot of my tests have a 2.5 minute interval and I see a lot of Entries like 11/27/2002 12:00:04 AM Ok 2 % 11/27/2002 12:00:38 AM Ok 0 % 11/27/2002 12:03:10 AM Ok 2 % 11/27/2002 12:05:44 AM Ok 0 % 11/27/2002 12:08:18 AM Ok 1 % ...
by jricha34
Mon Nov 18, 2002 8:36 am
Forum: HostMonitor
Topic: Run Batch File on Remote PC
Replies: 6
Views: 19331

Or if you have the resource kit, install RCMD. It is the same as PSEXEC only it doesn't install the service each time it is run, the service is always just sitting there.
by jricha34
Thu Nov 14, 2002 4:01 pm
Forum: HostMonitor
Topic: Report Generation
Replies: 1
Views: 8405

Howdy

Is there a way to specify a time/date range or log file to generate a report from?
by jricha34
Mon Nov 11, 2002 6:22 pm
Forum: HostMonitor
Topic: Log Analyzer Graph
Replies: 1
Views: 8905

Hey how about when the graphing window is graphing percentage items it uses an automatic scale of 100% instead of scaling to the max value of the data set range. I understand you can't do that for other non-percentage values but it shouldn't be too bad/difficult to do it for percentage values. Also ...
by jricha34
Mon Nov 11, 2002 3:32 pm
Forum: HostMonitor
Topic: NT/2000 User Accounts
Replies: 3
Views: 12254

Take a look at http://www.joeware.net, there are lots of tools there that you might be able to wrap in a script to get to what you want.
by jricha34
Fri Oct 25, 2002 2:24 pm
Forum: HostMonitor
Topic: Remote enable/disable of checks
Replies: 5
Views: 14137

Set up a master test that is simply a script to look at a file or something else that you modify on your own in your own way. When that test goes negative the dependent test won't run.

At least that is how I would go after that.
by jricha34
Wed Oct 23, 2002 6:28 pm
Forum: HostMonitor
Topic: HostMonitor 3.40 available
Replies: 3
Views: 11631

Whoa that script option looks pretty cool...

thanks!
by jricha34
Wed Oct 23, 2002 6:24 pm
Forum: HostMonitor
Topic: Service not monitoring when not logged in
Replies: 12
Views: 25318

Just a suggestion but how about you load it on a local machine as a service and verify that you are getting the same results locally as you are on the remote server.
by jricha34
Thu Oct 17, 2002 11:22 am
Forum: HostMonitor
Topic: Counting files in a directory
Replies: 6
Views: 18286

Define an external action and have it call the logevent resource kit tool and you can log your own events.

If you want to define a message source to use check out http://www.joeware.net free win32 tools and grab ELDLL which will define a message source and has some basic messages that can be used.