Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate mountpoint health check with external monitoring systems like Zabbix (configurable) #1844

Open
4 tasks
Tracked by #1639
achimnol opened this issue Jan 18, 2024 · 0 comments
Open
4 tasks
Tracked by #1639
Assignees
Labels
area:infrastructure Infrastructure-related issues comp:agent Related to Agent component
Milestone

Comments

@achimnol
Copy link
Member

achimnol commented Jan 18, 2024

depends on #1843, #1845

  • Add an internal documentation (or update the installer) to configure an integrated monitoring system (e.g., Zabbix) to call the monitoring alarm API as defined in Add a manager endpoint to publish monitoring alarm events #1845.
    • e.g., POST http://{manager-addr}/monitor/alarm?reason=storage-unmounted&data={encoded-vfolder-host-dir-list}&src={agent-id}&token={some-preshared-key}
  • manager: Upon receiving an "storage-unmount" MonitoringAlarmEvent (refs Add a manager endpoint to publish monitoring alarm events #1845):
  • manager: Add an etcd configuration key config/manager/monitor/auto-exclude-agent-upon-storage-mount-failures to enable/disable the above behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:infrastructure Infrastructure-related issues comp:agent Related to Agent component
Projects
None yet
Development

No branches or pull requests

2 participants