diff --git a/.gitignore b/.gitignore index 302ce1959..b498f8cb0 100755 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,6 @@ debs/* target/ test-output/ logs/ +log/ *config*.yml db/config.yml \ No newline at end of file diff --git a/log/mon-api.log b/log/mon-api.log deleted file mode 100644 index d1f5e6ba4..000000000 --- a/log/mon-api.log +++ /dev/null @@ -1,38 +0,0 @@ -INFO [2014-05-09 05:13:22,327] com.hpcloud.mon.bundle.SwaggerBundle: /var/lib/cloud does not exist, assuming that we are running locally -INFO [2014-05-09 05:13:22,331] io.dropwizard.server.ServerFactory: Starting HP Cloud Monitoring -INFO [2014-05-09 05:13:22,381] org.eclipse.jetty.setuid.SetUIDListener: Opened application@ae918c9{HTTP/1.1}{0.0.0.0:8080} -INFO [2014-05-09 05:13:22,382] org.eclipse.jetty.setuid.SetUIDListener: Opened admin@4d5a39b7{HTTP/1.1}{0.0.0.0:8081} -INFO [2014-05-09 05:13:22,384] org.eclipse.jetty.server.Server: jetty-9.0.7.v20131107 -INFO [2014-05-09 05:13:23,061] com.sun.jersey.server.impl.application.WebApplicationImpl: Initiating Jersey application, version 'Jersey: 1.18.1 02/19/2014 03:28 AM' -INFO [2014-05-09 05:13:23,165] io.dropwizard.jersey.DropwizardResourceConfig: The following paths were found for the configured resources: - - GET /api-docs (com.wordnik.swagger.jaxrs.listing.ApiListingResourceJSON) - GET /api-docs/{route: .+} (com.wordnik.swagger.jaxrs.listing.ApiListingResourceJSON) - GET / (com.hpcloud.mon.resource.VersionResource) - GET /{version_id} (com.hpcloud.mon.resource.VersionResource) - DELETE /v2.0/alarms/{alarm_id} (com.hpcloud.mon.resource.AlarmResource) - GET /v2.0/alarms (com.hpcloud.mon.resource.AlarmResource) - GET /v2.0/alarms/state-history (com.hpcloud.mon.resource.AlarmResource) - GET /v2.0/alarms/{alarm_id} (com.hpcloud.mon.resource.AlarmResource) - GET /v2.0/alarms/{alarm_id}/state-history (com.hpcloud.mon.resource.AlarmResource) - PATCH /v2.0/alarms/{alarm_id} (com.hpcloud.mon.resource.AlarmResource) - POST /v2.0/alarms (com.hpcloud.mon.resource.AlarmResource) - PUT /v2.0/alarms/{alarm_id} (com.hpcloud.mon.resource.AlarmResource) - GET /v2.0/metrics (com.hpcloud.mon.resource.MetricResource) - POST /v2.0/metrics (com.hpcloud.mon.resource.MetricResource) - GET /v2.0/metrics/measurements (com.hpcloud.mon.resource.MeasurementResource) - GET /v2.0/metrics/statistics (com.hpcloud.mon.resource.StatisticResource) - DELETE /v2.0/notification-methods/{notification_method_id} (com.hpcloud.mon.resource.NotificationMethodResource) - GET /v2.0/notification-methods (com.hpcloud.mon.resource.NotificationMethodResource) - GET /v2.0/notification-methods/{notification_method_id} (com.hpcloud.mon.resource.NotificationMethodResource) - POST /v2.0/notification-methods (com.hpcloud.mon.resource.NotificationMethodResource) - PUT /v2.0/notification-methods/{notification_method_id} (com.hpcloud.mon.resource.NotificationMethodResource) - -INFO [2014-05-09 05:13:23,439] org.eclipse.jetty.server.handler.ContextHandler: Started i.d.j.MutableServletContextHandler@1498de95{/,null,AVAILABLE} -INFO [2014-05-09 05:13:23,440] io.dropwizard.setup.AdminEnvironment: tasks = - - POST /tasks/gc (io.dropwizard.servlets.tasks.GarbageCollectionTask) - -INFO [2014-05-09 05:13:23,445] org.eclipse.jetty.server.handler.ContextHandler: Started i.d.j.MutableServletContextHandler@1fae18cb{/,null,AVAILABLE} -INFO [2014-05-09 05:13:23,448] org.eclipse.jetty.server.ServerConnector: Started application@ae918c9{HTTP/1.1}{0.0.0.0:8080} -INFO [2014-05-09 05:13:23,449] org.eclipse.jetty.server.ServerConnector: Started admin@4d5a39b7{HTTP/1.1}{0.0.0.0:8081}