mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-31 01:24:35 +02:00
add velocloud discovery type
This commit is contained in:
parent
4cb9120fa9
commit
36c1f737b0
@ -66,6 +66,7 @@ sub run {
|
|||||||
$edge{edge_state} = $edge->{edgeState};
|
$edge{edge_state} = $edge->{edgeState};
|
||||||
$edge{service_state} = $edge->{serviceState};
|
$edge{service_state} = $edge->{serviceState};
|
||||||
$edge{ha_state} = $edge->{haState};
|
$edge{ha_state} = $edge->{haState};
|
||||||
|
$edge{type} = 'edge';
|
||||||
|
|
||||||
push @disco_data, \%edge;
|
push @disco_data, \%edge;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user