• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Health Monitoring notifications email

iHuman

Basic Pleskian
Where does Health Monitoring store the notifications email address? It is supposed to default the the admin email address.

The admin email address was changed, but this was not updated in Health Monitoring (server health). So now Qmail sends notices that that email address no longer exists.

I looked at the XML config and it is not getting the address there. It has the option to indicate a different address - but I want to know where Health Monitor stored the initial admin email address. I can find it in any tables or anywhere.

I appreciate you assistance.
 
Not sure that it will help but you can try to rebuild HM settings with http://kb.odin.com/en/9431
I see only

The "notificationEmail" child element defines an alarm notification recipient. If the element is omitted, the alarm notifications are sent to the Panel admin's e-mail address.
The "address" attribute defines e-mail address to which the notifications will be sent.
The "name" attribute defines the recipient name. For example, "John Doe".

in /usr/local/psa/admin/conf/health-config.xml
 
i am a german guy, sorry for my bad english

i need help with this "notificationEmail"

how can i use this in the xml file ??

i read the top comments in the example, but i don´t understand it.
ok, there is the "misc" part, and then ??

<Misc alarmsInterval="5" notificationSubject="Plesk-Monitor Report"/>
 
Here's an example:

<Misc alarmsInterval="5" notificationSubject="Plesk-Monitor Report">
<notificationEmail address="logs@example.com" name="Log Watch" />
</Misc>
 
Back
Top