{"id":308,"date":"2017-12-27T02:33:15","date_gmt":"2017-12-27T08:33:15","guid":{"rendered":"https:\/\/linuxhostsupport.com\/blog\/?p=308"},"modified":"2025-05-11T01:05:16","modified_gmt":"2025-05-11T06:05:16","slug":"how-to-install-cacti-snmp-monitoring-tool-on-debian-9","status":"publish","type":"post","link":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\/","title":{"rendered":"How to Install Cacti SNMP Monitoring Tool on Debian 9"},"content":{"rendered":"<div id=\"linux-3203998177\" class=\"linux-before-1st-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1339&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div><p>In today&#8217;s tutorial, we will show you how to install and Cacti on\u00a0a Debian 9 server. Cacti is an open-source, web-based network graphing solution written in PHP and build on top of the industry-standard data logging tool RRDtool. Cacti stores all of the necessary information in a MySQL database and allows a user to poll services at predetermined intervals and graph the resulting data using RRDtool. This guide should work on other Linux VPS systems as well, but was tested and written for a\u00a0Debian 9 VPS.<\/p>\n<p><!--more--><\/p>\n<h2>1. Login to your VPS via SSH<\/h2>\n<pre>ssh user@vps_IP<\/pre>\n<h2>2. Update the system<\/h2>\n<pre>sudo apt update &amp;&amp; sudo apt -y upgrade<\/pre>\n<h2>3. Install MariaDB Server<\/h2>\n<p>We will the install MariaDB 10.1 server from the official Debian repositories, you can skip this step if MariaDB\/MySQL server is already installed on your machine.<br \/>\nTo install the MariaDB server , run the following commands:<\/p>\n<pre>sudo apt install mariadb-server mariadb-client<\/pre>\n<h2>4. Secure MariaDB Installation<\/h2>\n<p>Once the MariaDB installation is complete, run the following command to secure your installation:<\/p>\n<pre>mysql_secure_installation<\/pre>\n<h2>5. Enable large Varchar Indexes<\/h2>\n<p>Edit your MariaDB\/MySQL configuration and enable large varchar indexes:<\/p>\n<pre>sudo nano \/etc\/mysql\/mariadb.conf.d\/50-server.cnf<\/pre>\n<pre>[mysqld]\r\ninnodb_file_format = Barracuda\r\ninnodb_file_per_table = 1\r\ninnodb_large_prefix\r\n\r\ncharacter-set-server = utf8mb4\r\ncollation-server = utf8mb4_unicode_ci\r\nskip-character-set-client-handshake\r\n<\/pre>\n<h2>6. Restart MariaDB<\/h2>\n<p>Restart the mariadb service for changes to take effect:<\/p>\n<pre>sudo systemctl restart mariadb<\/pre>\n<h2>7. Install Apache2, PHP and required PHP modules<\/h2>\n<p>Chances are that you already have Apache and PHP installed on your machine, if not execute the following command:<\/p>\n<pre>sudo apt install apache2 php php-mysql php-snmp<\/pre>\n<h2>8. Install Cacti<\/h2>\n<p>Once Apache, PHP, and MariaDB are installed, we can proceed with the Cacti installation. The easiest way to install Cacti on Debian 9 is to use the Cacti deb package from the Debian&#8217;s apt repository.<\/p>\n<p>The following command will install Cacti and all the necessary requirements including the <code>rrdtool<\/code> tool:<\/p>\n<pre>sudo apt install cacti snmpd<\/pre>\n<p>The installation will now prompt you to answer a series of questions.<\/p>\n<pre>Configure database for cacti with dbconfig-common?<\/pre>\n<p>Select Yes and click [enter]<\/p>\n<pre> Please provide a password for cacti to register with the database server. If left blank, a random password will be generated.\r\n MySQL application password for cacti:<\/pre>\n<p>Leave it empty and click [enter]<\/p>\n<pre> Please select the web server for which Cacti should be automatically configured\r\nSelect \"None\" if you would like to configure the web server manually.<\/pre>\n<p>Select Apache2 and click [enter]<\/p>\n<h2>9. Set Admin Password<\/h2>\n<p>Once the installation is completed, set the admin password using the following command:<\/p>\n<pre>mysql -u root -p -D cacti -e \"update user_auth set password=md5('your_new_admin_password') where username='admin';\"<\/pre>\n<p>That\u2019s it. You have successfully installed Cacti on your Debian 9 VPS.\u00a0 Now you can login to the Cacti web interface at <code>http:\/\/YOUR_IP\/cacti<\/code> using username <code>admin<\/code> and password <code>your_new_admin_password<\/code>.<\/p>\n<p>For more information about how to configure and manage your Cacti installation, please refer to the official <a href=\"https:\/\/docs.cacti.net\" target=\"_blank\" rel=\"noopener\">Cacti documentation<\/a>.<\/p>\n<hr \/>\n<p>Of course, you don\u2019t have to\u00a0install Cacti SNMP Monitoring Tool on Debian 9, if you use one of our <a href=\"https:\/\/linuxhostsupport.com\/outsourced-hosting-support.html\">outsourced server support services<\/a>, in which case you can simply ask our expert Linux admins to\u00a0install Cacti SNMP Monitoring Tool on Debian 9r. They are available 24&#215;7 and will take care of your request immediately.<\/p>\n<p><span style=\"color: #ff0000;\"><strong>PS<\/strong><\/span>. If you liked this post on how to install Cacti SNMP Monitoring Tool on Debian 9,\u00a0 please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.<\/p><div id=\"linux-4162531236\" class=\"linux-after-8th-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1340&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>In today&#8217;s tutorial, we will show you how to install and Cacti on\u00a0a Debian 9 server. Cacti is an open-source, web-based network graphing solution written in PHP and build on top of the industry-standard data logging tool RRDtool. Cacti stores all of the necessary information in a MySQL database and allows a user to poll [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":312,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[69,28,79,70],"class_list":["post-308","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-cacti","tag-debian","tag-linux-host-support","tag-monitoring-tool"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install Cacti SNMP Monitoring Tool on Debian 9 | LinuxHostSupport<\/title>\n<meta name=\"description\" content=\"In today&#039;s tutorial, we will show you how to install and Cacti on\u00a0a Debian 9 server. Cacti is an open-source, web-based network graphing solution written\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Cacti SNMP Monitoring Tool on Debian 9 | LinuxHostSupport\" \/>\n<meta property=\"og:description\" content=\"In today&#039;s tutorial, we will show you how to install and Cacti on\u00a0a Debian 9 server. Cacti is an open-source, web-based network graphing solution written\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxHostSupport\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/linuxhostsupport\" \/>\n<meta property=\"article:published_time\" content=\"2017-12-27T08:33:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-11T06:05:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-Install-Cacti-SNMP-Monitoring-Tool-on-Debian-9.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@lnxhostsupport\" \/>\n<meta name=\"twitter:site\" content=\"@lnxhostsupport\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\"},\"headline\":\"How to Install Cacti SNMP Monitoring Tool on Debian 9\",\"datePublished\":\"2017-12-27T08:33:15+00:00\",\"dateModified\":\"2025-05-11T06:05:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\\\/\"},\"wordCount\":446,\"commentCount\":2,\"image\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/How-to-Install-Cacti-SNMP-Monitoring-Tool-on-Debian-9.jpg\",\"keywords\":[\"cacti\",\"debian\",\"Linux host support\",\"monitoring tool\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\\\/\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\\\/\",\"name\":\"How to Install Cacti SNMP Monitoring Tool on Debian 9 | LinuxHostSupport\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/How-to-Install-Cacti-SNMP-Monitoring-Tool-on-Debian-9.jpg\",\"datePublished\":\"2017-12-27T08:33:15+00:00\",\"dateModified\":\"2025-05-11T06:05:16+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\"},\"description\":\"In today's tutorial, we will show you how to install and Cacti on\u00a0a Debian 9 server. Cacti is an open-source, web-based network graphing solution written\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\\\/#primaryimage\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/How-to-Install-Cacti-SNMP-Monitoring-Tool-on-Debian-9.jpg\",\"contentUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/How-to-Install-Cacti-SNMP-Monitoring-Tool-on-Debian-9.jpg\",\"width\":1200,\"height\":600,\"caption\":\"How to Install Cacti SNMP Monitoring Tool on Debian 9\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Cacti SNMP Monitoring Tool on Debian 9\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/\",\"name\":\"LinuxHostSupport\",\"description\":\"Linux Tutorials and Guides\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/author\\\/r0s3admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Cacti SNMP Monitoring Tool on Debian 9 | LinuxHostSupport","description":"In today's tutorial, we will show you how to install and Cacti on\u00a0a Debian 9 server. Cacti is an open-source, web-based network graphing solution written","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:\/\/linuxhostsupport.com\/blog\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Cacti SNMP Monitoring Tool on Debian 9 | LinuxHostSupport","og_description":"In today's tutorial, we will show you how to install and Cacti on\u00a0a Debian 9 server. Cacti is an open-source, web-based network graphing solution written","og_url":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\/","og_site_name":"LinuxHostSupport","article_publisher":"https:\/\/www.facebook.com\/linuxhostsupport","article_published_time":"2017-12-27T08:33:15+00:00","article_modified_time":"2025-05-11T06:05:16+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-Install-Cacti-SNMP-Monitoring-Tool-on-Debian-9.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@lnxhostsupport","twitter_site":"@lnxhostsupport","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\/#article","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\/"},"author":{"name":"admin","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"headline":"How to Install Cacti SNMP Monitoring Tool on Debian 9","datePublished":"2017-12-27T08:33:15+00:00","dateModified":"2025-05-11T06:05:16+00:00","mainEntityOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\/"},"wordCount":446,"commentCount":2,"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-Install-Cacti-SNMP-Monitoring-Tool-on-Debian-9.jpg","keywords":["cacti","debian","Linux host support","monitoring tool"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linuxhostsupport.com\/blog\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\/","url":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\/","name":"How to Install Cacti SNMP Monitoring Tool on Debian 9 | LinuxHostSupport","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\/#primaryimage"},"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-Install-Cacti-SNMP-Monitoring-Tool-on-Debian-9.jpg","datePublished":"2017-12-27T08:33:15+00:00","dateModified":"2025-05-11T06:05:16+00:00","author":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"description":"In today's tutorial, we will show you how to install and Cacti on\u00a0a Debian 9 server. Cacti is an open-source, web-based network graphing solution written","breadcrumb":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linuxhostsupport.com\/blog\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\/#primaryimage","url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-Install-Cacti-SNMP-Monitoring-Tool-on-Debian-9.jpg","contentUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-Install-Cacti-SNMP-Monitoring-Tool-on-Debian-9.jpg","width":1200,"height":600,"caption":"How to Install Cacti SNMP Monitoring Tool on Debian 9"},{"@type":"BreadcrumbList","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-cacti-snmp-monitoring-tool-on-debian-9\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linuxhostsupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install Cacti SNMP Monitoring Tool on Debian 9"}]},{"@type":"WebSite","@id":"https:\/\/linuxhostsupport.com\/blog\/#website","url":"https:\/\/linuxhostsupport.com\/blog\/","name":"LinuxHostSupport","description":"Linux Tutorials and Guides","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/linuxhostsupport.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/linuxhostsupport.com\/blog\/author\/r0s3admin\/"}]}},"_links":{"self":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/308","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/comments?post=308"}],"version-history":[{"count":7,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/308\/revisions"}],"predecessor-version":[{"id":2351,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/308\/revisions\/2351"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media\/312"}],"wp:attachment":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media?parent=308"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/categories?post=308"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/tags?post=308"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}