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 was archived by the owner on Mar 27, 2023. It is now read-only.
The holmes.validators.total_requests:TotalRequestsValidator is actually a Facter, but is dressed as a Validator because he needs to wait for some Facters to be processed to then can process your facts.
Implementing a fact dependency, (inspired on South`s depends_on) can solve this problem.
Fixing this we can make the TotalRequestsValidator a real Facter
The holmes.validators.total_requests:TotalRequestsValidator is actually a Facter, but is dressed as a Validator because he needs to wait for some Facters to be processed to then can process your facts.
Implementing a fact dependency, (inspired on South`s depends_on) can solve this problem.
Fixing this we can make the TotalRequestsValidator a real Facter