You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
To be honest, I'm not sure if this is a Sensu or Uchiwa issue. Now that Uchiwa supports custom stash expiration time I've noticed I can't create a stash longer than a few days. I grabbed some sensu api logs and noticed a weird exponent for expires value when a stash of a week or longer is created.
Notice 2.592e+06 in expires. When a stash is successfully created the expires value is something like 259200.
Uchiwa logs simply say
{"Date":"2015-04-02T17:41:29.823510151-05:00","Level":"warning","Src":{"Func":"github.com/sensu/uchiwa/uchiwa.CreateStash","Line":16},"Output":"API call to \"http://localhost:4567/stashes\" returned: 400 Bad Request"}
There were no other helpful logs when this error occured.
The text was updated successfully, but these errors were encountered:
To be honest, I'm not sure if this is a Sensu or Uchiwa issue. Now that Uchiwa supports custom stash expiration time I've noticed I can't create a stash longer than a few days. I grabbed some sensu api logs and noticed a weird exponent for
expires
value when a stash of a week or longer is created.Notice
2.592e+06
inexpires
. When a stash is successfully created theexpires
value is something like259200
.Uchiwa logs simply say
There were no other helpful logs when this error occured.
The text was updated successfully, but these errors were encountered: