This is a very simple module that exposes a 'redirect' task to the page manager module in the ctools suite. This allows you to define paths that can then redirect to others, all without writing any code. You can use this to do things like:
Redirect user profile nodes to the /user/X page that owns the profile
Redirect Images in a gallery to their node referenced gallery.
Page Manager Redirect (PMR) is now fully compatible with Drupal 7!
Differences from similar modules
There are a number of other modules that attempt to perform some kind of redirection based on paths. Page manager redirect is different because it can leverage the ctools context system to gather all sorts of useful information from the original URL to construct the redirection URL with. Genius!
This module provides a textbox to narrow down long lists of checkboxes. Just type a few characters, and only checkboxes containing the characters will be shown.
Drupal Sentry is a centralized site-monitoring tool, to help watching over the health of all your sites. Install this (the server component) on the central server, and use the client on the sites you want to monitor.
After installation you can create 'sites' that hold essential information (update periodicity, site url etc). Be mindful that updates are triggered by cron, therefore they can only occur as frequently as the cron of your sentry server site (eg.: you can't poll your sites every half an hour if the cron for the server is set to once per day).