Project

General

Profile

Wiki » History » Version 34

chin-yeh, 02/15/2012 10:04 AM

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
** Choo, Chin-Yeh [cychoo@cosway.com.my]
14
** Kwan, Chooi-Mey [cmkwan@cosway.com.my]
15 1 chin-yeh
16 34 chin-yeh
*Important notes:*
17
> If the CR is submitted via email, the email subject must be started with the wording, *CHANGE REQUEST: Update command xxx*
18
19 1 chin-yeh
h1. Guide
20 16 chin-yeh
21 32 chin-yeh
Refer to [[Documentation]] _(for test environment only)_.
22 16 chin-yeh
23
24
h2. Nagios URL
25 2 chin-yeh
26 32 chin-yeh
Test:
27 12 chin-yeh
<pre>
28
URL: http://192.168.2.13/nagios/
29 1 chin-yeh
Username: nagiosadmin
30 12 chin-yeh
Password: password123
31
</pre>
32
33 29 chin-yeh
Production: (required VPN)
34 21 chin-yeh
<pre>
35 29 chin-yeh
URL: http://172.16.3.97/nagios/cgi-bin/status.cgi?hostgroup=all
36 30 chin-yeh
Configuration: http://172.16.3.97/nagios/cgi-bin/config.cgi
37 21 chin-yeh
</pre>
38 3 chin-yeh
39 23 chin-yeh
h2. SCM
40
41
The versioning scheme is:
42
> major.minor[.bugfixes] 
43
44
SVN URL:
45 24 chin-yeh
> http://192.168.2.13:50000/svn/nagios_monitoring/
46 23 chin-yeh
47 25 chin-yeh
General guidelines:
48
* all development works should put in the *trunk*
49
* all of the release version *should be tagged* by following the versioning scheme above
50
** no further modification on those tagged version
51
* you could commit your development works in the *branches*