Search found 38 matches

by doodleman99
Tue Mar 07, 2017 10:15 am
Forum: Other
Topic: What licence do i need
Replies: 1
Views: 24342

What licence do i need

where can i check how many test items i have in my trial installation?

Thanks,
JV
by doodleman99
Thu Apr 21, 2016 2:56 am
Forum: Reports
Topic: So simple, but i can't work it out
Replies: 10
Views: 55951

where/what do i need to do to get my headings back? I have no idea what exactly heading do you want but if you are using so simple test items (just %TestName% %Reply%) than I think you don't need any special header. Probably you want this? <html><head><title>HostMonitor report</title></head> Genera...
by doodleman99
Wed Apr 20, 2016 11:18 am
Forum: Reports
Topic: So simple, but i can't work it out
Replies: 10
Views: 55951

These variables will be resolved in "Test items" section. Just remove items-related HTML code from header and paste HTML code for one test items into "Test items section", then right mouse click on test items type (e.g. "with 'Good' status) and select "Use selected tem...
by doodleman99
Wed Apr 20, 2016 10:12 am
Forum: Reports
Topic: So simple, but i can't work it out
Replies: 10
Views: 55951

When you are using Custom HTML report, you can modify code as you wish using the same Report Manager - there is big "Setup report template" button, click it and modify template. Regards Alex yeah i didn't think that would work but i gave it a go anyway. i deleted all the code in the heade...
by doodleman99
Wed Apr 20, 2016 6:39 am
Forum: Reports
Topic: So simple, but i can't work it out
Replies: 10
Views: 55951

Menu Profiles->Report profiles www.ks-soft.net/hostmon.eng/mframe.htm#profiles.htm#Reports Regards Alex It's not the profiles that i need to edit though. because even if i create a new profile, i'm still restricted to use one of the predefined "Report Types". This is the before and after ...
by doodleman99
Wed Apr 20, 2016 6:04 am
Forum: Reports
Topic: So simple, but i can't work it out
Replies: 10
Views: 55951

So simple, but i can't work it out

I have created a view for each folder/server that shows a very simple list of Bad tests and their reply. If i goto the properties of the view to create reports for this, the report type HTML is great, but i'd like to clean it up a little, so i use the HTML(Custom) and that uses buttons and i lose te...
by doodleman99
Mon Dec 07, 2015 12:16 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Reboot Pending Registry Key
Replies: 11
Views: 32894

perfect perfect perfect!

thanks guys!
by doodleman99
Mon Dec 07, 2015 9:46 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Reboot Pending Registry Key
Replies: 11
Views: 32894

OK. All confirmed. It's that(RebootPending) key specifically that's causing the test to fail via HM. Other keys in that folder such as the Version Key are queryable, from HM and from any variation of 32/64 CMD/cscript. But if you want to check the RebootPending Key, you have to be using the C:\Windo...
by doodleman99
Mon Dec 07, 2015 7:09 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: how to monitor network packet lost
Replies: 2
Views: 11393

we use SNMP tests on the switches to monitor the ports for packet loss
by doodleman99
Mon Dec 07, 2015 7:07 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Auto login remote console
Replies: 2
Views: 10957

If you need to reboot a pc every day, can you not just schedule a task?
by doodleman99
Mon Dec 07, 2015 5:44 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Reboot Pending Registry Key
Replies: 11
Views: 32894

Thanks for your reply. it is running as an application - i changed it to run as a service but that didn't help. to test, i tried running CMD from both 32 & 64 folders and called the 32 & 64 cscript from both. Turns out that it failed each time except when i ran the 32CMD with 32cscript. i tr...
by doodleman99
Fri Dec 04, 2015 8:01 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Reboot Pending Registry Key
Replies: 11
Views: 32894

Thanks for your reply. if i just use a single Param it works well but it failing when add the 2nd param (it just responds OK regardless of which key i specify) i have tried saving it as a .vbs file and running the following from CMD cscript /E:JScript C:\Scripts\RebootPending.vbs "SOFTWARE\Micr...
by doodleman99
Thu Dec 03, 2015 8:38 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Reboot Pending Registry Key
Replies: 11
Views: 32894

Actually. i am struggling to get it to work on a remote machine?
Any ideas?

JV
by doodleman99
Thu Dec 03, 2015 7:53 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Reboot Pending Registry Key
Replies: 11
Views: 32894

That's actually perfect. I thought it was failing at first but it works a treat! For anybody else interested - i'm using this in conjunction with Reg test for the value (If > 0) of: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\UAS\UpdateCount this will tell ...
by doodleman99
Wed Dec 02, 2015 12:02 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Reboot Pending Registry Key
Replies: 11
Views: 32894

Reboot Pending Registry Key

Hey guys, whilst looking into Windows Update monitoring, i came accross the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\RebootPending This Key gets created after any windows updates, software installs, features & roles get modified which ...