AWS cloudwatch monitoring

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
janaka_00930
Posts: 6
Joined: Thu Jul 15, 2021 1:31 pm

AWS cloudwatch monitoring

Post 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
gormank
Posts: 1114
Joined: Tue Dec 02, 2014 12:00 pm

Re: AWS cloudwatch monitoring

Post by gormank »

I think you need the python plugin, but I don't use much python.

pip install nagiosplugin
janaka_00930
Posts: 6
Joined: Thu Jul 15, 2021 1:31 pm

Re: AWS cloudwatch monitoring

Post by janaka_00930 »

Hi,
Noted. I will try it. Thank you.
Locked