Project

General

Profile

Wiki » History » Version 25

chin-yeh, 09/13/2010 12:08 PM

1 10 chin-yeh
{{toc}}
2 9 chin-yeh
3 20 chin-yeh
h1. Documentation
4 1 chin-yeh
5 20 chin-yeh
[[Documentation|Click here]] to go to the official documentation for this project.
6 10 chin-yeh
7 1 chin-yeh
8 16 chin-yeh
h1. Guide
9
10
General information for this project. Refer to [[Documentation]] for the official documentation.
11
12
13
h2. Nagios URL
14 2 chin-yeh
15 12 chin-yeh
Development:
16
<pre>
17
URL: http://192.168.2.13/nagios/
18
Username: nagiosadmin
19
Password: password123
20
</pre>
21
22
Production:
23 21 chin-yeh
<pre>
24
TODO
25
</pre>
26 3 chin-yeh
27 23 chin-yeh
h2. SCM
28
29
The versioning scheme is:
30
> major.minor[.bugfixes] 
31
32
SVN URL:
33 24 chin-yeh
> http://192.168.2.13:50000/svn/nagios_monitoring/
34 23 chin-yeh
35 25 chin-yeh
General guidelines:
36
* all development works should put in the *trunk*
37
* all of the release version *should be tagged* by following the versioning scheme above
38
** no further modification on those tagged version
39
* you could commit your development works in the *branches*
40
41 22 chin-yeh
h2. Test email account for notification
42 1 chin-yeh
43 14 chin-yeh
Nagios Admin User:
44 20 chin-yeh
_Please *DO NOT* connect Google Talk using this account_
45 1 chin-yeh
<pre>
46 15 chin-yeh
Username: ecosway.nagios@gmail.com
47
Password: ecosway.nagiosgm
48
</pre>
49
50
Warning User:
51
<pre>
52 14 chin-yeh
Username: ecosway.nagios.warning@gmail.com
53
Password: ecosway.nagios.warninggm
54 1 chin-yeh
</pre>
55 14 chin-yeh
56 15 chin-yeh
Critical User:
57 14 chin-yeh
<pre>
58
Username: ecosway.nagios.critical@gmail.com
59
Password: ecosway.nagios.criticalgm
60
</pre>
61
62
63 17 chin-yeh
h2. Hierarchy of Nagios Configuration Files 
64 3 chin-yeh
65 11 chin-yeh
* [[Configuration Files - Development]]
66
* [[Configuration Files - Production]]