Skip to content

Commit

Permalink
Discover os info too
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant committed Apr 27, 2023
1 parent e1ccf59 commit 2220d8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LibreNMS/OS/VmwareEsxi.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ class VmwareEsxi extends \LibreNMS\OS

public function discoverOS(Device $device): void
{
// discover os fields
parent::discoverOS($device);

echo 'VMware VM: ';

/*
Expand Down

0 comments on commit 2220d8e

Please sign in to comment.