Bare Metal is the default server monitoring module of VirtualMetric. VirtualMetric uses standardized performance counters, so you can monitor Windows, VMware and Linux servers on same charts and reports.
You can reach Bare Metal module monitoring and reports via left menu.
Module Reports
VirtualMetric collects following inventory reports for Bare Metal module.
Hardware: General
OS Name
OS Version
Manufacturer
Model
Serial Number
Management IP Address
Chassis Name
Chassis Slot
Chassis IP Address
Chassis Serial Number
Power Plan
UAC Status
Firewall Status
Last Reboot Date
Pending Update
Hardware: Processor
CPU Index
Name
Device Id
Description
Family
Cores
Logical Processors
Max Clock Speed
L2 Cache Size
L3 Cache Size
Manufacturer
Status
Health State
Hardware: Memory
Device Locator
Name
Description
Manufacturer
Model
Part Number
Serial Number
Capacity
Speed
Status
Health State
Hardware: Volume
Volume Id
Name
Volume Name
Volume Type
Number
Label
State
Block Size
Signature
Serial Number
Model
Firmware Revision
Volume Dirty
Storage Name
Storage Id
Status
Hardware: Disk Drive
Name
Description
Serial Number
Operational Status
Hardware: Array Controller
Name
Serial Number
Cache Size
Cache Serial Number
Operational Status
Hardware: HBA
Description
Manufacturer
Model
Serial Number
Driver Name
Driver Version
Firmware Version
Option Rom Version
Node WWN
Port WWN
Identifier
Operational Status
Hardware: Network Adapter
Name
Mac Address / Permanent Address
IPv4/IPv6 Address
Link Speed / Speed
Jumbo Frames
IP/TCP/UDP IPv4 Checksum Offload
TCP/UDP IPv6 Checksum Offload
RSS/VMQ Enabled
Media Connection State
Driver Provider/Version/Date
NDIS Version
Full Duplex
Device Wake Up Enable
MTU Size
VLAN Id
Status/Health State
Hardware: FAN
Name
Operational Status
Health State
Hardware: Power Supply
Name
Part Number
Operational Status
Health State
Server Reports
Change Tracking
Event Log
Security Log
Firewall Log
Best Practices
Pending Updates
TCP Connections
Security Threats
File Change Tracking
User Sessions
Processes
Services
Hotfix
Programs
Windows Features
Windows Defender
Firewall Rules
Network Teaming
Startup Commands
Local DNS Records
Administrators
Module Counters
VirtualMetric collects following performance counters for Bare Metal module.
Processor
Processor Load
Processor Usage
Total Socket Count
Total Number of Cores
Total Number of Logical Processors
Current Clock Speed
Current Voltage
Received Throughput
Sent Throughput
Total Throughput
Received Bandwidth
Sent Bandwidth
Total Bandwidth
Received Packets
Sent Packets
Total Packets
Received Packets Dropped
Sent Packets Dropped
Total Packets Dropped
Packets Outbound Discarded
Packets Received Discarded
Packets Outbound Errors
Packets Received Errors
Current Bandwidth
Storage
% Storage Usage
Storage Usage
Total Storage
Free Storage
Read IOPS
Write IOPS
Total IOPS
Read Throughput
Write Throughput
Total Throughput
Read Latency
Write Latency
Total Latency
System
CPU Temperature
Ambient Temperature
Server Pending Reboot
Server Ping Check
Go to user properties and add groups into Member Of section:
Remote Management Users group is required for remote agentless connection. Alternatively, you can restrict the user with readonly permissions. Open PowerShell console and type following command:
You need to restart WinRM service to activate security description changes.
Linux User Permissions
Creating User
useradd -m virtualmetric
Please make sure to use "-m" parameter to create users home directory. If your user does not have access to "/tmp" folder you need to specify tmp path while adding the host to VirtualMetric. Example: "/home/virtualmetric/tmp"
After creating the user you can set user password like below;
passwd virtualmetric
For some of data collection you can add the following executable file paths to sudoers file.
dmidecode ( Memory Inventory Information )
journalctl ( Event Log Collection )
ss ( TCP Connection Collection )
To find the file path you can use "which" command and add the outpath directory to sudoers.
To add the file permission to sudo you can use visudo (visudo will check for any type errors in case there is any instead of directly editing the "/etc/sudoers" file. )
virtualmetric ALL = NOPASSWD: /usr/sbin/dmidecode,/usr/bin/journalctl,/usr/sbin/ss