Netwatch & HTML Code

Currently I have netwatch set up monitoring all devices on my network. I have it set to email me upon a device being up or down.

Is there a way to include html in the body of the email to make it look nicer?

Here is my current setup:

/tool netwatch
add comment=device-ip-monitor disabled=yes down-script=“/tool e-mail send to=to
ny@xxx.com subject=([/system identity get name] . " Device Down")
" host=10.0.1.3 interval=30m timeout=1s up-script=”/tool e-mail send to=to
ny@xxx.com subject=([/system identity get name] . " Device Up")"

Netwatch could launch a lot of false falls… I recomend you a script for that with several pings for assure the real state of device if you receive too mails (like me…)

I haven’t had a false trigger as of yet.

Anyone have any ideas on this? Can it be done without a major script?

Thanks for any help.

Here is an example attempting to show what I am asking:

/tool e-mail send to=tony@xxxx.com subject=([/system identity get name] . " device Up") body=“XXXXXXXXX”


What I would like to do is insert html code where the XXX’s are inside the body above.

Is this possible?

I am still trying to do this. Can anyone help?

I have read the forums and I cannot find an answer to this. If any mods are listening, can you advise me if this is possible? Thanks.

did you try including HTML code in the body?

body=“xxxxx” doesn’t work?

No it does not. Have you ever gotten it to work? Maybe I’m doing something wrong.

Does anyone know if this is possible?

Without becoming annoying I would graciously like to ask again…

I have searched the forums with no answer to this question.