Project

General

Profile

Wiki » History » Version 32

chin-yeh, 02/15/2012 09:54 AM

1 10 chin-yeh
{{toc}}
2 9 chin-yeh
3 20 chin-yeh
h1. Documentation
4 1 chin-yeh
5 29 chin-yeh
*Note:* The Nagios's configuration for production environment is configured and maintained by Yong, Hon-Len [hlyong@cosway.com.my].
6 1 chin-yeh
7
h1. Guide
8 16 chin-yeh
9 32 chin-yeh
Refer to [[Documentation]] _(for test environment only)_.
10 16 chin-yeh
11
12
h2. Nagios URL
13 2 chin-yeh
14 32 chin-yeh
Test:
15 12 chin-yeh
<pre>
16
URL: http://192.168.2.13/nagios/
17 1 chin-yeh
Username: nagiosadmin
18 12 chin-yeh
Password: password123
19
</pre>
20
21 29 chin-yeh
Production: (required VPN)
22 21 chin-yeh
<pre>
23 29 chin-yeh
URL: http://172.16.3.97/nagios/cgi-bin/status.cgi?hostgroup=all
24 30 chin-yeh
Configuration: http://172.16.3.97/nagios/cgi-bin/config.cgi
25 21 chin-yeh
</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*