more articles
This commit is contained in:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user