Fix problems fetching performance and memory issues (#724)
* request only alert message when invoking alert.get * fetch problem alerts on demand * problems panel: refactor
This commit is contained in:
@@ -421,7 +421,12 @@ export class ZabbixAPIConnector {
|
||||
getEventAlerts(eventids) {
|
||||
const params = {
|
||||
eventids: eventids,
|
||||
output: 'extend',
|
||||
output: [
|
||||
'eventid',
|
||||
'message',
|
||||
'clock',
|
||||
'error'
|
||||
],
|
||||
selectUsers: true,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user