Not able to Run Powershell Script using NRPE
Re: Not able to Run Powershell Script using NRPE
What is wrong with that output?
Former Nagios Employee.
me.
me.
Re: Not able to Run Powershell Script using NRPE
u can see in the screenshot that output is coming critical even cpu utilization is 8%.hsmith wrote:What is wrong with that output?
Re: Not able to Run Powershell Script using NRPE
Can you show us the config of the "Resource Utilization" check?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Not able to Run Powershell Script using NRPE
lmiltchev wrote:Can you show us the config of the "Resource Utilization" check?
here is the service deifination :
define service{
use generic-service
host_name tuftsuatapp1
service_description Resource Utilization
check_command check_resource!topcpu -a "vmtuftsuatapp.cloud.metricstream.com -memwarn 90 -memcrit 95"
}
Re: Not able to Run Powershell Script using NRPE
As Ludmil mentioned, fixing the plugin is Custom Development. The reason it's not reporting the proper warning / critical has to do with the output the powershell script is sending to Nagios.lmiltchev wrote:Definitely - it is a custom development. It could be a very reasonable cost though, depending on how much time our developers will have to spend modifying the script. You can contacts our sales team at [email protected], and request a quote for a custom development.can you confirm if any cost is involved in this??
Former Nagios Employee
Re: Not able to Run Powershell Script using NRPE
rkennedy,rkennedy wrote:As Ludmil mentioned, fixing the plugin is Custom Development. The reason it's not reporting the proper warning / critical has to do with the output the powershell script is sending to Nagios.lmiltchev wrote:Definitely - it is a custom development. It could be a very reasonable cost though, depending on how much time our developers will have to spend modifying the script. You can contacts our sales team at [email protected], and request a quote for a custom development.can you confirm if any cost is involved in this??
that means there is no plugin avaliable with nagios for checking process cpu and memory utilization? I will work with my developers to create a custom plugin for this then.
Re: Not able to Run Powershell Script using NRPE
Not every functionality under the sun is included by default in Nagios (or Nagios XI for that matter). Sometimes the use of 3rd party plugins/custom scripts is needed in order to achieve your goal. I will be happy to add "process cpu/memory utilization monitoring" as an internal feature request (if you want me to). Thank you!that means there is no plugin avaliable with nagios for checking process cpu and memory utilization? I will work with my developers to create a custom plugin for this then.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Not able to Run Powershell Script using NRPE
Just to chime in, generally speaking our default plugin coverage goes like this:
- 90% of what people need is included with XI by default (CPU load, memory, disk, etc.)
- 9% may not be there by default, but is probably on our Nagios Exchange site
- That last 1% covers the things for which there is no plugin publicly available, or cases where an existing plugin does not have a desired functionality
Former Nagios employee
Re: Not able to Run Powershell Script using NRPE
Hi lmiltchev, what does "process cpu/memory utilization monitoring" as an internal feature request" means? its means paid custom plugin or common plugin? can you explain me ?lmiltchev wrote:Not every functionality under the sun is included by default in Nagios (or Nagios XI for that matter). Sometimes the use of 3rd party plugins/custom scripts is needed in order to achieve your goal. I will be happy to add "process cpu/memory utilization monitoring" as an internal feature request (if you want me to). Thank you!that means there is no plugin avaliable with nagios for checking process cpu and memory utilization? I will work with my developers to create a custom plugin for this then.
Re: Not able to Run Powershell Script using NRPE
We offer both paid and unpaid development. If it is paid, it is guaranteed to be written and we work with you and your team to work out the specifications. If it is unpaid, it is up to our development team to decide if, when, and how it will be designed.
Former Nagios employee