Copy custom scripts from core to Nagios XI
Posted: Sun Sep 29, 2024 11:53 pm
Hello,
I have some custom scripts that I need to move from our old core system to the new XI server.
I have placed them in /usr/local/nagios/libexec/ and I can run the check successfully on the command line with no issues.
# /usr/local/nagios/libexec/check_password_age.sh -w 10 -c 30
WARNING: The last password change for user was 22 days ago
But when I try to create a service in XI using the CCM I cannot find that in the list. And I did confirm that it is Admin --> manage plugins.
Am I putting the shell script in the wrong location? Is Nagios XI not pulling in for some reason?
I have some custom scripts that I need to move from our old core system to the new XI server.
I have placed them in /usr/local/nagios/libexec/ and I can run the check successfully on the command line with no issues.
# /usr/local/nagios/libexec/check_password_age.sh -w 10 -c 30
WARNING: The last password change for user was 22 days ago
But when I try to create a service in XI using the CCM I cannot find that in the list. And I did confirm that it is Admin --> manage plugins.
Am I putting the shell script in the wrong location? Is Nagios XI not pulling in for some reason?