After the AI suggests a fix, a “Watch and verify this fix” button appears below the fix commands. Clicking it tells Pastures to monitor the cluster for changes and report whether the fix was successful.Documentation Index
Fetch the complete documentation index at: https://docs.pastures.farm/llms.txt
Use this file to discover all available pages before exploring further.
Verification flow
User clicks 'Watch and verify this fix'
Pastures begins monitoring the cluster for relevant changes.
Example output
After verifying an etcd fix:Current implementation
- Demo mode
- Oracle (production)
In demo mode, fix verification is simulated:
- A spinning indicator shows for 3 seconds
- A success message appears with contextual details
- The result text varies based on the original query (e.g., etcd queries show member count, Longhorn queries show replica status)
When verification appears
The “Watch and verify this fix” button is shown only when the AI response includes actionable fix commands (fix_commands in the diagnosis payload). It does not appear for informational responses or queries that don’t result in a specific remediation.