Hello Linuxadmins! Currently we have around 25 ubuntu servers in our infrastructure and I'm using landscape for an update source for all the machines. However, there are 3rd party apps that landscape does not pick up such as Piwik, Wordpress, etc.. I know how to grab the worpress versions with
find . -name 'version.php' -path 'wp-includes/' -print -exec grep '$wp_version =' {} \; -exec echo '' \; but is there a way to somehow notify me if a new release is out?
[link] [comments]