Commit Graph

  • a0fcf1600e Merge branch 'master' of https://github.com/hpcloud-mon/mon-api Derrick Johnson 2014-07-09 10:23:16 -07:00
  • 0b1d251e12 fixing middleware disabled Derrick Johnson 2014-07-09 10:23:10 -07:00
  • d5d1dcae98 Do not use auth filters if middleware is disabled Jonathan Halterman 2014-07-09 09:50:26 -07:00
  • f39b64d088 Removed unused imports Jonathan Halterman 2014-07-09 09:50:11 -07:00
  • 370652bb93 Added ability to filter alarms by name Jonathan Halterman 2014-07-08 12:56:35 -07:00
  • 84c7e8f004 Renamed a few classes according to google style guide's naming conventions Jonathan Halterman 2014-07-08 12:33:47 -07:00
  • f798e6aa72 Killed compile warnings Jonathan Halterman 2014-07-08 12:33:29 -07:00
  • 7ef076a824 Formatted code according to google style guide Jonathan Halterman 2014-07-08 11:28:33 -07:00
  • e3fb6f800b Organized persistence code around technology specific packages Jonathan Halterman 2014-07-08 11:16:08 -07:00
  • bfd33969fe Fixed import warnings Jonathan Halterman 2014-07-08 10:32:46 -07:00
  • 2556cd7d4b Moved db config classes to persistence package Jonathan Halterman 2014-07-08 10:32:05 -07:00
  • 1327220728 Merge pull request #6 from hpcloud-mon/CORS-support raymondr 2014-07-03 08:06:43 -06:00
  • 69c206b929 Only enable the http methods for CORS that grafana needs Rob Raymond 2014-07-03 08:04:56 -06:00
  • 0ec9f1047f Remove unneccesary cast Rob Raymond 2014-07-03 07:56:16 -06:00
  • 1f20504c89 Add CORS support and switch back to vertica in conf Rob Raymond 2014-07-02 16:49:56 -06:00
  • 6170f51c65 Add CORS support and switch back to vertica in conf Rob Raymond 2014-07-02 16:49:56 -06:00
  • 9a6f0dee2c Make seq number a long. Format dates with UTC indicator 'Z'. Deklan Dieterly 2014-07-02 15:04:48 -06:00
  • 045b94407d Fix all time cast exceptions. Format sequence number and measurement to be non-exponential. Deklan Dieterly 2014-07-02 14:05:31 -06:00
  • 3585a5debe Fix time bug. Deklan Dieterly 2014-07-02 08:56:51 -06:00
  • 8ad35b093b changed code to include changes for mon-middleware Derrick Johnson 2014-06-29 11:36:44 -07:00
  • a7ff750658 merged middle changes Derrick Johnson 2014-06-26 15:50:31 -07:00
  • d42eef6302 Added cross-origin servlet filter. Jonathan Halterman 2014-06-26 14:55:58 -07:00
  • a401c62b8f removing middleware code from mon-api Derrick Johnson 2014-06-25 23:18:18 -07:00
  • 3556768fbb removing middleware code from mon-api Derrick Johnson 2014-06-25 23:17:44 -07:00
  • 3f0cd69257 restructured middleware into hpcloud Derrick Johnson 2014-06-25 21:40:03 -07:00
  • 3da964eeb9 removing hard coded parameters and removing debugging Derrick Johnson 2014-06-25 13:26:53 -07:00
  • 7f809794f7 changed to original pom file Derrick Johnson 2014-06-25 03:10:13 -07:00
  • 82fdc6153d fixing pom.xml after merge Derrick Johnson 2014-06-25 02:59:50 -07:00
  • b7dfa92543 had to add the influx db dependency back after the merge removed it Derrick Johnson 2014-06-25 02:55:37 -07:00
  • 3f04d0566f merge complete Derrick Johnson 2014-06-25 02:52:16 -07:00
  • ba70f5c4ba removed old files added configuration options Derrick Johnson 2014-06-25 02:37:21 -07:00
  • aac9f253fb remove unused classes and cleaning up caching code Derrick Johnson 2014-06-25 01:49:47 -07:00
  • 9fdc9c5d93 cleaning up code Derrick Johnson 2014-06-24 23:59:40 -07:00
  • 7ea6d519f6 removed unused files Derrick Johnson 2014-06-24 23:38:21 -07:00
  • 43bda2ef53 commented out unnecessary files and code Derrick Johnson 2014-06-24 23:31:17 -07:00
  • 8546200450 Merge pull request #5 from hpcloud-mon/order-by-timestamp Jonathan Halterman 2014-06-24 16:43:15 -07:00
  • c3915ad620 Added order by time_stamp, id to query in MeasurementVerticaRepositoryImpl Roland Hochmuth 2014-06-24 20:13:49 +00:00
  • e817b7977b Add sample config file. Deklan Dieterly 2014-06-24 10:38:44 -06:00
  • d2f659879a Add unit tests. Deklan Dieterly 2014-06-24 07:58:33 -06:00
  • cf0475a789 Inject InfluxDB connection. Deklan Dieterly 2014-06-23 12:54:50 -06:00
  • 68030d77d4 Refactor code to remove duplication. Add unit tests. Deklan Dieterly 2014-06-23 11:10:41 -06:00
  • 6f5898c58b Prevent SQL injection attacks. Deklan Dieterly 2014-06-19 14:17:09 -06:00
  • 18b5e896c7 still need to fix problem when pool is at max Derrick Johnson 2014-06-19 11:16:52 -07:00
  • 9a06969214 Optimize the query for series names. Deklan Dieterly 2014-06-19 10:49:38 -06:00
  • 1b4eafa4c5 Allow queries with no dimensions specified. Deklan Dieterly 2014-06-19 10:28:00 -06:00
  • 5e38df6304 Allow InfluxDBConfiguration to be null. Deklan Dieterly 2014-06-18 10:17:25 -06:00
  • 748b09dc2c Merge branch 'influxdb-support' Deklan Dieterly 2014-06-18 08:06:23 -06:00
  • 7421c0af54 Merge branch 'master' into influxdb-support Deklan Dieterly 2014-06-18 08:02:58 -06:00
  • 6dd12bc86c Rename Vertica driver implementations. Deklan Dieterly 2014-06-18 07:39:49 -06:00
  • ff104ca280 Add copyright header. Deklan Dieterly 2014-06-18 07:34:39 -06:00
  • bbaf027e9f Merge pull request #3 from hpcloud-mon/fix-metric-name Derrick Johnson 2014-06-17 10:24:35 -07:00
  • 8962135a01 Remove sys.err messages on bad DB detected. Deklan Dieterly 2014-06-17 10:16:49 -06:00
  • 54ce568772 Replace string cat with StringBuilder in tight for loop with potential for many iterations. Deklan Dieterly 2014-06-17 10:09:41 -06:00
  • c1cc6cd239 testing authentication Derrick Johnson 2014-06-16 18:47:33 -07:00
  • 0dba27f272 Remove empty statement. Deklan Dieterly 2014-06-16 15:15:05 -06:00
  • cc9d3d4ee1 Throw ProvisionException when unknown DB is encountered. Deklan Dieterly 2014-06-16 15:01:44 -06:00
  • 04d2d540b2 Add influxDB Support. Deklan Dieterly 2014-06-16 13:26:59 -06:00
  • a58abde8ce Added metric name to measuremnts query Roland Hochmuth 2014-06-16 12:49:13 -06:00
  • f6783a2db6 Update README.md Deklan Dieterly 2014-06-11 14:09:47 -06:00
  • 8f9a328795 Update README.md Deklan Dieterly 2014-06-11 14:09:03 -06:00
  • 9160e13ba9 Update README.md Deklan Dieterly 2014-06-11 14:08:13 -06:00
  • 17f40c2803 Update README.md Deklan Dieterly 2014-06-11 13:25:22 -06:00
  • a83e51c9fa not authenticating Derrick Johnson 2014-06-10 12:51:42 -05:00
  • 64656670d8 Merge pull request #2 from hpcloud-mon/region-config Jonathan Halterman 2014-06-02 14:06:07 -07:00
  • 377be4d905 Add region configuration and use region as meta for all posted metrics. Jonathan Halterman 2014-06-02 13:52:27 -07:00
  • 648bb38cd8 updated to get middleware working Derrick Johnson 2014-06-02 12:13:13 -04:00
  • 4a25ae2f59 JAH-1891 Threshold Engine will not update State properly if user has changed state via the API Craig Bryant 2014-05-29 16:43:20 -06:00
  • 47e90183cb Changes so it will use mon-common from the local snapshot. Change URLs to github Craig Bryant 2014-05-30 10:09:15 -06:00
  • 30231966e9 Add in checkConnectionOnBorrow: true to sample config file to prevent connection problems when idle overnight Craig Bryant 2014-05-20 10:43:50 -06:00
  • 275bdb04e9 Only check for action existence once across all action types Jonathan Halterman 2014-05-29 16:39:25 -07:00
  • 77d6f82ccd fix for end_time parameter problem Derrick Johnson 2014-05-27 16:24:46 -04:00
  • 1f6489c806 bug fix for handling case insensitive statistics Derrick Johnson 2014-05-27 14:10:49 -04:00
  • 1d9691c634 correct the input for state Derrick Johnson 2014-05-23 14:41:05 -04:00
  • dc9d90f423 Change enabled field to actions_enabled for alarm PATCH calls Jonathan Halterman 2014-05-22 11:44:45 -07:00
  • 7a215de162 Allow severity to not be set. Will default to low Craig Bryant 2014-05-12 11:21:02 -06:00
  • ba305dd226 Merge branch 'master' of github.com:hpcloud-mon/mon-api Craig Bryant 2014-05-12 10:54:06 -06:00
  • 2701de7654 remove log folder Jonathan Halterman 2014-05-12 09:39:52 -07:00
  • 310007d801 merged craig's changes Derrick Johnson 2014-05-12 08:20:57 -04:00
  • 4306bd6491 Merge branch 'master' of github.com:hpcloud-mon/mon-api Roland Hochmuth 2014-05-09 16:38:55 -06:00
  • 2c2c87cced Modified README.md Roland Hochmuth 2014-05-09 16:36:14 -06:00
  • b659c24de7 Delete prod-hpmiddleware-truststore.jks Roland Hochmuth 2014-05-09 13:04:54 -06:00
  • 1d10fab5d9 Delete prod-hpmiddleware-truststore.jks Roland Hochmuth 2014-05-09 13:04:54 -06:00
  • d85a8206c4 Delete prod-hpmiddleware-keystore.jks Roland Hochmuth 2014-05-09 13:04:46 -06:00
  • 828c5c1b81 Delete prod-hpmiddleware-keystore.jks Roland Hochmuth 2014-05-09 13:04:46 -06:00
  • df71cf5b74 merged craig's changes Derrick Johnson 2014-05-09 14:26:56 -04:00
  • 2512fe0d20 minor changes after the merge Derrick Johnson 2014-05-09 01:15:05 -04:00
  • 52023663d1 minor changes after the merge Derrick Johnson 2014-05-09 01:15:05 -04:00
  • 5804e8cebe fixed test Derrick Johnson 2014-05-09 00:57:52 -04:00
  • e4df996ea8 fixed test Derrick Johnson 2014-05-09 00:57:52 -04:00
  • a6baa78ffa updated with severity code Derrick Johnson 2014-05-09 00:53:48 -04:00
  • c4f58b2092 updated with severity code Derrick Johnson 2014-05-09 00:53:48 -04:00
  • 5b43cd8339 fixed update to persist data to database Derrick Johnson 2014-05-09 00:16:51 -04:00
  • a90f9b6e3d fixed update to persist data to database Derrick Johnson 2014-05-09 00:16:51 -04:00
  • 7d77e31c23 added severity Derrick Johnson 2014-05-08 23:59:07 -04:00
  • 500acca177 added severity Derrick Johnson 2014-05-08 23:59:07 -04:00
  • ddfa2bf540 More updates Roland Hochmuth 2014-05-08 20:50:06 -06:00
  • 85ea280c12 More updates Roland Hochmuth 2014-05-08 20:50:06 -06:00
  • ea895bbe45 Converted from MaaS to Mon Roland Hochmuth 2014-05-08 19:44:45 -06:00
  • e4be5a9f3f Converted from MaaS to Mon Roland Hochmuth 2014-05-08 19:44:45 -06:00
  • 37c1a1adf3 Merge branch 'master' of https://git.hpcloud.net/mon/mon-api Jonathan Halterman 2014-05-08 16:13:39 -07:00