Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
Your review has been submitted and is pending approval.
This plugin is written in PowerShell. He indicates the memory used by a process. He uses this performance counter : Process($Process)Private Bytes. You must use NSClient, you have three args : - Process - Warning - Critical This plugin has been tested on a Windows Server 2008. For the french user, here's my website http://yousysad.wordpress.com/2012/07/30/surveiller-la-memoire-utilisee-par-un-processus-nrpe-x-powershell/ I can do support on this article
Current Version
Last Release Date
2011-07-30
Owner
Matthieu
Website
http://yousysad.wordpress.com
Download URL
https://exchange.nagios.org/wp-content/uploads/project-files/2012/08/memused_process.ps1
License
GPL
Compatible With
#[NRPE Handlers] #memory_used_process=scriptspowershellexec.bat "D:Scriptsmemused_process.ps1" "$ARG1$ $ARG2$ $ARG3$"
I've been using this plugin to monitor a windows process but when it reported CRITICAL nagios would not change the State. Turns out the plugin was not returning the State and it would default to 0 meaning "OK". To fix this, add the following line to the end of the ps1 file exit $Status
You must be logged in to submit a review.
To:
From: