| 1 | = Fedcam = |
| 2 | |
| 3 | MF/PL operates two cameras (one in the back, one in the front) in both XO and Telehouse. The cameras are controlled by `motion`, a program that only records when it detects something moving. |
| 4 | |
| 5 | When the system detects a "significant" event (based on duration) it being copying screen grabs to jojobe (located in the UK). When the event is over (the motion stops), it copies the entire video (sadly, as a swf file). |
| 6 | |
| 7 | A cron job clears out all files older than two days. |
| 8 | |
| 9 | The cabinet side configuration is all handled in puppet (see the fedcam.pp file). |
| 10 | |
| 11 | Files coming into jojobe trigger a fedcam nagios alert (which everyone should see via IRC). |
| 12 | |
| 13 | The alert remains until someone reviews the pictures sent to jojobe via the web interface at: https://fedcam.mayfirst.org/. |
| 14 | |
| 15 | The web inteface is only accessible to OpenIDs configured in jojobe.mayfirst.org:/etc/apache2/sites-enabled/fedcam.mayfirst.org.conf. MF/PL admins: please feel free to edit that file and add your OpenID (the jojobe side of the configuration is not - yet - managed by puppet). |
| 16 | |
| 17 | The UI provides a convenient and fast way to review events and mark friendly ones to be deleted, or suspicious ones to be reviewed by others. |
| 18 | |
| 19 | |