Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-maximum-upload-file-size domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/news.numlock.ch/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the math-captcha domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/news.numlock.ch/public_html/wp-includes/functions.php on line 6114
watchdog – A changelog by Daniel Mettler

watchdog

i’ve set up a “watchdog” to watch http://people.redhat.com/mingo/ using a cron script i’ve written a while ago. it checks ingo’s patch site for changes once per day and notifies me by email about updated patches. like this, i can better follow the changes and keep my kernel current (always using ingo’s latest patches).

actually i could easily further automate the thing. it wouldn’t be difficult to write a script that checks if there are any new patches, if so, automatically downloads them, reverts similar earlier patches (in the right order), applies the new patches (in the right order), configures and compiles the kernel, if successful installs it and reboots the box. hmm.. perhaps i’ll do this later. would need to take special care about potential security issues (ingo doesn’t sign his patches yet).

the current watchdog script would also be suitable to minutely watch and track even minor changes on e.g. blogs (remember recent disputes about dave winer’s blog being tracked closely). of course i’m not big brother, so i won’t do this anyway (i wouldn’t want my blog to be watched that precisely myself as i often publish temp/unfinished entries i might want to remove, correct or finish later).

regarding the script: yes, push would be better than pull, but automated pull is at least better than manual pull. currently, it’s basically a faked push service (change/time-triggered e-mail msg) which could be made almost as accurate as a real push service by decreasing the interval at which the sites are watched. effectively transforming pull to push.. and generating page hits like crazy.. gee, darn numlock.ch-effect ddos’ing ;)

CategoriesITTags

Leave a Reply

Your email address will not be published. Required fields are marked *

1 × 7 =

This site uses Akismet to reduce spam. Learn how your comment data is processed.