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
I was trying to create a namespace to partition the checks run by a proxy.
Note there are true entities (hosts and proxies) within other namespaces that work as expected, however these are all allocated, and I beieve a host can not exist with two namespaces.
Specifically I'm trying segregate to test that enquiry the status of AWS Load Balancers, these checks work when proxied in Namespace with other application checks, but I want to separate there into a new namespace, so Infrastructure and Application checks are seen by different teams.
Your Environment
Sensu 6.11.0.
Standard docker image, running on Alma Linux EC2 in AWS
The text was updated successfully, but these errors were encountered:
If I remember well you need a non proxy entity to execute the check inside the same namespace of your proxy check.
one way to solve this issue (which is probably not recommended) is to execute your check inside another namespace and then with a dedicated handler to create the event in the correct namespace. I remember I did something like that once.
I’ll try to check if I can remember how to do this :)
Checked created in a namespace with only proxy entries don't run.
Expected Behavior
Checking a check in a namespace, with given
proxy_entity_name
should create a check and entity and execute the test on the given schedule.Current Behavior
No proxy entity is create of events generated.
Even explicitly creating the proxy entity explicity does not generate events.
Possible Solution
None
Steps to Reproduce (for bugs)
Context
I was trying to create a namespace to partition the checks run by a proxy.
Note there are true entities (hosts and proxies) within other namespaces that work as expected, however these are all allocated, and I beieve a host can not exist with two namespaces.
Specifically I'm trying segregate to test that enquiry the status of AWS Load Balancers, these checks work when proxied in Namespace with other application checks, but I want to separate there into a new namespace, so Infrastructure and Application checks are seen by different teams.
Your Environment
Sensu 6.11.0.
Standard docker image, running on Alma Linux EC2 in AWS
The text was updated successfully, but these errors were encountered: