{"id":894,"date":"2020-09-14T12:58:15","date_gmt":"2020-09-14T20:58:15","guid":{"rendered":"https:\/\/angrysysadmins.tech\/?p=894"},"modified":"2020-09-14T14:39:10","modified_gmt":"2020-09-14T22:39:10","slug":"grafana-pfsense-per-ip-usage-statistics-panel","status":"publish","type":"post","link":"https:\/\/angrysysadmins.tech\/index.php\/2020\/09\/grassyloki\/grafana-pfsense-per-ip-usage-statistics-panel\/","title":{"rendered":"Grafana: pfSense Per IP Usage Statistics Panel with NtopNG"},"content":{"rendered":"<p>Ever wanted to have per host usage statics with pfSense? I know I have for awhile. There are packages you can get from the package manager that will accomplish this. Both darkstat and bandwidthd will do this for you. They will host a webpage or web server on your pfSense router. They are pretty self explanatory on how to configure and access, and they work decently for a basic use case. However they have either non existent exporting mechanisms or not well documented ones. For us this is a no-go as Grafana needs exportable data. Luckily there is another option and that has multiple methods of export, NtopNG. This not only has a plugin for Grafana, but it also has a option to export to InfluxDB. For this guide, I&#8217;ll be using Influx as I am more comfortable with it, and I could not get the ntopng plugin for Grafana to work.<\/p>\n<p>If you have not already setup Grafana and InfluxDB, we have a guide on how to set one up here: <a href=\"https:\/\/angrysysadmins.tech\/index.php\/2020\/04\/bailey\/grafana-how-to-install-grafana-influxdb-on-centos-8\/\">https:\/\/angrysysadmins.tech\/index.php\/2020\/04\/bailey\/grafana-how-to-install-grafana-influxdb-on-centos-8\/<\/a><\/p>\n<h2>InfluxDB<\/h2>\n<p>To get a database and user created run the following on your influx instance replacing the $variables with what you will be using.<\/p>\n<pre>create database $NewDatabase\r\nCREATE USER $Username WITH PASSWORD '$Password'\r\ngrant all privileges on $NewDatabase to $Username\r\n\r\n<\/pre>\n<h2>Ntop<\/h2>\n<p><strong>NOTE<\/strong>: <strong>The webgui may crash during this step.\u00a0<\/strong>This will not effect the routing of the network. You either need physical console access or ssh access to fix it. <strong>BEFORE continuing<\/strong> I&#8217;d suggest logging in via ssh. <strong>The fix is to restart PHP-FPM<\/strong> (option 16 on the console\\ssh welcome screen). If the issue keeps happening just keep restarting php-fpm. This seems to only happen when accessing the ntopng settings, so in production it should not cause issues with anything else. If the ntopng webgui won&#8217;t come up restart the webconfigurator or reboot the machine<\/p>\n<p>&nbsp;<\/p>\n<p>Logon to the pfsense webgui and go to System -&gt; Package Manager. Click on Available Packages. In the search term field type &#8216;ntopng&#8217; Then install the package. Once done with that, go back to the home page of pfsense<\/p>\n<p>Next on the top menu go to Diagnostics -&gt; ntopng Settings. Here you need to set a admin password and a interface to bind the ntopng webgui to. Choose LAN. Make sure to check enable ntopng. Hit save at the bottom.<\/p>\n<p>Now we can access the ntopng webpage. go to Diagnostics -&gt; ntopng. Log in with admin as the username and your password you just set.<\/p>\n<p>Navigate to the gear at the top right and choose user preferences. Next click the timeseries button. From there change the timeseries driver from RRD to InfluxDB. Populate it with your database IP, DB, username, and password.<\/p>\n<h2>Grafana<\/h2>\n<p>Add the influxDB data source, then create a new panel. Here is an example panel I made. It will list all the active hosts with the inbound and outbound bandwidth totals.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-904 size-full\" src=\"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2020\/09\/Screenshot_20200914_022849-e1600065018236.png\" alt=\"\" width=\"1308\" height=\"794\" srcset=\"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2020\/09\/Screenshot_20200914_022849-e1600065018236.png 1308w, https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2020\/09\/Screenshot_20200914_022849-e1600065018236-300x182.png 300w, https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2020\/09\/Screenshot_20200914_022849-e1600065018236-1024x622.png 1024w, https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2020\/09\/Screenshot_20200914_022849-e1600065018236-768x466.png 768w\" sizes=\"auto, (max-width: 1308px) 100vw, 1308px\" \/><\/p>\n<p>&nbsp;<\/p>\n<div><\/div>\n<details>\n<summary>Click here for the JSON<\/summary>\n<pre>{\r\n  \"annotations\": {\r\n    \"list\": [\r\n      {\r\n        \"builtIn\": 1,\r\n        \"datasource\": \"-- Grafana --\",\r\n        \"enable\": true,\r\n        \"hide\": true,\r\n        \"iconColor\": \"rgba(0, 211, 255, 1)\",\r\n        \"name\": \"Annotations &amp; Alerts\",\r\n        \"type\": \"dashboard\"\r\n      }\r\n    ]\r\n  },\r\n  \"editable\": true,\r\n  \"gnetId\": null,\r\n  \"graphTooltip\": 0,\r\n  \"id\": 18,\r\n  \"links\": [],\r\n  \"panels\": [\r\n    {\r\n      \"cacheTimeout\": null,\r\n      \"datasource\": \"RoutingLokTech_NtopNG\",\r\n      \"fieldConfig\": {\r\n        \"defaults\": {\r\n          \"custom\": {\r\n            \"align\": null\r\n          },\r\n          \"mappings\": [],\r\n          \"thresholds\": {\r\n            \"mode\": \"absolute\",\r\n            \"steps\": [\r\n              {\r\n                \"color\": \"green\",\r\n                \"value\": null\r\n              },\r\n              {\r\n                \"color\": \"red\",\r\n                \"value\": 80\r\n              }\r\n            ]\r\n          },\r\n          \"unit\": \"bytes\"\r\n        },\r\n        \"overrides\": [\r\n          {\r\n            \"matcher\": {\r\n              \"id\": \"byType\",\r\n              \"options\": \"string\"\r\n            },\r\n            \"properties\": []\r\n          }\r\n        ]\r\n      },\r\n      \"gridPos\": {\r\n        \"h\": 9,\r\n        \"w\": 12,\r\n        \"x\": 0,\r\n        \"y\": 0\r\n      },\r\n      \"id\": 2,\r\n      \"interval\": null,\r\n      \"links\": [],\r\n      \"options\": {\r\n        \"showHeader\": true,\r\n        \"sortBy\": [\r\n          {\r\n            \"desc\": true,\r\n            \"displayName\": \"Inbound\"\r\n          }\r\n        ]\r\n      },\r\n      \"pluginVersion\": \"7.1.5\",\r\n      \"targets\": [\r\n        {\r\n          \"groupBy\": [\r\n            {\r\n              \"params\": [\r\n                \"host\"\r\n              ],\r\n              \"type\": \"tag\"\r\n            }\r\n          ],\r\n          \"limit\": \"1\",\r\n          \"measurement\": \"host:traffic\",\r\n          \"orderByTime\": \"ASC\",\r\n          \"policy\": \"autogen\",\r\n          \"query\": \"SELECT \\\"bytes_rcvd\\\" AS \\\"Inbound\\\", \\\"bytes_rcvd\\\" AS \\\"Outbound\\\" FROM \\\"autogen\\\".\\\"host:traffic\\\" WHERE $timeFilter GROUP BY host LIMIT 1\",\r\n          \"rawQuery\": false,\r\n          \"refId\": \"A\",\r\n          \"resultFormat\": \"table\",\r\n          \"select\": [\r\n            [\r\n              {\r\n                \"params\": [\r\n                  \"bytes_rcvd\"\r\n                ],\r\n                \"type\": \"field\"\r\n              },\r\n              {\r\n                \"params\": [\r\n                  \"Inbound\"\r\n                ],\r\n                \"type\": \"alias\"\r\n              }\r\n            ],\r\n            [\r\n              {\r\n                \"params\": [\r\n                  \"bytes_rcvd\"\r\n                ],\r\n                \"type\": \"field\"\r\n              },\r\n              {\r\n                \"params\": [\r\n                  \"Outbound\"\r\n                ],\r\n                \"type\": \"alias\"\r\n              }\r\n            ]\r\n          ],\r\n          \"slimit\": \"\",\r\n          \"tags\": []\r\n        }\r\n      ],\r\n      \"timeFrom\": null,\r\n      \"timeShift\": null,\r\n      \"title\": \"Most active hosts\",\r\n      \"type\": \"table\"\r\n    }\r\n  ],\r\n  \"schemaVersion\": 26,\r\n  \"style\": \"dark\",\r\n  \"tags\": [],\r\n  \"templating\": {\r\n    \"list\": []\r\n  },\r\n  \"time\": {\r\n    \"from\": \"now-6h\",\r\n    \"to\": \"now\"\r\n  },\r\n  \"timepicker\": {},\r\n  \"timezone\": \"\",\r\n  \"title\": \"TestingDash\",\r\n  \"uid\": \"KMeK8SOGk\",\r\n  \"version\": 1\r\n}<\/pre>\n<\/details>\n<p>&nbsp;<\/p>\n<p>If anyone has any cool panels to add to this I&#8217;d be happy to post the JSON here and credit you for it! Just post it as a reply and I&#8217;ll add it.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ever wanted to have per host usage statics with pfSense? I know I have for awhile. There are packages you can get from the package manager that will accomplish this. Both darkstat and bandwidthd will do this for you. They will host a webpage or web server on your pfSense router. They are pretty self <br \/><a class=\"read-more-button\" href=\"https:\/\/angrysysadmins.tech\/index.php\/2020\/09\/grassyloki\/grafana-pfsense-per-ip-usage-statistics-panel\/\">Read More &raquo;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[170,193],"tags":[],"coauthors":[39],"class_list":["post-894","post","type-post","status-publish","format-standard","hentry","category-grafana","category-pfsense"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Grafana: pfSense Per IP Usage Statistics Panel with NtopNG - Angry Sysadmins<\/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:\/\/angrysysadmins.tech\/index.php\/2020\/09\/grassyloki\/grafana-pfsense-per-ip-usage-statistics-panel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Grafana: pfSense Per IP Usage Statistics Panel with NtopNG - Angry Sysadmins\" \/>\n<meta property=\"og:description\" content=\"Ever wanted to have per host usage statics with pfSense? I know I have for awhile. There are packages you can get from the package manager that will accomplish this. Both darkstat and bandwidthd will do this for you. They will host a webpage or web server on your pfSense router. They are pretty self Read More &raquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/angrysysadmins.tech\/index.php\/2020\/09\/grassyloki\/grafana-pfsense-per-ip-usage-statistics-panel\/\" \/>\n<meta property=\"og:site_name\" content=\"Angry Sysadmins\" \/>\n<meta property=\"article:published_time\" content=\"2020-09-14T20:58:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-09-14T22:39:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2020\/09\/Screenshot_20200914_022849-e1600065018236.png\" \/>\n<meta name=\"author\" content=\"Ryan Parker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ryan Parker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2020\\\/09\\\/grassyloki\\\/grafana-pfsense-per-ip-usage-statistics-panel\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2020\\\/09\\\/grassyloki\\\/grafana-pfsense-per-ip-usage-statistics-panel\\\/\"},\"author\":{\"name\":\"Ryan Parker\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#\\\/schema\\\/person\\\/651321cd35645fb6a4d8a75b7bc7c199\"},\"headline\":\"Grafana: pfSense Per IP Usage Statistics Panel with NtopNG\",\"datePublished\":\"2020-09-14T20:58:15+00:00\",\"dateModified\":\"2020-09-14T22:39:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2020\\\/09\\\/grassyloki\\\/grafana-pfsense-per-ip-usage-statistics-panel\\\/\"},\"wordCount\":531,\"commentCount\":4,\"image\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2020\\\/09\\\/grassyloki\\\/grafana-pfsense-per-ip-usage-statistics-panel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/angrysysadmins.tech\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/Screenshot_20200914_022849-e1600065018236.png\",\"articleSection\":[\"Grafana\",\"pfSense\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2020\\\/09\\\/grassyloki\\\/grafana-pfsense-per-ip-usage-statistics-panel\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2020\\\/09\\\/grassyloki\\\/grafana-pfsense-per-ip-usage-statistics-panel\\\/\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2020\\\/09\\\/grassyloki\\\/grafana-pfsense-per-ip-usage-statistics-panel\\\/\",\"name\":\"Grafana: pfSense Per IP Usage Statistics Panel with NtopNG - Angry Sysadmins\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2020\\\/09\\\/grassyloki\\\/grafana-pfsense-per-ip-usage-statistics-panel\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2020\\\/09\\\/grassyloki\\\/grafana-pfsense-per-ip-usage-statistics-panel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/angrysysadmins.tech\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/Screenshot_20200914_022849-e1600065018236.png\",\"datePublished\":\"2020-09-14T20:58:15+00:00\",\"dateModified\":\"2020-09-14T22:39:10+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#\\\/schema\\\/person\\\/651321cd35645fb6a4d8a75b7bc7c199\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2020\\\/09\\\/grassyloki\\\/grafana-pfsense-per-ip-usage-statistics-panel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2020\\\/09\\\/grassyloki\\\/grafana-pfsense-per-ip-usage-statistics-panel\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2020\\\/09\\\/grassyloki\\\/grafana-pfsense-per-ip-usage-statistics-panel\\\/#primaryimage\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/Screenshot_20200914_022849-e1600065018236.png\",\"contentUrl\":\"https:\\\/\\\/angrysysadmins.tech\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/Screenshot_20200914_022849-e1600065018236.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2020\\\/09\\\/grassyloki\\\/grafana-pfsense-per-ip-usage-statistics-panel\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/angrysysadmins.tech\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Grafana: pfSense Per IP Usage Statistics Panel with NtopNG\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#website\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/\",\"name\":\"Angry Sysadmins\",\"description\":\"A site full of angry sysadmins here to vent and help\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/angrysysadmins.tech\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#\\\/schema\\\/person\\\/651321cd35645fb6a4d8a75b7bc7c199\",\"name\":\"Ryan Parker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fc12b1a02765c8017062ee6f41eb34a7b14575bcd8acd7da40e176fe8f12b10f?s=96&d=mm&r=g664d0e05248e51cb1d71b3f66c6f929d\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fc12b1a02765c8017062ee6f41eb34a7b14575bcd8acd7da40e176fe8f12b10f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fc12b1a02765c8017062ee6f41eb34a7b14575bcd8acd7da40e176fe8f12b10f?s=96&d=mm&r=g\",\"caption\":\"Ryan Parker\"},\"description\":\"Professionally im a Infrastructure Security Specialist. I current maintain a homelab with about 3TB of RAM, 240+ TB of storage, tons of CPU cores, and 100gbit networking backbone in the garage running up my electricity bill.\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/author\\\/grassyloki\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Grafana: pfSense Per IP Usage Statistics Panel with NtopNG - Angry Sysadmins","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:\/\/angrysysadmins.tech\/index.php\/2020\/09\/grassyloki\/grafana-pfsense-per-ip-usage-statistics-panel\/","og_locale":"en_US","og_type":"article","og_title":"Grafana: pfSense Per IP Usage Statistics Panel with NtopNG - Angry Sysadmins","og_description":"Ever wanted to have per host usage statics with pfSense? I know I have for awhile. There are packages you can get from the package manager that will accomplish this. Both darkstat and bandwidthd will do this for you. They will host a webpage or web server on your pfSense router. They are pretty self Read More &raquo;","og_url":"https:\/\/angrysysadmins.tech\/index.php\/2020\/09\/grassyloki\/grafana-pfsense-per-ip-usage-statistics-panel\/","og_site_name":"Angry Sysadmins","article_published_time":"2020-09-14T20:58:15+00:00","article_modified_time":"2020-09-14T22:39:10+00:00","og_image":[{"url":"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2020\/09\/Screenshot_20200914_022849-e1600065018236.png","type":"","width":"","height":""}],"author":"Ryan Parker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ryan Parker","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/angrysysadmins.tech\/index.php\/2020\/09\/grassyloki\/grafana-pfsense-per-ip-usage-statistics-panel\/#article","isPartOf":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2020\/09\/grassyloki\/grafana-pfsense-per-ip-usage-statistics-panel\/"},"author":{"name":"Ryan Parker","@id":"https:\/\/angrysysadmins.tech\/#\/schema\/person\/651321cd35645fb6a4d8a75b7bc7c199"},"headline":"Grafana: pfSense Per IP Usage Statistics Panel with NtopNG","datePublished":"2020-09-14T20:58:15+00:00","dateModified":"2020-09-14T22:39:10+00:00","mainEntityOfPage":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2020\/09\/grassyloki\/grafana-pfsense-per-ip-usage-statistics-panel\/"},"wordCount":531,"commentCount":4,"image":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2020\/09\/grassyloki\/grafana-pfsense-per-ip-usage-statistics-panel\/#primaryimage"},"thumbnailUrl":"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2020\/09\/Screenshot_20200914_022849-e1600065018236.png","articleSection":["Grafana","pfSense"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/angrysysadmins.tech\/index.php\/2020\/09\/grassyloki\/grafana-pfsense-per-ip-usage-statistics-panel\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/angrysysadmins.tech\/index.php\/2020\/09\/grassyloki\/grafana-pfsense-per-ip-usage-statistics-panel\/","url":"https:\/\/angrysysadmins.tech\/index.php\/2020\/09\/grassyloki\/grafana-pfsense-per-ip-usage-statistics-panel\/","name":"Grafana: pfSense Per IP Usage Statistics Panel with NtopNG - Angry Sysadmins","isPartOf":{"@id":"https:\/\/angrysysadmins.tech\/#website"},"primaryImageOfPage":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2020\/09\/grassyloki\/grafana-pfsense-per-ip-usage-statistics-panel\/#primaryimage"},"image":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2020\/09\/grassyloki\/grafana-pfsense-per-ip-usage-statistics-panel\/#primaryimage"},"thumbnailUrl":"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2020\/09\/Screenshot_20200914_022849-e1600065018236.png","datePublished":"2020-09-14T20:58:15+00:00","dateModified":"2020-09-14T22:39:10+00:00","author":{"@id":"https:\/\/angrysysadmins.tech\/#\/schema\/person\/651321cd35645fb6a4d8a75b7bc7c199"},"breadcrumb":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2020\/09\/grassyloki\/grafana-pfsense-per-ip-usage-statistics-panel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/angrysysadmins.tech\/index.php\/2020\/09\/grassyloki\/grafana-pfsense-per-ip-usage-statistics-panel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/angrysysadmins.tech\/index.php\/2020\/09\/grassyloki\/grafana-pfsense-per-ip-usage-statistics-panel\/#primaryimage","url":"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2020\/09\/Screenshot_20200914_022849-e1600065018236.png","contentUrl":"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2020\/09\/Screenshot_20200914_022849-e1600065018236.png"},{"@type":"BreadcrumbList","@id":"https:\/\/angrysysadmins.tech\/index.php\/2020\/09\/grassyloki\/grafana-pfsense-per-ip-usage-statistics-panel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/angrysysadmins.tech\/"},{"@type":"ListItem","position":2,"name":"Grafana: pfSense Per IP Usage Statistics Panel with NtopNG"}]},{"@type":"WebSite","@id":"https:\/\/angrysysadmins.tech\/#website","url":"https:\/\/angrysysadmins.tech\/","name":"Angry Sysadmins","description":"A site full of angry sysadmins here to vent and help","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/angrysysadmins.tech\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/angrysysadmins.tech\/#\/schema\/person\/651321cd35645fb6a4d8a75b7bc7c199","name":"Ryan Parker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/fc12b1a02765c8017062ee6f41eb34a7b14575bcd8acd7da40e176fe8f12b10f?s=96&d=mm&r=g664d0e05248e51cb1d71b3f66c6f929d","url":"https:\/\/secure.gravatar.com\/avatar\/fc12b1a02765c8017062ee6f41eb34a7b14575bcd8acd7da40e176fe8f12b10f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fc12b1a02765c8017062ee6f41eb34a7b14575bcd8acd7da40e176fe8f12b10f?s=96&d=mm&r=g","caption":"Ryan Parker"},"description":"Professionally im a Infrastructure Security Specialist. I current maintain a homelab with about 3TB of RAM, 240+ TB of storage, tons of CPU cores, and 100gbit networking backbone in the garage running up my electricity bill.","url":"https:\/\/angrysysadmins.tech\/index.php\/author\/grassyloki\/"}]}},"_links":{"self":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts\/894","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/comments?post=894"}],"version-history":[{"count":16,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts\/894\/revisions"}],"predecessor-version":[{"id":914,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts\/894\/revisions\/914"}],"wp:attachment":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/media?parent=894"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/categories?post=894"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/tags?post=894"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/coauthors?post=894"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}