Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_users_adv

Rating
0 votes
Favoured:
0
Hits
146897
Files:
FileDescription
check_users.shThe plugin
check_users_adv.ncfgNagiosGrapher Graph definiton
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
A simple bash script which does the same as check_users from the official Nagios Plugins does. Additional you can exclude users or groups from being counted.
Why this plugin?


check_users which comes with the official Nagios Plugins does not support excluding of special users or groups. It's very annoying to be alerted because of the amount of well known allowed users.
Installation

There is no need for an installation. Just run the plugin
Usage


Usage: check_users.sh -e -w -c
e.g. check_users.sh -w 2 -c 5

-u : comma delimited list of users to exclude
-g : comma delimited list of groups to exclude

-w : Warning level for users logged on (default: 1 user)
-c : Critical level for users logged on (default: 2 users)

This plugin checks how many different users are logged on.
Credits


This plugin was kindly sponsored by Team!Bank
Changelog

* **2008-01-30** initial Version