Packages that monitor OS configs and service/ports?


 
Thread Tools Search this Thread
Operating Systems Linux Packages that monitor OS configs and service/ports?
# 1  
Old 02-18-2013
Packages that monitor OS configs and service/ports?

I have several Redhat servers and workstations that I need to be able to monitor for any changes and be notified of any changes to the OS. The features I need to specifically monitor are:
ports - opening of new ports that are not already in a whitelist
services - any starting or attempts to start a service that is not in a whitelist.
users - any addition of new users or attempts to create a new user
system changes - any major change done to the OS in general.

Basically I need to be able to monitor the RHEL5 servers and workstations for any attempts to change their configs.

Does anyone know of a software package which does this kind of thing? I've found
several that do metrics but not any that are more specific to security monitoring.
Thanks for any ideas anyone can provide.
# 2  
Old 02-18-2013
I guess there are, HP is big in this area, but you can write your own. For instance, you can have a shadow file of users and compare it to the current list, a shadow list of listeners and compare it to "netstat -an|grep LISTEN", on the cron, however often you want. What is a "service" in this context?
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Infrastructure Monitoring

Searching for Saas Monitor service which monitor my servers which are sitting in different providers

Sorry if this is the wrong forum Searching for Saas Monitor service which monitor my servers which are sitting in different providers . This monitor tool will take as less CPU as possible , and will send info about the server to main Dashboard. The info I need is CPU / RAM / my servers status (... (1 Reply)
Discussion started by: umen
1 Replies

2. Shell Programming and Scripting

Script to Monitor List of Ports

Hi, I'm in need of a script that can monitor a list of 12 ports.. If one of the ports isn't in listening mode then email me.. The list of ports are 26401 - 26412.. (6 Replies)
Discussion started by: eclipseagent
6 Replies

3. Solaris

how to monitor ports

I run into this issue occasionally and just looking for suggestions on how others solved it. I would like to monitor ports on a large number of systems and would like to determine which systems are listening on specific ports. I know there are heavy-weight apps that provide this such as HP ovo... (6 Replies)
Discussion started by: mhm4
6 Replies

4. HP-UX

Monitor Service Status

Hey guys how do you determined the status of a certain service if its running or not aside from using ps. (0 Replies)
Discussion started by: sbn
0 Replies

5. UNIX for Dummies Questions & Answers

Define different ports for one Service

Hi all, Is it possible to define different ports for one services. For examplehave I've a SMPP service on port 6000, and I want add port 6001, and 6002, and 6003, for the SMPP service. If it's possible? how can we proceed? is it just by modifiying the /etc/services file? Thanks for your... (3 Replies)
Discussion started by: Jeremy3
3 Replies
Login or Register to Ask a Question