Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - andy

#1
Hello

I am trying to setup monitoring of MySQL database

I added property "SubAgent=mysql.nsm" to NetXMS agent configuration "/etc/nxagentd.conf" as described here:
https://netxms.org/documentation/adminguide/database-monitoring.html#id7

But when I run NetXMS agent service, I get this error in logs:
[subagents          ] Error loading subagent module "mysql.nsm" (/usr/lib64/netxms/mysql.nsm: cannot open shared object file: No such file or directory)

And this file is really missing in "/usr/lib64/netxms" folder (please see attached screenshot)

My OS is AlmaLinux 9.4 and here are commands I executed to install NetXMS agent:
1) dnf config-manager --add-repo https://packages.netxms.org/epel/netxms.repo
2) dnf install netxms-agent -y

How do I solve this issue?

Kind regards,
Andrew