Hi Team! I wondering if there were any tests that ...
# fleet
s
Hi Team! I wondering if there were any tests that can be used to test if a deployment of fleet is working fine. So something like integration tests which call the fleetapi perhaps and tell for sure that the setup works properly. We are messing around with a couple of different hosting architectures for fleet (such as usigng nginx in front of redis) and were wondering if there was a streamlined way to validate that changes haven't broken anything that the dev team might be using internally
m
Hi @Smaran Jawalkar! While we don't have a unified validation tool, you can do a couple of simple items in Fleet to verify that the server is up and running. Here is what I would recommend: Use the /api/v1/fleet/health endpoint to see if the server is running. Enroll a host and ensure that it appears in the Fleet UI. Run a live query and confirm that the hosts respond correctly.