Home Directory Plugins System Metrics CPU Usage and Load check_cpu_utilization.ps1.py

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_cpu_utilization.ps1.py

Rating
0 votes
Favoured:
0
Current Version
1.0.0
Last Release Date
2023-07-07
Compatible With
  • Nagios XI
Owner
License
Apache
Hits
1073
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Nagios Windows_SSH Monitoring Plugin DESCRIPTION This plugin monitors the CPU utilization on Windows machines via evaluation of the Process Performance Counters. Processor(_Total)% User Time Processor(_Total)% Processor Time Processor(_Total)% Privileged Time
Nagios Windows_SSH Monitoring Plugin

DESCRIPTION
This plugin monitors the CPU utilization on Windows machines via evaluation of the Process Performance Counters.
Processor(_Total)% User Time
Processor(_Total)% Processor Time
Processor(_Total)% Privileged Time
This plugin gives you the CPU Utilization for the system, across all cores.

Threshold violations result when a metric value is "equal to or greater than" the thresholds provided.
E.g. -warning 10 will need the number of files to be equal to 10 or higher to throw a WARNING.

SYNOPSIS
A PowerShell based plugin to check CPU Utilization via Windows Processor Performance Counters

NOTES:
This plugin will return performance data.

POWERSHELL PARAMETERS
metric
The Processor Metric you would like to evaluate.
User = Percent User Time (Default)
Proc = Percent Processor Time
Priv = Percent Privileged Time

warning
The CPU utilization you will tolerate before throwing a WARNING
critical
The CPU utilization you will tolerate before throwing a CRITICAL