= SoftWare / !NagiosVelvice - Nagios Velvice Alert Panel = == Description == Nagios VELVICE is an acronym for "Nagios leVEL serVICE status". The tool is quite effective and tries to keep things simple but easily configurable for your site like a swiss army knife. Everything is configured in a YAML file. All the command help and description is on the online manual [http://servforge.legi.grenoble-inp.fr/pub/soft-trokata/nagios-velvice/velvice.html velvice] == Debian package == Debian is a GNU/Linux distribution. Debian (and certainly Ubuntu) package for amd64 arch could be download on: http://servforge.legi.grenoble-inp.fr/pub/soft-trokata/nagios-velvice/download. You can then install it with {{{ sudo dpkg -i nagios3-velvice*_amd64.deb }}} (just replace * with the version you have donwloaded). == Software repository == All code is under '''free license'''. Scripts in `bash` are under GPL version 3 or later (http://www.gnu.org/licenses/gpl.html), the `perl` scripts are under the same license as `perl` itself ie the double license GPL and Artistic License (http://dev.perl.org/licenses/artistic.html). All sources are available on the LEGI forge: http://servforge.legi.grenoble-inp.fr/svn/soft-trokata/trunk/nagios-velvice The sources are managed via subversion (http://subversion.tigris.org/). It is very easy to stay synchronized with these sources * initial recovery {{{ svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-trokata/trunk/nagios-velvice soft-nagios-velvice }}} * the updates thereafter {{{ svn update }}} It is possible to have access to writing at the forge on reasoned request to [mailto:Gabriel.Moreau(A)legi.grenoble-inp.fr Gabriel Moreau]. For issues of administration time and security, the forge is not writable without permission. For the issues of decentralization of the web, autonomy and non-allegiance to the ambient (and North American) centralism, we use our own forge... You can propose an email patch of a particular file via the `diff` command. Note that `svn` defaults to the unified format (`-u`). Two examples: {{{ diff -u nagios-velvice.org nagios-velvice.new > nagios-velvice.patch svn diff nagios-velvice > nagios-velvice.patch }}} We apply the patch (after having read and read it again) via the command {{{ patch -p0 < nagios-velvice.patch }}}