Commit Graph
20 Commits
Author SHA1 Message Date
David Bell 761f55b8db Removed large unrequired loop.
An example output that shows this is still working:

...
snmpOutTraps.0 = 0
snmpEnableAuthenTraps.0 = enabled
snmpSilentDrops.0 = 0
snmpProxyDrops.0 = 0

RRD Disabled RRD update /opt/librenms/rrd/xxx/netstats-snmp.rrd N:173688066:172651761:0:50736:0:0:0:0:0:0:0:210621835:0:167870188:2601931:0:0:0:4:74625425:0:0:0:0:0:172651443:0:U:0:0
...

(Note the U 3rd from the end)
2016-04-19 16:04:24 +01:00
David Bell 933e163222 Corrected more formatting. I don't like your coding style! :) 2016-04-19 11:53:06 +01:00
David Bell f9fda59abd Corrected formatting. 2016-04-19 11:45:03 +01:00
David Bell a988e83df7 Version 2 of sending the correct data to influx. Also catching the exception that would stop updates working. 2016-04-12 10:01:20 +01:00
Dave Bell 79c7540fa7 Merge commit '4430658932762ead3661231492b8074f144ea4b6' into influxdb-php
Conflicts:
	lib/influxdb-php/.gitignore
	lib/influxdb-php/README.md
2016-03-29 23:06:15 +01:00
Dave Bell 4430658932 Squashed 'lib/influxdb-php/' changes from 9698292..5facc95
5facc95 Merge pull request #42 from tuupola/no-dev-master
b52d2cb Do not courage installing dev-master
0b88830 Merge branch 'release/1.3.0'
ce4a39b Changelog 1.3.0
22ff83e Merge pull request #38 from influxdata/feature/travis
0448a6d Fixed order contributors
1934531 Travis container-infra and php 7
42ba3a0 Merge pull request #37 from influxdata/feature/fix-testsuite
18f1c3a Fixed wrong orderby tests
9dc71c0 Merge pull request #35 from skazi0/order-by
f20ec57 Merge pull request #36 from skazi0/reserved-dbnames-fix
2232e47 Updated dependencies, added testscript
110ae56 added explicit testing of reserved keywords quoting
fa4b7e7 added test
a8cffeb - fixed tests - added more name quoting
223dc0f Update README.md
8375b67 added orderBy to query builder
07ce381 added quoting of dbname in queries
a2d6301 Fixed issue with listUsers, added getColumns and added unit tests
430d3e2 Fixed issue with intval function on 32bit php
ac12b98 Updated travis/codeclimate links after org rename to influxdata
5b2b53f Added support for 32 bit systems and added setters/getters for Point fields
5da903f Bumped version to 1.1.3; added support for symfony 3
9109fa2 Merge pull request #32 from sc0rp10/master
2fc58a6 change symfony/event-dispatcher version to 2.*|3.*
b1201e9 Merge pull request #27 from mermetbt/master
351c1a1 Leave booleans lowercase.
44b1fbc Merge pull request #26 from andig/fix-24
20bd2e7 Fix check timestamp format and add unit tests.
5ddab42 The Guzzle driver now throw an exception when the response has an invalid return code.
7c0f681 Fix multi-point encoding on windows
82b7540 Merge pull request #20 from iGusev/patch-2
2f83ba0 Improved test coverage
cb45f82 Modified readme for 1.1.2
99cf644 Merge pull request #23 from influxdb/ISSUE-21
b0ee796 ISSUE-21 - Fixed issue with authentication not working for write operations
a0d4215 Added groupBy method to QueryBuilder
b3cfd74 Added support for 0.9.4; added getlastQuery; added database if not exists support
22fda13 Merge pull request #19 from iGusev/patch-1
e96bb6d Code formatting
03b4cea Merge pull request #18 from cnelissen/escape-invalid-characters
6bb8e25 Merge pull request #17 from cnelissen/write-falsey-values
dddf3c7 Escape invalid characters
7e23035 Allow falsey value
29b13ed Changed version from 1.0.2 to 1.1.0
87e284c Updated changelog
df5d181 Added support for 0.9.3rc2
4f3f99c Merge pull request #16 from erwinw/patch-1
b1eb0b2 Update README.md

git-subtree-dir: lib/influxdb-php
git-subtree-split: 5facc95ef61ae66b365e878f69a9e8185693da89
2016-03-29 23:05:25 +01:00
David Bell 050b8e4d5c Include newlines in sysDescr 2016-03-22 16:14:56 +00:00
David Bell d8042920d2 Merge branch 'master' of https://github.com/geordish/librenms into issue-3183 2016-03-09 21:03:08 +00:00
David Bell 39aaf84c74 Changing to a simpler fix suggested by @ekoyle 2016-03-09 21:01:47 +00:00
David Bell 6b4d58558f Fix for admin users 2016-03-08 15:28:19 +00:00
David Bell a09d3143f5 Can't push to an empty array 2016-03-08 15:22:02 +00:00
David Bell 0d8ba52a73 I agree to the conditions of the Contributor Agreement
contained in doc/General/Contributing.md.
2016-03-08 15:04:44 +00:00
David Bell f381adad45 The SQL query that was being generated was messed up. I've attempted to refactor the way the query gets generated. Not 100% certain this is the best way to go about it 2016-03-08 14:56:25 +00:00
David Bell a33d16dafa Corrected inserting ' into overide syslocation string 2016-03-08 11:18:33 +00:00
David Bell 96c9a9ad60 Update generic_multi_seperated.inc.php
This fixes the syntax of the area statement.

Was previously producing 
AREA:outbits1_neg#c0a060:STACK

Should be producing
AREA:outbits1_neg#c0a060::STACK

(Blank legend item)
2016-03-07 21:45:56 +00:00
David Bell 6aa8d1d741 Merge pull request #1 from librenms/master
syncing with master
2016-03-07 21:42:20 +00:00
David Bell d2db4a4af2 Corrected aggregate graph on smokeping page 2016-03-07 11:40:47 +00:00
David Bell 91288aff52 The rotating box between Top 10 devices, and Top 10 ports is not wide enough when it is on the Top 10 ports. This causes the box to extend down over the Summary box below. 2016-03-02 16:10:37 +00:00
David Bell 566addbfcf Added a space in popup to make it look a bit prettier 2016-03-01 16:15:49 +00:00
David Bell 429ac63498 Fixed tooltip on geomap. 2016-03-01 15:30:25 +00:00