Add each host SSL fingerprint to each node status
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com> Reviewed-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
31fcad7651
commit
65a5984c01
@ -1746,6 +1746,7 @@ __PACKAGE__->register_method ({
|
||||
|
||||
foreach my $node (@$nodelist) {
|
||||
my $entry = PVE::API2Tools::extract_node_stats($node, $members, $rrd);
|
||||
$entry->{ssl_fingerprint} = PVE::Cluster::get_node_fingerprint($node);
|
||||
push @$res, $entry;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user