Project

General

Profile

Wiki » History » Version 35

chin-yeh, 03/16/2012 03:50 PM

1 10 chin-yeh
{{toc}}
2 9 chin-yeh
3 20 chin-yeh
h1. Documentation
4 1 chin-yeh
5 33 chin-yeh
*Note:* The Nagios's configuration for production environment is configured and maintained by IBM & Yong, Hon-Len [hlyong@cosway.com.my].
6
7
h1. Contact Person
8
9
* *Change Request/Operation Issue*:
10
** Yong, Hon-Len [hlyong@cosway.com.my]
11
** Mustafa Mohammed Miskun [1mustafa@my.ibm.com]
12
* *Misc:*
13
** Kwan, Chooi-Mey [cmkwan@cosway.com.my]
14 1 chin-yeh
15 34 chin-yeh
*Important notes:*
16
> If the CR is submitted via email, the email subject must be started with the wording, *CHANGE REQUEST: Update command xxx*
17
18 1 chin-yeh
h1. Guide
19 16 chin-yeh
20 32 chin-yeh
Refer to [[Documentation]] _(for test environment only)_.
21 16 chin-yeh
22
23
h2. Nagios URL
24 2 chin-yeh
25 32 chin-yeh
Test:
26 12 chin-yeh
<pre>
27
URL: http://192.168.2.13/nagios/
28 1 chin-yeh
Username: nagiosadmin
29 12 chin-yeh
Password: password123
30
</pre>
31
32 29 chin-yeh
Production: (required VPN)
33 21 chin-yeh
<pre>
34 29 chin-yeh
URL: http://172.16.3.97/nagios/cgi-bin/status.cgi?hostgroup=all
35 30 chin-yeh
Configuration: http://172.16.3.97/nagios/cgi-bin/config.cgi
36 21 chin-yeh
</pre>
37 3 chin-yeh
38 23 chin-yeh
h2. SCM
39
40
The versioning scheme is:
41
> major.minor[.bugfixes] 
42
43
SVN URL:
44 24 chin-yeh
> http://192.168.2.13:50000/svn/nagios_monitoring/
45 23 chin-yeh
46 25 chin-yeh
General guidelines:
47
* all development works should put in the *trunk*
48
* all of the release version *should be tagged* by following the versioning scheme above
49
** no further modification on those tagged version
50
* you could commit your development works in the *branches*