Build precise queries to find exactly what you need
Press ESC to close
Plugin worked properly. Just set below things.
On Nagios Server: * Create a file “show_users” in your libexec directory.
* Copy all the “show_users.txt” contents in “show_users” file
* chmod 755 show_users * chown nagios:nagios show_users * Open your host configuration file & type below configuration.
define service{ use generic-service ; Inherit values from a template host_name Dell NFS Server service_description Logged Users check_command check_nrpe!show_users
On NRPE Client:
* Copy show_users file in “libexec” directory * vim nrpe.cfg, add below line
command[show_users]=/usr/local/nagios/libexec/show_users
Save & Exit & restart NRPE/Xinetd service
That’s it.
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!