Home Directory Plugins Operating Systems Linux Check New User creation in Linux

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 New User creation in Linux

Rating
0 votes
Favoured:
0
Current Version
1
Last Release Date
2019-04-02
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
License
GPL
Hits
5674
Files:
FileDescription
check_user_creation.shScript to check if a new user is created on your server.
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!
This script will check if any new user is created on your linux server whenever the check is performed.
This script will check if any new user is created on your linux server whenever the check is performed.

##### IMPORTANT ######
Execute below command to create a reference file of existing users list.
cat /etc/passwd |cut -f 1 -d ":" > old_user.txt
Once the alert is generated, to stop further alerts copy new_user.txt to old_user.txt file