Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check New User creation in Linux
1
2019-04-02
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
- Nagios XI
GPL
5707
File | Description |
---|---|
check_user_creation.sh | Script to check if a new user is created on your server. |
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.
##### 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
##### 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
Reviews (0)
Be the first to review this listing!