Hi Alex,
Is there any way possible you can make it so I can assign more than 1 alert profile to a test. here is an example.
I have an action profile called "Email network" it has an action to send email to all the network people.
I have another action profile that is called "Email Webmasters" that emails the people responsible for the web servers.
Now I make some tests that monitor the webservers. If a server goes down, I want the web team to know, but I also want the network team to be aware, and want the email to goto them too. If I want to do this now, I have to make a seperate action profile that sends to Network AND Webmasters. This would be fine for just this example, but there are about 10 different departments with many different members monitoring many different systems that more than one team is responsible for.
If I could add multiple action profiles to a single test, this would make the management and configuration of hostmonitor soo much eaiser for me.
Thanks.. Also, I know that HM4 will include Email Macros, but I assume this will just be a text string in the TO: field.
Thanks
I'm Begging, Please..Please..Please, it would make it soo mu
Sorry, each test will have just one action profile. But you can use macro variable %TaskComment% or %CommentLineXX% as list of destination addresses, in this case each test will have his own mailing list.
In version 4.0 you will be able to use %FolderComment% and %FCommentLine% variables as well. If you have grouped tests by depearments using different folders, you can easily setup mailing list for each folder/department.
Regards
Alex
In version 4.0 you will be able to use %FolderComment% and %FCommentLine% variables as well. If you have grouped tests by depearments using different folders, you can easily setup mailing list for each folder/department.
Regards
Alex
Thanks for the reply Alex,
Having a email list for each test is kinda what I am trying to avoid. I will have hundreds of tests, I need a way to group my email addresses, and send HM notifacations to a specific group or groups. We have a bit of turnover here, and if we get a new team member I would have to go through hundreds of tests to put the new email address in.
Don't get me wrong Alex, I love HM, it has helped alot, and we plan on upgrading to HM4. I just need a better way to manage E-mail addresses.
One way would be the ability to create a .TXT file listing email addresses(ie. NETWORK.TXT, ADMINS.TXT TECHS.TXT BOSSES.TXT) and then in the email action, have the ability to select multiple lists to send it to.
There may already be a way to do what I need to do in HM, but I haven't found it yet, and if you know of a way, let me know, but changing every test, and every action profile whenever we lose or gain a teammember is alot of administration, and seems like it could be handled better within HM.
This was not a rant, just some feedback.
Thanks Alex.
Mike
Having a email list for each test is kinda what I am trying to avoid. I will have hundreds of tests, I need a way to group my email addresses, and send HM notifacations to a specific group or groups. We have a bit of turnover here, and if we get a new team member I would have to go through hundreds of tests to put the new email address in.
Don't get me wrong Alex, I love HM, it has helped alot, and we plan on upgrading to HM4. I just need a better way to manage E-mail addresses.
One way would be the ability to create a .TXT file listing email addresses(ie. NETWORK.TXT, ADMINS.TXT TECHS.TXT BOSSES.TXT) and then in the email action, have the ability to select multiple lists to send it to.
There may already be a way to do what I need to do in HM, but I haven't found it yet, and if you know of a way, let me know, but changing every test, and every action profile whenever we lose or gain a teammember is alot of administration, and seems like it could be handled better within HM.
This was not a rant, just some feedback.
Thanks Alex.
Mike
One way would be the ability to create a .TXT file listing email addresses(ie. NETWORK.TXT, ADMINS.TXT TECHS.TXT BOSSES.TXT) and then in the email action, have the ability to select multiple lists to send it to.
HostMonitor 4 supports global macro variables. I think you will not need text files. You will be able to define variables like:
%udv_NetworkGroup% = kim@company.com; garry@company.com; bill@company.com
%udv_AdminGroup% = garry@company.com; admin@company.com
...
and use these variables in the action: "To: %udv_NetworkGroup%; %udv_AdminGroup%"
Regards
Alex
HostMonitor 4 supports global macro variables. I think you will not need text files. You will be able to define variables like:
%udv_NetworkGroup% = kim@company.com; garry@company.com; bill@company.com
%udv_AdminGroup% = garry@company.com; admin@company.com
...
and use these variables in the action: "To: %udv_NetworkGroup%; %udv_AdminGroup%"
Regards
Alex
I have the same problems dealing with easily adding or changing e-mail addresses. For example, there is a primary contact for a group of systems but when he goes out of town, I switch alerting to the secondary person. This can be a big pain.
The global macros option looks like a pretty good solution. What I would also like to see is a global action section.
For example, you would create an action that sends an e-mail to Joe Schmoe. Then instead of having to create this action inside of different alert profiles, you could just select it from a list. Hope that makes sense.
The global macros option looks like a pretty good solution. What I would also like to see is a global action section.
For example, you would create an action that sends an e-mail to Joe Schmoe. Then instead of having to create this action inside of different alert profiles, you could just select it from a list. Hope that makes sense.