|
6c28f6367e
|
Poller run time graphing
|
2014-09-30 19:13:50 +01:00 |
|
|
97a21ae519
|
Start on graphing performance metrics
|
2014-09-30 19:13:50 +01:00 |
|
|
10e24653be
|
Merge pull request #296 from laf/issue-laf-40
Fixed the device image in the devices list (now shows image)
|
2014-09-30 19:19:16 +01:00 |
|
|
40ffbe03e8
|
Fixed the device image in the devices list (now shows image)
|
2014-09-30 02:27:52 +01:00 |
|
|
bfec971f9f
|
Merge pull request #292 from paulgear/master
Fix MAC address change false positives
|
2014-09-28 02:21:26 +01:00 |
|
|
5f9ebd1551
|
Fix MAC address change false positives
|
2014-09-28 11:07:30 +10:00 |
|
|
0852cb34dd
|
Merge pull request #291 from paulgear/master
API additions and updates; minor tidies
|
2014-09-28 11:06:22 +10:00 |
|
|
11f475b405
|
Syntaxy fix
|
2014-09-28 09:56:33 +10:00 |
|
|
1783958896
|
Revert "Don't exclude plugins from git"
This reverts commit a38b2f37c2a99a959edf0aa145e11be3409a5e9e.
|
2014-09-28 09:33:29 +10:00 |
|
|
508e0b816d
|
Fix Scrutinizer errors
|
2014-09-28 09:30:36 +10:00 |
|
|
8a3117f0dc
|
Rewrite ugly if-else one-liners as ternary operator
|
2014-09-28 09:30:18 +10:00 |
|
|
d6245fd6ba
|
Correctly set error code for missing SNMP version
|
2014-09-27 18:34:23 +10:00 |
|
|
82613f17ee
|
keep scrutinizer from complaining about snmpver not being set for all execution paths
|
2014-09-27 18:27:45 +10:00 |
|
|
cb8afb0451
|
Remove obsolete function (already provided by getidbyname)
|
2014-09-27 16:35:31 +10:00 |
|
|
e48c1a6730
|
Use more accurate HTTP status code for device add
|
2014-09-27 16:34:43 +10:00 |
|
|
9d4a9dfa30
|
Re-implement get_device using existing primitives
|
2014-09-27 16:34:36 +10:00 |
|
|
48d3a43669
|
Tidy device deletion
|
2014-09-27 16:32:55 +10:00 |
|
|
7a1d342348
|
Order devices by API entry point
|
2014-09-27 15:26:27 +10:00 |
|
|
76f5ab87a9
|
Add function to get information about a single device
|
2014-09-27 15:25:43 +10:00 |
|
|
a58c857ed2
|
Provide more useful diagnostics when adding a device via the API
|
2014-09-27 15:23:32 +10:00 |
|
|
4a8f54dafc
|
Increase API token length to allow for future growth
|
2014-09-27 14:49:33 +10:00 |
|
|
0a351ecf58
|
Supply more specific error code when API token is missing or invalid
|
2014-09-27 14:48:08 +10:00 |
|
|
1ddb2901cc
|
Minor tweaks to footer to show we're our own project now. :-)
|
2014-09-27 13:51:07 +10:00 |
|
|
a38b2f37c2
|
Don't exclude plugins from git
|
2014-09-27 12:12:16 +10:00 |
|
|
69edfae5a3
|
Make API docs match current state of API
|
2014-09-27 12:08:03 +10:00 |
|
|
e0d8011c29
|
Merge pull request #290 from laf/issue-laf-39
SNMP passwords are now hidden on an edit snmp form
|
2014-09-27 11:40:46 +10:00 |
|
|
cbeb0ae378
|
SNMP passwords are now hidden on an edit snmp form
|
2014-09-23 23:54:23 +01:00 |
|
|
98ddc0181b
|
Merge pull request #282 from laf/api
Initial API release; note it is marked v0 - not guaranteed stable until v1 is reached.
|
2014-09-22 20:25:17 +10:00 |
|
|
8790bfee0a
|
Added api call to delete device
|
2014-09-17 21:03:02 +01:00 |
|
|
d40244cb06
|
Moved to version 0 of the api for release
|
2014-09-17 18:49:04 +01:00 |
|
|
e81ce9ff60
|
Removed one of the router variables as it was not needed
|
2014-09-17 18:45:44 +01:00 |
|
|
a0b52743d0
|
Updated api routes to new format + moved includes file to correct location
|
2014-09-16 22:19:29 +01:00 |
|
|
5d83c30708
|
Started work on creating/updating tokens
|
2014-09-16 22:19:29 +01:00 |
|
|
b980710a4e
|
Added urldecode for ports in API to deal with slashes in port names
|
2014-09-16 22:19:28 +01:00 |
|
|
754c0b0507
|
Fixed some scrutinizer issues
|
2014-09-16 22:19:28 +01:00 |
|
|
41cf25639f
|
Added Slim exclusion to .scrutinizer.yml
|
2014-09-16 22:19:28 +01:00 |
|
|
070f4d60bd
|
Added documentation and a function to tidy up json output
|
2014-09-16 22:19:28 +01:00 |
|
|
ad6d425333
|
Added add_device api call
|
2014-09-16 22:19:28 +01:00 |
|
|
b8df0596a9
|
Added list devices api call
|
2014-09-16 22:19:28 +01:00 |
|
|
dabe45a257
|
Updated url in comments to match new format
|
2014-09-16 22:19:28 +01:00 |
|
|
47c91b458e
|
Moved to use X-Auth-Token header for auth and new url format for later use
|
2014-09-16 22:19:28 +01:00 |
|
|
96c0457a75
|
More updates to api
|
2014-09-16 22:19:28 +01:00 |
|
|
edec1c0c7d
|
Initial API release
|
2014-09-16 22:19:28 +01:00 |
|
|
704d7f6703
|
Merge pull request #289 from laf/issue-laf-38
Added none to vtpversion check; bad Cisco - no biscuit.
|
2014-09-10 16:46:49 +10:00 |
|
|
d0fa4eb9ec
|
Added none to vtpversion check
|
2014-09-09 20:46:17 +01:00 |
|
|
5807021c93
|
Merge pull request #288 from paulgear/master
Make add button display consistent on user edit screen
|
2014-08-27 11:32:56 +01:00 |
|
|
0fce5d623c
|
Merge branch 'master' of git://github.com/librenms/librenms
|
2014-08-27 20:32:10 +10:00 |
|
|
17c004e279
|
Merge pull request #287 from laf/issue-laf-33
Removed session regeneration
|
2014-08-27 20:28:37 +10:00 |
|
|
e9381f9501
|
Make add button display consistent on user edit screen
|
2014-08-27 20:09:29 +10:00 |
|
|
2facfd2836
|
Tidy roadmap a little
Most of this probably should move to the development blog
|
2014-08-22 18:31:56 +10:00 |
|