• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Resolved Linux CLI notification utility, ID's missing.

nilsringersma_nl

Basic Pleskian
Hi all,

System:
CentOS7
Plesk 17.8.11 #1

Context:
With this KB article we are able to disable ( or enable ) admin email notifications using the CLI. However the ID's for the notifications for WordPress APS updates and Let's Encrypt renewal are not shown in the article.

I've tried inspecting the HTML in Plesk UI to find the ID's, no luck there. Also I've tried to 'guess' the ID by incrementing:

10:06:03 [nils@accp ~]# plesk bin notification --update -id 29 -send2admin true
Notification '0' does not exists.
exit status 4

Question:
No luck there either. Anyone knows if it's possible to manage notifications for those events by CLI and what there corresponding ID is?
 
WordPress Toolkit's and Let's Encrypt's notifications are provided via corresponding extensions and its IDs are not a number.
So it is not possible to manage such notifications by CLI.
 
I've created bug for this issue with internal id: PPP-35639. We will fix it in future update/releases.
Thank you for reporting!
 
Hi all,

System:
CentOS7
Plesk 17.8.11 #1

Context:
With this KB article we are able to disable ( or enable ) admin email notifications using the CLI. However the ID's for the notifications for WordPress APS updates and Let's Encrypt renewal are not shown in the article.

I've tried inspecting the HTML in Plesk UI to find the ID's, no luck there. Also I've tried to 'guess' the ID by incrementing:

10:06:03 [nils@accp ~]# plesk bin notification --update -id 29 -send2admin true
Notification '0' does not exists.
exit status 4


Question:
No luck there either. Anyone knows if it's possible to manage notifications for those events by CLI and what there corresponding ID is?

I opened the HTML source of the notifications page in Plesk, and retrieved the key from the source code. Using that key I can disable eg. WordPress notifications:

# plesk bin notification -u -code ext-wp-toolkit-notification-admin_vulnerability_found -send2admin false
 
Back
Top