HM reports
HM reports
Hello
How I can do a report like this ? --> http://www.ks-soft.net/hostmon.eng/examples/custom2.htm
What's options must I selected?
Regards Nadir
How I can do a report like this ? --> http://www.ks-soft.net/hostmon.eng/examples/custom2.htm
What's options must I selected?
Regards Nadir
Its not just options, you should create HTML code.
http://www.ks-soft.net/hostmon.eng/mfra ... CustomHTML
Actually you may take code from the example, just replace test properties with appropriate macro variable and save images to your local drive
Regards
Alex
http://www.ks-soft.net/hostmon.eng/mfra ... CustomHTML
Actually you may take code from the example, just replace test properties with appropriate macro variable and save images to your local drive
Regards
Alex
If you want to see "bubbles", save our bubble images or create your own images. Then add code like into "Test items: with Good status" section of the template.
Add code like into "Test items: Bad items" section of the template.
Add code like into "Test items: Unknown" section of the template.
and so on...
add code into "Folder title" section;
add code into "Folder summary" section.
Do not forget about in the "Header" section
Regards
Alex
Code: Select all
<IMG height=16 alt="Test: %TestName% Status: %Status% Reply: %Reply%" src="images/green.gif" width=16 border=0>
Add code like
Code: Select all
<IMG height=16 alt="Test: %TestName% Status: %Status% Reply: %Reply%" src="images/red.gif" width=16 border=0>
Add code like
Code: Select all
<IMG height=16 alt="Test: %TestName% Status: %Status% Reply: %Reply%" src="images/yellow.gif" width=16 border=0>
and so on...
add code
Code: Select all
<tr><td valign=top nowrap><b>%Folder%</b></td><td> </td><td>
add code
Code: Select all
</td></tr>
Do not forget about
Code: Select all
<table border=0>
Regards
Alex
Hello Alex
I want to display folders like this:
Root\Asia\Servers 0 0 0 0
Switches 0 0 0 0
Routers 0 0 0 0
Root\China\Servers 0 0 0 0
Switches 0 0 0 0
Routers 0 0 0 0
(0=bubbles refers status on tests)
because in folders Root and Asia I don't have test but just in subfolders servers, switch...
Thank you very much
Regards Nadir
I want to display folders like this:
Root\Asia\Servers 0 0 0 0
Switches 0 0 0 0
Routers 0 0 0 0
Root\China\Servers 0 0 0 0
Switches 0 0 0 0
Routers 0 0 0 0
(0=bubbles refers status on tests)
because in folders Root and Asia I don't have test but just in subfolders servers, switch...
Thank you very much
Regards Nadir