vibemk_get_service_metrics
Retrieve service performance metrics from CheckMK for a given host and service, with options for metric, time range, and aggregation.
Instructions
📊 Get service metrics - Extract service performance data from CheckMK metrics API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | CheckMK site name | cmk |
| reduce | No | Aggregation function: 'max', 'min', 'average' | max |
| host_name | Yes | Host name | |
| time_range | No | Time range: '1h', '4h', '24h', '7d', '30d' | 1h |
| metric_name | No | Specific metric ID (e.g., 'if_in_bps', 'cpu_util') | |
| service_description | Yes | Service description |