Hi Team,
I have made the suggested changes now I am receiving attached message.
Kindly suggest.
To monitor memory usage by any process in windows host.
Re: To monitor memory usage by any process in windows host.
You do not have the required permissions to view the files attached to this post.
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: To monitor memory usage by any process in windows host.
Is powershell.exe in your path? Check a solution to a similar problem, described here:
http://stackoverflow.com/questions/2977 ... able-progr
http://stackoverflow.com/questions/2977 ... able-progr
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: To monitor memory usage by any process in windows host.
Hi Team,
The link didn't help much.
can you suggest some other solution?
The link didn't help much.
can you suggest some other solution?
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: To monitor memory usage by any process in windows host.
Hey,
Are you able to run the script locally on the server? Are you able to run the script on a different server? Are you able to run a different Powershell script. Could you please try upgrading to 0.5.0.48 and try again?
Grtz
Are you able to run the script locally on the server? Are you able to run the script on a different server? Are you able to run a different Powershell script. Could you please try upgrading to 0.5.0.48 and try again?
Grtz
Nagios XI 5.8.1
https://outsideit.net
https://outsideit.net
Re: To monitor memory usage by any process in windows host.
Thanks @WillemDH!
As mentioned, please run the script locally and show us the full input / output. Just to clarify - is this a Windows 2003 machine? Does it have Powershell installed?
As mentioned, please run the script locally and show us the full input / output. Just to clarify - is this a Windows 2003 machine? Does it have Powershell installed?
Former Nagios Employee
Re: To monitor memory usage by any process in windows host.
Hi Team,
Below attached is the entry mentioned in NSC.ini file and also refer the output attached when command is executed locally on the remote host.
I have copied "check_ms_iis_application_pool.ps1" file to NSClient++/scripts/powershell folder.
Kindly let us also know what is powershell.exe? Is it any exe file which we need to place on the remote host?
Below attached is the entry mentioned in NSC.ini file and also refer the output attached when command is executed locally on the remote host.
I have copied "check_ms_iis_application_pool.ps1" file to NSClient++/scripts/powershell folder.
Kindly let us also know what is powershell.exe? Is it any exe file which we need to place on the remote host?
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: To monitor memory usage by any process in windows host.
Powershell is a Windows scripting language, and is on most newer machines standard. I believe you have to install it seperate on Windows 2003. Talk to your Windows team and request that powershell is installed, then it should work properly.
Former Nagios Employee