We have multiple Admins that maintain different parts of the network. I was wondering if there is a way to separate the email notification of live/dead host….i.e. I would like to send Router Emails to one Admin….and… Server emails to another Admin.. In the settings I can add both email addresses but then both admins get all the emails instead of just what applies to them.
Any sugestions
Thanks
Emails to Multiple Admins
Moderators: Developers, Moderators
Re: Emails to Multiple Admins
Though I'm not sure in detail,
it seems that several plugins can specify mail address for notification per device.
- nmid + nmidUpDownMonitor
(per device)
- manage plugin (for monitoring specific services)
(per device)
(in Settings -> Manage)
Otherwise, modify thold by yourself -- for example, in 'plugins/thold/includes/polling.php',
replace
with
or else. (But I haven't verified it)
it seems that several plugins can specify mail address for notification per device.
- nmid + nmidUpDownMonitor
(per device)
- manage plugin (for monitoring specific services)
(per device)
(in Settings -> Manage)
Otherwise, modify thold by yourself -- for example, in 'plugins/thold/includes/polling.php',
replace
Code: Select all
$alert_email = read_config_option('alert_email');
Code: Select all
$alert_email = $host["notes"]; /* use "Notes" field */
Re: Emails to Multiple Admins
NoName
What version are you on ....Im on 8.7c and the Devices tab is differnt
What version are you on ....Im on 8.7c and the Devices tab is differnt
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: Emails to Multiple Admins
the question is not what Cacti version you are on, but which of the two plugins you did install. If you didn't install the nmid or manage plugins, then you won't see these fields.
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Who is online
Users browsing this forum: No registered users and 1 guest