{"id":9537,"date":"2023-09-08T13:05:55","date_gmt":"2023-09-08T13:05:55","guid":{"rendered":"https:\/\/cpanelplesk.com\/wp62\/?p=9537"},"modified":"2023-11-25T08:21:31","modified_gmt":"2023-11-25T08:21:31","slug":"how-to-set-server-backup-monitoring-with-slack","status":"publish","type":"post","link":"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/","title":{"rendered":"How to set server backup monitoring with slack"},"content":{"rendered":"<h4>Here&#8217;s a <strong>step-by-step<\/strong> guide to setting up Backup<strong>\u00a0monitoring<\/strong> on your server:<\/h4>\n<p>&nbsp;<\/p>\n<h5>1. Login to your WHM<\/h5>\n<ul>\n<li>Log in to the server where you want to establish Backup monitoring<\/li>\n<\/ul>\n<p><a href=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-19.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter wp-image-9543 size-full\" src=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-19.png\" alt=\"\" width=\"1262\" height=\"577\" srcset=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-19.png 1262w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-19-300x137.png 300w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-19-1024x468.png 1024w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-19-768x351.png 768w\" sizes=\"(max-width: 1262px) 100vw, 1262px\" \/><\/a><\/p>\n<h4><\/h4>\n<h4>2. Backup Configuration<\/h4>\n<ul>\n<li>Use the search bar to find the &#8220;Backup Configuration&#8221; option and activate the backup status.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-14.png\"><img decoding=\"async\" class=\"aligncenter wp-image-9538 size-full\" src=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-14.png\" alt=\"\" width=\"1267\" height=\"555\" srcset=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-14.png 1267w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-14-300x131.png 300w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-14-1024x449.png 1024w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-14-768x336.png 768w\" sizes=\"(max-width: 1267px) 100vw, 1267px\" \/><\/a><\/p>\n<h4><\/h4>\n<h4>3. Open SSH or TERMINAL<\/h4>\n<ul>\n<li>Use the search bar to find the terminal.<\/li>\n<li>You can also log in to your SSH using Putty with your server credentials.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-16.png\"><img decoding=\"async\" class=\"aligncenter wp-image-9540 size-full\" src=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-16.png\" alt=\"\" width=\"1269\" height=\"578\" srcset=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-16.png 1269w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-16-300x137.png 300w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-16-1024x466.png 1024w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-16-768x350.png 768w\" sizes=\"(max-width: 1269px) 100vw, 1269px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<h4>4.<strong>Script<\/strong><\/h4>\n<ul>\n<li>Paste the provided script into the file by using the below command<\/li>\n<\/ul>\n<pre>nano (file_name.sh)<\/pre>\n<ul>\n<li>Save the script using ctrl x\u00a0 then press y and then press enter to save it<\/li>\n<\/ul>\n<p><a href=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-17.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-9541 size-full\" src=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-17.png\" alt=\"\" width=\"1274\" height=\"569\" srcset=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-17.png 1274w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-17-300x134.png 300w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-17-1024x457.png 1024w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-17-768x343.png 768w\" sizes=\"(max-width: 1274px) 100vw, 1274px\" \/><\/a><\/p>\n<p><strong>Description;<\/strong><\/p>\n<p>The provided Bash script is used for monitoring backup logs and sending notifications to a Slack channel based on the backup status. Here&#8217;s an overview of what the script does:<\/p>\n<p>It defines the Slack webhook URL, which is used to send notifications to a specific Slack channel.<\/p>\n<p>It sets the logpath variable to specify the directory where backup logs are located.<\/p>\n<p>The script finds the latest backup log file within the specified directory ($logpath) based on the modification time. It selects the most recently modified log file created within the last 10 days.<\/p>\n<p>If no backup log file is found, it prints a message and exits with an error code.<\/p>\n<p>It reads the content of the selected log file and stores it in the logs variable.<\/p>\n<p>The script checks the contents of the log file to determine the backup status. If it finds &#8220;Success notification,&#8221; it exits with an error code of 1, indicating success.<\/p>\n<p>If it finds &#8220;Backup::PartialFailure,&#8221; it sets the status to &#8220;Partially Completed&#8221; and prepares a Slack message accordingly.<\/p>\n<p>If none of the above conditions are met, it sets the status to &#8220;Failed&#8221; and prepares a Slack message indicating a backup failure.<\/p>\n<p>It constructs a JSON message (SLACK_MSG) to send to Slack, including an icon, status, color, and other information.<\/p>\n<p>Finally, it uses the curl command to send the JSON message to the specified Slack webhook URL and exits with an appropriate exit code based on the backup status.<\/p>\n<p>Please ensure that you have set up your Slack webhook correctly and have the necessary permissions to access and read the backup log files in the specified directory. Also, make sure that the Slack webhook URL is up-to-date and valid for your Slack workspace.<\/p>\n<h4>Script<\/h4>\n<pre>#!\/bin\/bash\r\n\r\nSLACK_WEBHOOK_URL=\"Slack webhook URL\"\r\nlogpath=\"\/usr\/local\/cpanel\/logs\/cpbackup\"\r\n\r\n# Find the latest log file\r\nlogfile=$(find \"$logpath\" -maxdepth 1 -type f -name \"*.log\" -mtime -10 -printf \"%T@ %p\\n\" | sort -r | head -n 1 | awk '{print $2}')\r\n\r\nif [ -z \"$logfile\" ]; then\r\necho \"No backup log file found in $logpath\"\r\nexit 1\r\nfi\r\n\r\nlogs=$(tail \"$logfile\")\r\n\r\nif [[ $logs =~ \"Success notification\" ]]; then\r\n#stopping the script because the backup was sucessfull\r\nexit 1\r\nelif [[ $logs =~ \"Backup::PartialFailure\" ]]; then\r\nSTATUS=\"Partially Completed\"\r\nICON=\":warning:\"\r\nCOLOR=\"#ffcc00\"\r\nMESSAGE=\"Partially Completed\"\r\nEXIT_CODE=3\r\nelse\r\nSTATUS=\"Failed\"\r\nICON=\":exclamation:\"\r\nCOLOR=\"#ff0000\"\r\nMESSAGE=\"Backup Failed\"\r\nEXIT_CODE=1\r\nfi\r\n\r\nSLACK_MSG='{\r\n\"image_url\": \"https:\/\/creativeon.com\/wp-content\/uploads\/2023\/02\/creativeon-favicon.png\",\r\n\"text\": \"L16 Default Backup\",\r\n\"attachments\": [\r\n{\r\n\"text\": \"'\"$ICON\"' Backup Status: _'\"$STATUS\"'_\",\r\n\"color\": \"'\"$COLOR\"'\"\r\n}\r\n]\r\n}'\r\n\r\n\r\ncurl -X POST -H 'Content-type: application\/json' --data \"${SLACK_MSG}\" \"${SLACK_WEBHOOK_URL}\"\r\n\r\nexit $EXIT_CODE<\/pre>\n<h4>5. Slack monitoring channel<\/h4>\n<ul>\n<li>\u00a0Now create the channel on Slack to monitor your backups from the below link<\/li>\n<\/ul>\n<pre>https:\/\/slack.com\/intl\/en-gb\/help\/articles\/201402297-Create-a-channel<\/pre>\n<h4>6. Set the backup name.<strong><br \/>\n<\/strong><\/h4>\n<ul>\n<li>You can customize your notification&#8217;s name by making changes directly within this script<\/li>\n<\/ul>\n<p><a href=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-18.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-9542 size-full\" src=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-18.png\" alt=\"\" width=\"1277\" height=\"580\" srcset=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-18.png 1277w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-18-300x136.png 300w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-18-1024x465.png 1024w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-18-768x349.png 768w\" sizes=\"(max-width: 1277px) 100vw, 1277px\" \/><\/a><\/p>\n<h4>7. Make the file executable<\/h4>\n<ul>\n<li>Make the file executable using the given command.<\/li>\n<\/ul>\n<pre>chmod +x\u00a0 file_name.sh<\/pre>\n<h4>8. Test<\/h4>\n<ul>\n<li>Test the executable file using the provided command.<\/li>\n<\/ul>\n<pre>.\/file_name.sh<\/pre>\n<h4>9. Make the corn job<\/h4>\n<ul>\n<li>When preparing for cron jobs, you must understand cron\u2019s syntax and formatting to ensure the script runs properly.<\/li>\n<\/ul>\n<p><a href=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-2023-11-20-163343.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-9711 size-full\" src=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-2023-11-20-163343.png\" alt=\"\" width=\"1918\" height=\"888\" srcset=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-2023-11-20-163343.png 1918w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-2023-11-20-163343-300x139.png 300w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-2023-11-20-163343-1024x474.png 1024w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-2023-11-20-163343-768x356.png 768w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-2023-11-20-163343-1536x711.png 1536w\" sizes=\"(max-width: 1918px) 100vw, 1918px\" \/><\/a><\/p>\n<div class=\"flex-1 overflow-hidden\">\n<div class=\"react-scroll-to-bottom--css-vqcky-79elbk h-full\">\n<div class=\"react-scroll-to-bottom--css-vqcky-1n7m0yu\">\n<div class=\"flex flex-col text-sm gizmo:pb-9 dark:bg-gray-800 gizmo:dark:bg-transparent\">\n<div class=\"w-full text-token-text-primary border-b border-black\/10 gizmo:border-0 dark:border-gray-900\/50 gizmo:dark:border-0 bg-gray-50 gizmo:bg-transparent dark:bg-[#444654] gizmo:dark:bg-transparent\" data-testid=\"conversation-turn-11\">\n<div class=\"p-4 gizmo:py-2 justify-center text-base md:gap-6 md:py-6 m-auto\">\n<div class=\"flex flex-1 gap-4 text-base mx-auto md:gap-6 gizmo:gap-3 gizmo:md:px-5 gizmo:lg:px-1 gizmo:xl:px-5 md:max-w-2xl lg:max-w-[38rem] gizmo:md:max-w-3xl gizmo:lg:max-w-[40rem] gizmo:xl:max-w-[48rem] xl:max-w-3xl } group final-completion\">\n<div class=\"relative flex w-[calc(100%-50px)] flex-col gizmo:w-full lg:w-[calc(100%-115px)] agent-turn\">\n<div class=\"flex-col gap-1 md:gap-3\">\n<div class=\"flex flex-grow flex-col max-w-full gap-3 gizmo:gap-0\">\n<div class=\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\" data-message-author-role=\"assistant\" data-message-id=\"97588ec8-6dfd-4d6b-a329-bbd0455bcae3\">\n<div class=\"markdown prose w-full break-words dark:prose-invert dark\">\n<p>Each asterisk (*) represents a wildcard, meaning &#8220;any value.&#8221; You can replace the asterisks with specific values or ranges to define when the command should be executed. Here&#8217;s a quick summary:<\/p>\n<ul>\n<li><strong>Minute (0-59):<\/strong> The minute of the hour when the command will run.<\/li>\n<li><strong>Hour (0-23):<\/strong> The hour of the day when the command will run.<\/li>\n<li><strong>Day of the month (1-31):<\/strong> The day of the month when the command will run.<\/li>\n<li><strong>Month (1-12):<\/strong> The month when the command will run.<\/li>\n<li><strong>Day of the week (0-6 or 7):<\/strong> The day of the week when the command will run (Sunday to Saturday, or 7 for Sunday).<\/li>\n<\/ul>\n<p>For example:<\/p>\n<ul>\n<li><code>0 3 * * *<\/code>: The command will run at 3:00 AM every day.<\/li>\n<li><code>30 2 * * 5<\/code>: The command will run at 2:30 AM every Friday.<\/li>\n<\/ul>\n<p>To edit your crontab, you can use the <code>crontab -e<\/code> command, which opens the crontab file for editing. Each line in the crontab file represents a separate job.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<h4>10. Set the corn job<\/h4>\n<ul>\n<li>Set the corn job for this backup using the following command.<\/li>\n<\/ul>\n<pre>crontab -e<\/pre>\n<p><a href=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-21.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-9549 size-full\" src=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-21.png\" alt=\"\" width=\"1274\" height=\"569\" srcset=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-21.png 1274w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-21-300x134.png 300w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-21-1024x457.png 1024w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/09\/Screenshot-21-768x343.png 768w\" sizes=\"(max-width: 1274px) 100vw, 1274px\" \/><\/a><\/p>\n<p>By using the below corn job the backup monitoring script will be triggered automatically after every 24 hours, you can also customise the corn job triggering time if you need.<\/p>\n<pre>0 0 * * * \/bin\/bash\/root\/file_name.sh<\/pre>\n<p>Create the corn job\u00a0 as shown in the above screenshot and save the corn job using the below commands<\/p>\n<p>Hit <strong>i<\/strong> to INSERT the corn job<\/p>\n<p>Then press the <strong>ESC<\/strong> button<\/p>\n<p>Then type <strong>:wq<\/strong> to save the corn job<\/p>\n<h4>That&#8217;s it! With these steps and our custom script, You should be able to set up server monitoring without any issues, and it should be working fine. If you have any questions or encounter any problems, don&#8217;t hesitate to reach out for assistance.<\/h4>\n","protected":false},"excerpt":{"rendered":"<p>Here&#8217;s a step-by-step guide to setting up Backup\u00a0monitoring on your server: &nbsp; 1. Login to your WHM Log in to the server where you want to establish Backup monitoring 2. Backup Configuration Use the search bar to find the &#8220;Backup Configuration&#8221; option and activate the backup status. &nbsp; 3. Open SSH or TERMINAL Use the [&#8230;]<\/p>\n<p><a class=\"understrap-read-more-link\" href=\"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/\">Continue Reading&#8230;<\/a><\/p>\n","protected":false},"author":24,"featured_media":9725,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-9537","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cpanel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to set server backup monitoring with slack - cPanel Plesk<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"How to set server backup monitoring with slack - cPanel Plesk\" \/>\n<meta name=\"twitter:description\" content=\"Here&#8217;s a step-by-step guide to setting up Backup\u00a0monitoring on your server: &nbsp; 1. Login to your WHM Log in to the server where you want to establish Backup monitoring 2. Backup Configuration Use the search bar to find the &#8220;Backup Configuration&#8221; option and activate the backup status. &nbsp; 3. Open SSH or TERMINAL Use the [...]Continue Reading...\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/11\/2.png\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ali Munir\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/\"},\"author\":{\"name\":\"Ali Munir\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/1e61af015618daffbcedb81f40ebf69f\"},\"headline\":\"How to set server backup monitoring with slack\",\"datePublished\":\"2023-09-08T13:05:55+00:00\",\"dateModified\":\"2023-11-25T08:21:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/\"},\"wordCount\":754,\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"image\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/11\/2.png\",\"articleSection\":[\"Cpanel\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/\",\"name\":\"How to set server backup monitoring with slack - cPanel Plesk\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/11\/2.png\",\"datePublished\":\"2023-09-08T13:05:55+00:00\",\"dateModified\":\"2023-11-25T08:21:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/#primaryimage\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/11\/2.png\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/11\/2.png\",\"width\":2240,\"height\":1260},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cpanelplesk.com\/wp62\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to set server backup monitoring with slack\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/\",\"name\":\"cPanel Plesk\",\"description\":\"Blog on famous hosting control panels\",\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\",\"name\":\"Farooq Omer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"width\":300,\"height\":44,\"caption\":\"Farooq Omer\"},\"logo\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/1e61af015618daffbcedb81f40ebf69f\",\"name\":\"Ali Munir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/68fb4a03160a1b0486bd5d9f2c67d83b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/68fb4a03160a1b0486bd5d9f2c67d83b?s=96&d=mm&r=g\",\"caption\":\"Ali Munir\"},\"sameAs\":[\"https:\/\/cpanelplesk.com\/wp62\"],\"url\":\"https:\/\/cpanelplesk.com\/wp62\/author\/ali\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to set server backup monitoring with slack - cPanel Plesk","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/","twitter_card":"summary_large_image","twitter_title":"How to set server backup monitoring with slack - cPanel Plesk","twitter_description":"Here&#8217;s a step-by-step guide to setting up Backup\u00a0monitoring on your server: &nbsp; 1. Login to your WHM Log in to the server where you want to establish Backup monitoring 2. Backup Configuration Use the search bar to find the &#8220;Backup Configuration&#8221; option and activate the backup status. &nbsp; 3. Open SSH or TERMINAL Use the [...]Continue Reading...","twitter_image":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/11\/2.png","twitter_misc":{"Written by":"Ali Munir","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/#article","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/"},"author":{"name":"Ali Munir","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/1e61af015618daffbcedb81f40ebf69f"},"headline":"How to set server backup monitoring with slack","datePublished":"2023-09-08T13:05:55+00:00","dateModified":"2023-11-25T08:21:31+00:00","mainEntityOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/"},"wordCount":754,"publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"image":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/#primaryimage"},"thumbnailUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/11\/2.png","articleSection":["Cpanel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/","url":"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/","name":"How to set server backup monitoring with slack - cPanel Plesk","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/#primaryimage"},"image":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/#primaryimage"},"thumbnailUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/11\/2.png","datePublished":"2023-09-08T13:05:55+00:00","dateModified":"2023-11-25T08:21:31+00:00","breadcrumb":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/#primaryimage","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/11\/2.png","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2023\/11\/2.png","width":2240,"height":1260},{"@type":"BreadcrumbList","@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-set-server-backup-monitoring-with-slack\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cpanelplesk.com\/wp62\/"},{"@type":"ListItem","position":2,"name":"How to set server backup monitoring with slack"}]},{"@type":"WebSite","@id":"https:\/\/cpanelplesk.com\/wp62\/#website","url":"https:\/\/cpanelplesk.com\/wp62\/","name":"cPanel Plesk","description":"Blog on famous hosting control panels","publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13","name":"Farooq Omer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","width":300,"height":44,"caption":"Farooq Omer"},"logo":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/"}},{"@type":"Person","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/1e61af015618daffbcedb81f40ebf69f","name":"Ali Munir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/68fb4a03160a1b0486bd5d9f2c67d83b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/68fb4a03160a1b0486bd5d9f2c67d83b?s=96&d=mm&r=g","caption":"Ali Munir"},"sameAs":["https:\/\/cpanelplesk.com\/wp62"],"url":"https:\/\/cpanelplesk.com\/wp62\/author\/ali\/"}]}},"_links":{"self":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/9537","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/users\/24"}],"replies":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/comments?post=9537"}],"version-history":[{"count":17,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/9537\/revisions"}],"predecessor-version":[{"id":9712,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/9537\/revisions\/9712"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/media\/9725"}],"wp:attachment":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/media?parent=9537"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/categories?post=9537"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/tags?post=9537"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}