cdpr (Cisco Discovery Protocol Reporter) shows the switch and port that a machine is connected to, provided that the device supports CDP. It can also optionally decode the full CDP packet. cdpr was written to help network/system administrators find out about the equipment that a machine is connected to. This is done by capturing and decoding a Cisco Discovery Protocol (CDP) packet.
The NIS UID Migration Scripts examine every file on a machine and checks to see if the UID should be changed, and if necessary, changes it based on a UID map. While orginally written for the consolidation of multiple NIS domains, it can be used for any type of large project that changes many UIDs. Examples include migrating to NIS or normallizing users UIDs on multiple machines.
sysklogd-sql is a port of the sysklogd daemon that can log data to a MySQL or PostgreSQL database running either on the same machine or a remote database server. The SQL configuration is done in the standard syslog.conf file for easy administration and configuration. Also included is a set of sample PHP scripts to query the data from the syslog database. In a large environment, you can set up a central logging server, or configure a secure syslog environment that will make it very difficult to tamper with the syslog data.
Re: How about PostgreSQL? > Does this only work with MySQL or is > PostgreSQL also do-able? > > Thanks PostgreSQL is now supported in the lastest CVS version. You can get it ...
Re: How about PostgreSQL? > Does this only work with MySQL or is > PostgreSQL also do-able? > > Thanks At this time only MySQL is supported, I have plans of porting it to other...