Data Logging
-
- Posts: 2
- Joined: Mon Jan 23, 2006 3:28 pm
Data Logging
Is it possible to have an option to record test results to RRD database, this allows compact hourly/daily/weekly/monthly/yearly trend reports for disk space, cpu etc... competitive product servers alive has such a function
-
- Posts: 2
- Joined: Mon Jan 23, 2006 3:28 pm
I was trying to do something like this with a test Alert profile:
I also tried
All that's in the test.bat file is
@echo %1 %2 %3
Is there anything that I am doing incorrectly?
thanks,
Mike
Code: Select all
cmd /c "C:\Program Files\HostMonitor4\scripts\test.bat" %timeDate% %testname% %Reply > C:\test.out
Code: Select all
"C:\Program Files\HostMonitor4\scripts\test.bat" %timeDate% %testname% %Reply > C:\test.out
@echo %1 %2 %3
Is there anything that I am doing incorrectly?
thanks,
Mike