Commit Graph
3843 Commits
Author SHA1 Message Date
Paul Gear e6fe3bea4f Merge pull request #294 from laf/api
Added the ability to create tokens
2014-10-07 19:41:47 +10:00
Paul Gear 3d0c11bca4 Merge pull request #299 from laf/issue-laf-43
Added a new library to support on screen notification messages
2014-10-07 19:40:42 +10:00
Paul Gear d665a101ac Merge pull request #297 from laf/issue-laf-42
Fixed the placement of overlib popup images
2014-10-07 19:32:41 +10:00
Paul Gear b4cc92475d Merge pull request #295 from laf/issue-laf-37
Adding ping and poller graphs for devices
2014-10-07 19:31:21 +10:00
laf 48bc04bfcc Removed custom.js file and include 2014-10-07 10:28:13 +01:00
laf 794c33e57b Updated create token to auto-generate token 2014-10-06 17:19:04 +01:00
laf 8851fe42ca Added a new library to support on screen notification messages 2014-10-01 00:14:26 +01:00
Neil Lathwood c02e0c93ad Merge pull request #298 from laf/api-url
Added urldecode/encode support
2014-09-30 21:44:08 +01:00
laf 9ba4b464ea Added urldecode/encode support 2014-09-30 21:30:22 +01:00
laf 22f2f9e045 Removing urlencode/decode to put in a separate pr 2014-09-30 21:28:48 +01:00
laf 5519f97d35 Fixed the placement of overlib popup images 2014-09-30 21:24:47 +01:00
Neil Lathwood 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
laf 62200aa5eb Fixed some scrutinizer warnings 2014-09-30 19:13:51 +01:00
laf 8ea7a16e3e Added sql schema update for ping graphs 2014-09-30 19:13:51 +01:00
laf 6afaa17a80 Updated ping rrd response to include fping6 response 2014-09-30 19:13:51 +01:00
laf 9a178363a0 Added ping response graphs and some small updates 2014-09-30 19:13:50 +01:00
laf 6a1ebd9db4 Updated graph from area to line 2014-09-30 19:13:50 +01:00
laf 6c28f6367e Poller run time graphing 2014-09-30 19:13:50 +01:00
laf 97a21ae519 Start on graphing performance metrics 2014-09-30 19:13:50 +01:00
laf 40ffbe03e8 Fixed the device image in the devices list (now shows image) 2014-09-30 02:27:52 +01:00
laf dbab1c12ca Added urldecode/urlencode to ifname variables 2014-09-30 01:26:37 +01:00
laf af5e4e6483 Updated password generator function from scrutinizer report 2014-09-30 00:33:28 +01:00
laf 17a3689a78 Added the ability to create tokens 2014-09-30 00:17:55 +01:00
Neil Lathwood bfec971f9f Merge pull request #292 from paulgear/master
Fix MAC address change false positives
2014-09-28 02:21:26 +01:00
Paul Gear 5f9ebd1551 Fix MAC address change false positives 2014-09-28 11:07:30 +10:00
Paul Gear 0852cb34dd Merge pull request #291 from paulgear/master
API additions and updates; minor tidies
2014-09-28 11:06:22 +10:00
Paul Gear 11f475b405 Syntaxy fix 2014-09-28 09:56:33 +10:00
Paul Gear 1783958896 Revert "Don't exclude plugins from git"
This reverts commit a38b2f37c2.
2014-09-28 09:33:29 +10:00
Paul Gear 508e0b816d Fix Scrutinizer errors 2014-09-28 09:30:36 +10:00
Paul Gear 8a3117f0dc Rewrite ugly if-else one-liners as ternary operator 2014-09-28 09:30:18 +10:00
Paul Gear d6245fd6ba Correctly set error code for missing SNMP version 2014-09-27 18:34:23 +10:00
Paul Gear 82613f17ee keep scrutinizer from complaining about snmpver not being set for all execution paths 2014-09-27 18:27:45 +10:00
Paul Gear cb8afb0451 Remove obsolete function (already provided by getidbyname) 2014-09-27 16:35:31 +10:00
Paul Gear e48c1a6730 Use more accurate HTTP status code for device add 2014-09-27 16:34:43 +10:00
Paul Gear 9d4a9dfa30 Re-implement get_device using existing primitives 2014-09-27 16:34:36 +10:00
Paul Gear 48d3a43669 Tidy device deletion 2014-09-27 16:32:55 +10:00
Paul Gear 7a1d342348 Order devices by API entry point 2014-09-27 15:26:27 +10:00
Paul Gear 76f5ab87a9 Add function to get information about a single device 2014-09-27 15:25:43 +10:00
Paul Gear a58c857ed2 Provide more useful diagnostics when adding a device via the API 2014-09-27 15:23:32 +10:00
Paul Gear 4a8f54dafc Increase API token length to allow for future growth 2014-09-27 14:49:33 +10:00
Paul Gear 0a351ecf58 Supply more specific error code when API token is missing or invalid 2014-09-27 14:48:08 +10:00
Paul Gear 1ddb2901cc Minor tweaks to footer to show we're our own project now. :-) 2014-09-27 13:51:07 +10:00
Paul Gear a38b2f37c2 Don't exclude plugins from git 2014-09-27 12:12:16 +10:00
Paul Gear 69edfae5a3 Make API docs match current state of API 2014-09-27 12:08:03 +10:00
Paul Gear 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
laf cbeb0ae378 SNMP passwords are now hidden on an edit snmp form 2014-09-23 23:54:23 +01:00
Paul Gear 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
laf 8790bfee0a Added api call to delete device 2014-09-17 21:03:02 +01:00
laf d40244cb06 Moved to version 0 of the api for release 2014-09-17 18:49:04 +01:00
laf e81ce9ff60 Removed one of the router variables as it was not needed 2014-09-17 18:45:44 +01:00