canonical / charm-openstack-service-checks

Collection of Nagios checks and other utilities that can be used to verify the operation of an OpenStack cluster
0 stars 4 forks source link

warning message wit swift apis #33

Closed sudeephb closed 9 months ago

sudeephb commented 9 months ago

Host Sort by host name (ascending)Sort by host name (descending) Service Sort by service name (ascending)Sort by service name (descending) Status Sort by service status (ascending)Sort by service status (descending) Last Check Sort by last check time (ascending)Sort by last check time (descending) Duration Sort by state duration (ascending)Sort by state duration time (descending) Attempt Sort by current attempt (ascending)Sort by current attempt (descending) Status Information openstack-service-checks-0 Ubuntu Linux openstack-service-checks-0-swift_admin WARNING 2019-03-29 19:43:01 2d 7h 19m 39s 4/4 HTTP WARNING: HTTP/1.1 400 Bad Request - 505 bytes in 0.023 second response time openstack-service-checks-0-swift_internal WARNING 2019-03-29 19:43:17 1d 9h 41m 23s 4/4 HTTP WARNING: HTTP/1.1 400 Bad Request - 505 bytes in 0.021 second response time openstack-service-checks-0-swift_public WARNING 2019-03-29 19:40:32 2d 7h 17m 8s 4/4 HTTP WARNING: HTTP/1.1 400 Bad Request - 501 bytes in 0.025 second response time


Imported from Launchpad using lp2gh.

sudeephb commented 9 months ago

(by narindergupta)

check swift_public

The following header was added automatically by juju

Modifying it will affect nagios monitoring and alerting

servicegroups: bootstack

command[check_swift_public]=/usr/lib/nagios/plugins/check_http -H -p 80 -u None -S

sudeephb commented 9 months ago

(by aluria) Hello Narinder, is this still an issue? I see this has been fixed at commit bd275a7. "swift_check_params" config parameter defaults to "/" but allows extra parameters.