more articles

This commit is contained in:
2019-01-03 20:59:50 +01:00
parent 77cff49e41
commit fccaeed07e
9 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<!-- { "title", "Something completely different: SNMP to MySQL" } -->
<!-- { "title": "Something completely different: SNMP to MySQL" } -->
<h1>#title#</h1>
<p>
I'm helping to maintain a fleet of about 50 printers in a charity distributed over about 30 locations in the city. Now, they wanted to know how much the individual printers are utilized to get some numbers for an effort to reduce the number of printers.
@ -119,7 +119,7 @@ CREATE TABLE `collecteddata_t` (
KEY `devicedataitem_fk_idx` (`devicedataitem`),
CONSTRAINT `devicedataitem_fk` FOREIGN KEY (`devicedataitem`) REFERENCES `devicedataitem_t` (`id`)
</code>
<pre>
</pre>
And here are the sources: