Hi.
I can't decide one problem - I want to send 15 pings at intervals of 15 seconds (just as 'ping someip -t' command does) and send email if 30% of them (or 5 pings, no matter) are bad.
Thanks.
Search found 6 matches
- Thu Nov 03, 2005 4:33 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: 15 pings at intervals of 15 seconds
- Replies: 1
- Views: 8525
- Wed Oct 12, 2005 12:30 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: How to know that ODBC query with "having" returned
- Replies: 4
- Views: 28172
- Tue Oct 11, 2005 3:10 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: How to know that ODBC query with "having" returned
- Replies: 4
- Views: 28172
- Mon Oct 10, 2005 5:41 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: How to know that ODBC query with "having" returned
- Replies: 4
- Views: 28172
How to know that ODBC query with "having" returned
Hello. MS SQL Server.
I want to check one table by SQL:
and alert if there are more than 0 rows in resultset.
But HostMonitor returns "Inaccessible value".. Why?
I want to check one table by SQL:
Code: Select all
select count(*) from Docs where type_id<>8 group by doc_date having count(*) > 1
But HostMonitor returns "Inaccessible value".. Why?
- Fri Sep 30, 2005 9:13 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Reset statistics daily
- Replies: 2
- Views: 10960
Thank you, haven't notice this option..KS-Soft wrote:Don't see any bug in your case.
If you need to reset statistics, use "Reset statistics" option (Folder Properties dialog)
http://www.ks-soft.net/hostmon.eng/mfra ... FolderTree
Regards
Alex
- Fri Sep 30, 2005 2:05 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Reset statistics daily
- Replies: 2
- Views: 10960
Reset statistics daily
My shedule of monitoring is from 10:00AM till 7:00PM. So, when I open the Host Monitor at 11:00AM, I want to see reset statistics of my test, but it shows me statistics (Alive Time, Dead Time, and so on...) with previous days... How can I reset statistics at night to see in the morning new one? Than...