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
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
Owner
Website
License
GPL
Hits
4786
Files:
File | Description |
---|---|
check_user_creation.sh | Script to check if a new user is created on your server. |
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!