Page 1 of 1

AWS cloudwatch monitoring

Posted: Thu Sep 30, 2021 1:00 pm
by janaka_00930
Hi Team,

I installed the Check_AWS_CloudWatch_metrics plugging to monitor AWS servers. But i run it, it is given below error. How to fix it.

[root@nosa-nagios-app01-dr ~]# /data/software/extra_plugin/nagios-cloudwatch-plugin-0.2.8/check_cloudwatch.py
Traceback (most recent call last):
File "/data/software/extra_plugin/nagios-cloudwatch-plugin-0.2.8/check_cloudwatch.py", line 3, in <module>
import argparse, logging, nagiosplugin
ModuleNotFoundError: No module named 'nagiosplugin'
[root@nosa-nagios-app01-dr ~]#

Thank you
Mahesh

Re: AWS cloudwatch monitoring

Posted: Thu Sep 30, 2021 1:58 pm
by gormank
I think you need the python plugin, but I don't use much python.

pip install nagiosplugin

Re: AWS cloudwatch monitoring

Posted: Fri Oct 01, 2021 10:48 am
by janaka_00930
Hi,
Noted. I will try it. Thank you.