Install notify-by-jabber » History » Version 7
chin-yeh, 09/08/2010 05:44 PM
1 | 3 | chin-yeh | {{toc}} |
---|---|---|---|
2 | |||
3 | 1 | chin-yeh | h1. Install notify-by-jabber |
4 | 2 | chin-yeh | |
5 | 3 | chin-yeh | *Important note*: Install this addon on Nagios server. |
6 | |||
7 | 2 | chin-yeh | Official website: http://www.gridpp.ac.uk/wiki/Nagios_jabber_notification |
8 | 3 | chin-yeh | |
9 | h2. Installation steps |
||
10 | |||
11 | # login with @nagios@ user |
||
12 | 7 | chin-yeh | # upload the attachment, @notify_by_jabber.pl@ to @/usr/local/nagios/libexec@ |
13 | <pre> |
||
14 | nagios$ cp notify_by_jabber.pl /usr/local/nagios/libexec |
||
15 | </pre> |
||
16 | # @cd@ to @/usr/local/nagios/lilbexec@ |
||
17 | <pre> |
||
18 | nagios$ cd /usr/local/nagios/lilbexec |
||
19 | </pre> |
||
20 | # add execution permission |
||
21 | <pre> |
||
22 | nagios$ chmod ug+x notify_by_jabber.pl |
||
23 | </pre> |