{"id":2218,"date":"2017-11-13T19:08:22","date_gmt":"2017-11-13T13:38:22","guid":{"rendered":"https:\/\/pheonixsolutions.com\/blog\/?p=2218"},"modified":"2026-09-11T09:51:52","modified_gmt":"2026-09-11T04:21:52","slug":"lfd-hostname-high-5-minute-load-average-alert-increase-load-average-threshold-csf","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/blog\/lfd-hostname-high-5-minute-load-average-alert-increase-load-average-threshold-csf\/","title":{"rendered":"Increase the LFD 5-Minute Load Average Alert Threshold in CSF"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">ConfigServer Security &amp; Firewall (CSF) includes <strong>Login Failure Daemon (LFD)<\/strong>, which monitors a server for various security and resource-related events. One of the conditions monitored by LFD is the server&#8217;s <strong>5-minute load average<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By default, LFD can generate a high-load alert when the server load average exceeds the configured threshold. On servers with multiple CPU cores, a load value that appears high at first glance may not necessarily indicate an actual performance problem.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, a server with <strong>10 CPU cores<\/strong> can generally handle a higher load average than a single-core server. If the default threshold is too low for a multi-core environment, administrators may receive frequent and unnecessary high-load email notifications.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This blog explains how to check the available CPU cores and increase the <strong><code>PT_LOAD_AVG<\/code><\/strong> threshold in CSF to suit the server&#8217;s CPU capacity.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Before modifying the CSF configuration, ensure that you have:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Root or sudo access to the server.<\/li>\n\n\n\n<li>CSF installed and configured on the server.<\/li>\n\n\n\n<li>LFD enabled and running.<\/li>\n\n\n\n<li>SSH access to the server.<\/li>\n\n\n\n<li>Basic knowledge of Linux command-line operations.<\/li>\n\n\n\n<li>A backup or copy of the existing CSF configuration.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">You can verify that CSF is installed by running:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">csf -v<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">You should also ensure that the LFD service is running before making configuration changes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Implementation<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Check the Number of CPU Cores<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">First, determine how many CPU cores are available on the server.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Run:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">nproc<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">For example:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">[root@hostname ~]# nproc\n10<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The output indicates that the server has <strong>10 CPU cores<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can also use the following command for more detailed CPU information:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">lscpu<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Check the Current Load Average<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Before changing the threshold, check the current server load.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">uptime<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Example output:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">09:30:15 up 25 days, 4:32,  2 users,  load average: 1.25, 1.10, 0.95<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The three values represent the:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>1-minute load average<\/li>\n\n\n\n<li>5-minute load average<\/li>\n\n\n\n<li>15-minute load average<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Since LFD monitors the <strong>5-minute load average<\/strong> for this alert, the second value is particularly relevant.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Edit the CSF Configuration<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Open the CSF configuration file:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">vi \/etc\/csf\/csf.conf<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Locate the following configuration:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">PT_LOAD_AVG = \"5\"<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The default threshold may be set to <code>5<\/code>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If the server has 10 CPU cores, you can increase the threshold accordingly:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">PT_LOAD_AVG = \"10\"<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Save the configuration file after making the change.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Note:<\/strong> The threshold should be selected based on the server&#8217;s CPU capacity and workload. Simply matching the value to the number of CPU cores is a common approach, but it should not be treated as a universal performance rule.<\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Restart CSF<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">After modifying the configuration, reload CSF so that the changes take effect:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">csf -r<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">You can verify the configuration afterwards:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">grep PT_LOAD_AVG \/etc\/csf\/csf.conf<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Expected output:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">PT_LOAD_AVG = \"10\"<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">LFD will now use the updated threshold when monitoring the server&#8217;s 5-minute load average.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Architecture Diagram<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The configuration flow can be represented as follows:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2017\/11\/image.png\"><img fetchpriority=\"high\" decoding=\"async\" width=\"447\" height=\"553\" src=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2017\/11\/image.png\" alt=\"\" class=\"wp-image-11649\" srcset=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2017\/11\/image.png 447w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2017\/11\/image-242x300.png 242w\" sizes=\"(max-width: 447px) 100vw, 447px\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The <code>PT_LOAD_AVG<\/code> setting in CSF determines the load-average threshold used by LFD for high-load notifications. On servers with multiple CPU cores, the default threshold may be unnecessarily low and can result in frequent alerts.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By checking the server&#8217;s CPU capacity with:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">nproc<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">and appropriately adjusting:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">PT_LOAD_AVG = \"10\"<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">in:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">\/etc\/csf\/csf.conf<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Administrators can make LFD&#8217;s load alerts more suitable for their server environment.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After modifying the configuration, reload CSF using:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">csf -r<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">It is important to choose the threshold based not only on CPU count but also on the server&#8217;s normal workload and performance requirements.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">FAQs<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">1. What is <code>PT_LOAD_AVG<\/code> in CSF?<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\"><code>PT_LOAD_AVG<\/code> is a CSF configuration parameter that defines the load-average threshold used by LFD to detect high server load.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">2. How can I check the number of CPU cores?<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Run:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">nproc<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">For more detailed CPU information, use:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">lscpu<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">3. Where is the CSF configuration file located?<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">The main CSF configuration file is<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">\/etc\/csf\/csf.conf<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">4. How do I change the LFD load-average threshold?<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Edit the CSF configuration:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">vi \/etc\/csf\/csf.conf<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Then update:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">PT_LOAD_AVG = \"5\"<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">to your required value, for example:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">PT_LOAD_AVG = \"10\"<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">5. How can I check the current load average?<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Use:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">uptime<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">or:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">top<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">These commands display the server&#8217;s load averages.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Related Article<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For more information about troubleshooting CSF\/LFD configuration issues, refer to:<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Error: LFD will not run with TESTING enabled in \/etc\/csf\/csf.conf at line 83.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https:\/\/pheonixsolutions.com\/blog\/error-lfd-will-not-run-with-testing-enabled-in-etc-csf-csf-conf-at-line-83\/?utm_source=chatgpt.com\">Read the related article<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Talk to our experts<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Looking for the right technology solution for your business? Our team of experts can help you with development, cloud, DevOps, design, and a wide range of other technology needs. Get in touch with our team&nbsp;<a href=\"https:\/\/pheonixsolutions.com\/contact\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction ConfigServer Security &amp; Firewall (CSF) includes Login Failure Daemon (LFD), which monitors a server for various security and resource-related [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[1022],"tags":[308,261,400],"class_list":["post-2218","post","type-post","status-publish","format-standard","hentry","category-web-architecture","tag-csf","tag-linux","tag-loadavg","psol-cat-web-architecture"],"jetpack_publicize_connections":[],"jetpack_shortlink":"https:\/\/wp.me\/phn2x7-zM","jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/2218","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=2218"}],"version-history":[{"count":5,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/2218\/revisions"}],"predecessor-version":[{"id":11655,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/2218\/revisions\/11655"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=2218"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=2218"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=2218"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}