banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành *nix Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos  XML
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 31/05/2013 20:28:31 (+0700) | #1 | 276175
memmos
Member

[Minus]    0    [Plus]
Joined: 29/05/2013 08:30:36
Messages: 22
Offline
[Profile] [PM]
Hiện tại mình đã cài và cấu hình thành công Nagios trên HĐH Centos, nhưng mình mới chỉ giám sát được CPU, Bộ nhớ, Đĩa cứng.... trên Server Windows chứ chưa biết cách làm thế nào để giám sát được các dịch vụ: Web server, DNS, FTP, Mail....trên Server đó. Ở đây bạn nào đã từng làm rồi hoặc biết cách cấu hình thì chỉ giùm mình với, mình đang làm đồ án tốt nghiệp, càm ơn các bạn rất nhiều
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 31/05/2013 21:30:51 (+0700) | #2 | 276177
memmos
Member

[Minus]    0    [Plus]
Joined: 29/05/2013 08:30:36
Messages: 22
Offline
[Profile] [PM]
Không bạn nào giúp được mình à hic
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 31/05/2013 21:40:45 (+0700) | #3 | 276178
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]

memmos wrote:
Hiện tại mình đã cài và cấu hình thành công Nagios trên HĐH Centos, nhưng mình mới chỉ giám sát được CPU, Bộ nhớ, Đĩa cứng.... trên Server Windows chứ chưa biết cách làm thế nào để giám sát được các dịch vụ: Web server, DNS, FTP, Mail....trên Server đó. 

Muốn biết những dịch vụ đó còn sống hay không bạn chỉ cần check theo port là được: tự viết plugin dùng telnet, nc, nmap, ... Còn muốn giám sát chi tiết hơn như: status code của web server, chức năng phân giải của DNS, queue length của mail server, ... thì bạn có thể dùng những plugin như: check_http, check_dns, ...
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 07:20:13 (+0700) | #4 | 276187
memmos
Member

[Minus]    0    [Plus]
Joined: 29/05/2013 08:30:36
Messages: 22
Offline
[Profile] [PM]
Thực ra mình đang làm thử rùi nhưng không hiểu sao giám sát 1 máy sever ko thì không sao nhưng thêm giám sat dns vs web thì bị báo lỗi hic
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 07:43:34 (+0700) | #5 | 276189
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]

memmos wrote:
Thực ra mình đang làm thử rùi nhưng không hiểu sao giám sát 1 máy sever ko thì không sao nhưng thêm giám sat dns vs web thì bị báo lỗi hic 

Cụ thể là lỗi gì? File cấu hình của bạn như nào?
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 07:51:25 (+0700) | #6 | 276190
memmos
Member

[Minus]    0    [Plus]
Joined: 29/05/2013 08:30:36
Messages: 22
Offline
[Profile] [PM]
Mình làm thế này
# định nghĩa máy chủ
define host{
use linux-server
host_name maynagios
alias maynagios
address 127.0.0.1
}
# định nghĩa máy window
define host{
use windows-server
host_name dnswebserver
alias dnswebserver
address 192.168.1.2
}
#group windown
define hostgroup{
hostgroup_name windows-servers
alias Windows Servers
members dnswebserver
}
#Ping
define service{
use generic-service
host_name dnswebserver,maynagios
service_description PING
check_command check_ping!200.0,20%!600.0,60%
}
#Giám sát CPU define service{
use generic-service
host_name dnswebserver
service_description CPULoad
check_command check_nt!CPULOAD!-l 5,80,90
}

[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 07:53:46 (+0700) | #7 | 276191
memmos
Member

[Minus]    0    [Plus]
Joined: 29/05/2013 08:30:36
Messages: 22
Offline
[Profile] [PM]
nếu mình không thêm phần cầu hinh dns thì nagios không bị vấn đề gì vãn giám sát máy window được
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 07:54:57 (+0700) | #8 | 276192
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]

memmos wrote:

và khi kiểm tra nagios bị báo lôi tập tin cauhinhdns.cfg hic 

Lỗi gì? Nguyên văn như nào? Command `check_dns` đã được định nghĩa ở đâu chưa?

Đọc: /hvaonline/posts/list/13874.html.

PS: Tham khảo /hvaonline/posts/list/23321.html và đưa nội dung các files cấu hình vào [ code ] tag cho dễ nhìn.
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 07:59:22 (+0700) | #9 | 276193
memmos
Member

[Minus]    0    [Plus]
Joined: 29/05/2013 08:30:36
Messages: 22
Offline
[Profile] [PM]
Starting nagios:CONFIG ERROR! Start aborted. Check your Nagios configuration.
[root@localhost ~]# /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg

Nagios Core 3.2.3
Copyright (c) 2009-2010 Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 10-03-2010
License: GPL

Website: http://www.nagios.org
Reading configuration data...
Read main config file okay...
Processing object config file '/usr/local/nagios/etc/objects/commands.cfg'...
Processing object config file '/usr/local/nagios/etc/objects/contacts.cfg'...
Processing object config file '/usr/local/nagios/etc/objects/timeperiods.cfg'...
Processing object config file '/usr/local/nagios/etc/objects/templates.cfg'...
Processing object config file '/usr/local/nagios/etc/objects/cauhinhdns.cfg'...
Error: Unexpected token or statement in file '/usr/local/nagios/etc/objects/cauhinhdns.cfg' on line 29.
Error processing object config files!


***> One or more problems was encountered while processing the config files...

Check your configuration file(s) to ensure that they contain valid
directives and data defintions. If you are upgrading from a previous
version of Nagios, you should be aware that some variables/definitions
may have been removed or modified in this version. Make sure to read
the HTML documentation regarding the config files, as well as the
'Whats New' section to find out what has changed.
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 08:00:37 (+0700) | #10 | 276194
memmos
Member

[Minus]    0    [Plus]
Joined: 29/05/2013 08:30:36
Messages: 22
Offline
[Profile] [PM]
lỗi như vậy bạn ah hic mình không biết là sao nữa Check_dns mình đã định nghĩa trong command.cfg
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 08:09:27 (+0700) | #11 | 276195
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]

memmos wrote:

Error: Unexpected token or statement in file '/usr/local/nagios/etc/objects/cauhinhdns.cfg' on line 29.
Error processing object config files!
 

Dòng 29 là dòng nào?
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 08:14:32 (+0700) | #12 | 276196
memmos
Member

[Minus]    0    [Plus]
Joined: 29/05/2013 08:30:36
Messages: 22
Offline
[Profile] [PM]
theo như mình đếm thì là dòng "use generic-service " phần kiểm tra cpu Mà không hiểu sao cái đó bị lôi nữa hic Code mình đánh trong cauhinhdns.cfg đúng như trên kia Mà không hiểu sao cứ kêu báo lỗi dòng 29 đó
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 08:19:25 (+0700) | #13 | 276197
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]
Code:
#Giám sát CPU define service{
use generic-service
host_name dnswebserver
service_description CPULoad
check_command check_nt!CPULOAD!-l 5,80,90
}

`define service` phải nằm ở dòng dưới:
Code:
# Giám sát CPU 
define service{
    use                     generic-service
    host_name               dnswebserver
    service_description     CPULoad
    check_command           check_nt!CPULOAD!-l 5,80,90
}

Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 08:23:30 (+0700) | #14 | 276198
memmos
Member

[Minus]    0    [Plus]
Joined: 29/05/2013 08:30:36
Messages: 22
Offline
[Profile] [PM]
Thanks bạn mình đánh lại và nó lại báo lỗi này nữa

[root@localhost ~]# /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg

Nagios Core 3.2.3
Copyright (c) 2009-2010 Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 10-03-2010
License: GPL

Website: http://www.nagios.org
Reading configuration data...
Read main config file okay...
Processing object config file '/usr/local/nagios/etc/objects/commands.cfg'...
Processing object config file '/usr/local/nagios/etc/objects/contacts.cfg'...
Processing object config file '/usr/local/nagios/etc/objects/timeperiods.cfg'...
Processing object config file '/usr/local/nagios/etc/objects/templates.cfg'...
Processing object config file '/usr/local/nagios/etc/objects/cauhinhdns.cfg'...
Processing object config file '/usr/local/nagios/etc/objects/localhost.cfg'...
Processing object config file '/usr/local/nagios/etc/objects/windows.cfg'...
Warning: Duplicate definition found for hostgroup 'windows-servers' (config file '/usr/local/nagios/etc/objects/windows.cfg', starting on line 47)
Error: Could not add object property in file '/usr/local/nagios/etc/objects/windows.cfg' on line 48.
Error processing object config files!


***> One or more problems was encountered while processing the config files...

Check your configuration file(s) to ensure that they contain valid
directives and data defintions. If you are upgrading from a previous
version of Nagios, you should be aware that some variables/definitions
may have been removed or modified in this version. Make sure to read
the HTML documentation regarding the config files, as well as the
'Whats New' section to find out what has changed.

[root@localhost ~]#
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 08:38:15 (+0700) | #15 | 276199
phuongnvt
Member

[Minus]    0    [Plus]
Joined: 09/02/2011 03:35:39
Messages: 332
Offline
[Profile] [PM]

#Ping
define service{
use generic-service
host_name dnswebserver,maynagios
service_description PING
check_command check_ping!200.0,20%!600.0,60%
}
 


Sao không tách ra mà gọp chung lại vậy cà?
Nhiều người nhận được lời khuyên, song chỉ có những người khôn mới sử dụng lời khuyên đó


[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 08:38:42 (+0700) | #16 | 276200
memmos
Member

[Minus]    0    [Plus]
Joined: 29/05/2013 08:30:36
Messages: 22
Offline
[Profile] [PM]
Trong window.cfg
###############################################################################
# WINDOWS.CFG - SAMPLE CONFIG FILE FOR MONITORING A WINDOWS MACHINE
#
# Last Modified: 06-13-2007
#
# NOTES: This config file assumes that you are using the sample configuration
# files that get installed with the Nagios quickstart guide.
#
###############################################################################




###############################################################################
###############################################################################
#
# HOST DEFINITIONS
#
###############################################################################
###############################################################################

# Define a host for the Windows machine we'll be monitoring
# Change the host_name, alias, and address to fit your situation

define host{
use windows-server ; Inherit default values from a template
host_name winserver ; The name we're giving to this host
alias My Windows Server ; A longer name associated with the host
address 192.168.1.2 ; IP address of the host
}




###############################################################################
###############################################################################
#
# HOST GROUP DEFINITIONS
#
###############################################################################
###############################################################################


# Define a hostgroup for Windows machines
# All hosts that use the windows-server template will automatically be a member of this group

define hostgroup{
hostgroup_name windows-servers ; The name of the hostgroup
alias Windows Servers ; Long name of the group
}




###############################################################################
###############################################################################
#
# SERVICE DEFINITIONS
#
###############################################################################
###############################################################################


# Create a service for monitoring the version of NSCLient++ that is installed
# Change the host_name to match the name of the host you defined above

define service{
use generic-service
host_name winserver
service_description NSClient++ Version
check_command check_nt!CLIENTVERSION
}



# Create a service for monitoring the uptime of the server
# Change the host_name to match the name of the host you defined above

define service{
use generic-service
host_name winserver
service_description Uptime
check_command check_nt!UPTIME
}



# Create a service for monitoring CPU load
# Change the host_name to match the name of the host you defined above

define service{
use generic-service
host_name winserver
service_description CPU Load
check_command check_nt!CPULOAD!-l 5,80,90
}



# Create a service for monitoring memory usage
# Change the host_name to match the name of the host you defined above

define service{
use generic-service
host_name winserver
service_description Memory Usage
check_command check_nt!MEMUSE!-w 80 -c 90
}



# Create a service for monitoring C:\ disk usage
# Change the host_name to match the name of the host you defined above

define service{
use generic-service
host_name winserver
service_description C:\ Drive Space
check_command check_nt!USEDDISKSPACE!-l c -w 80 -c 90
}



# Create a service for monitoring the W3SVC service
# Change the host_name to match the name of the host you defined above

define service{
use generic-service
host_name winserver
service_description W3SVC
check_command check_nt!SERVICESTATE!-d SHOWALL -l W3SVC
}



# Create a service for monitoring the Explorer.exe process
# Change the host_name to match the name of the host you defined above

define service{
use generic-service
host_name winserver
service_description Explorer
check_command check_nt!PROCSTATE!-d SHOWALL -l Explorer.exe
}

Dòng 48 là dòng hostgroup_name windows-servers ; The name of the hostgroup bạn ah Mình ko biết lỗi gì
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 08:40:05 (+0700) | #17 | 276201
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]

memmos wrote:

Warning: Duplicate definition found for hostgroup 'windows-servers' (config file '/usr/local/nagios/etc/objects/cauhinhdns.cfg', starting on line 86)
 

`hostgroup 'windows-servers'` đã được định nghĩa ở đâu đó trước rồi.

Chạy lệnh sau để biết nó nằm trong file nào:
Code:
grep -lr 'windows-servers' /usr/local/nagios/etc/


PS: nên tập đọc tiếng Anh để hiểu những thông báo lỗi đó nói gì.
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 08:48:05 (+0700) | #18 | 276202
phuongnvt
Member

[Minus]    0    [Plus]
Joined: 09/02/2011 03:35:39
Messages: 332
Offline
[Profile] [PM]
Bỏ phần định nghĩa hostgroup đi vì bạn đã định nghĩa nó ở trong file cauhinhdns.cfg rồi , bạn chỉ cần add thằng này thành member của hostgroup windows đã tạo ở file cauhinhdns.cfg


Nhiều người nhận được lời khuyên, song chỉ có những người khôn mới sử dụng lời khuyên đó


[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 08:50:13 (+0700) | #19 | 276203
memmos
Member

[Minus]    0    [Plus]
Joined: 29/05/2013 08:30:36
Messages: 22
Offline
[Profile] [PM]
[root@localhost ~]# grep -lr 'windows-servers' /usr/local/nagios/etc/
/usr/local/nagios/etc/objects/cauhinhdns.cfg~
/usr/local/nagios/etc/objects/cauhinhdns.cfg
/usr/local/nagios/etc/objects/windows.cfg
/usr/local/nagios/etc/objects/templates.cfg
/usr/local/nagios/etc/objects/windows.cfg~
[root@localhost ~]#
Nó báo như này bạn này
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 08:55:50 (+0700) | #20 | 276204
memmos
Member

[Minus]    0    [Plus]
Joined: 29/05/2013 08:30:36
Messages: 22
Offline
[Profile] [PM]
mình làm thử theo như bạn nói nhưng nó báo lỗi
Error: Template 'windows-servers' specified in host definition could not be not found (config file '/usr/local/nagios/etc/objects/cauhinhdns.cfg', starting on line 15)
Error processing object config files!

[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 09:02:32 (+0700) | #21 | 276206
memmos
Member

[Minus]    0    [Plus]
Joined: 29/05/2013 08:30:36
Messages: 22
Offline
[Profile] [PM]
Cảm ơn tất cả các bạn mình đã sửa được khi kiểm tra nagios là không bị lôi nữa nhưng mình lại bị Lỗi: không thể đọc máy chủ và thông tin trạng thái dịch vụ! khi đăng nhập vào nagios Mình không biết vậy là lỗi do đâu Nếu bạn nào biết giúp mình vs
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 09:03:37 (+0700) | #22 | 276207
phuongnvt
Member

[Minus]    0    [Plus]
Joined: 09/02/2011 03:35:39
Messages: 332
Offline
[Profile] [PM]
Post lại 2 file cấu hình: cauhinhdns.cfg và windows.cfg lên đây

ps: để nó vào thẻ code cho dễ đọc tí
Nhiều người nhận được lời khuyên, song chỉ có những người khôn mới sử dụng lời khuyên đó


[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 09:05:48 (+0700) | #23 | 276210
memmos
Member

[Minus]    0    [Plus]
Joined: 29/05/2013 08:30:36
Messages: 22
Offline
[Profile] [PM]
Code:
###############################################################################
# WINDOWS.CFG - SAMPLE CONFIG FILE FOR MONITORING A WINDOWS MACHINE
#
# Last Modified: 06-13-2007
#
# NOTES: This config file assumes that you are using the sample configuration
#	 files that get installed with the Nagios quickstart guide.
#
###############################################################################




###############################################################################
###############################################################################
#
# HOST DEFINITIONS
#
###############################################################################
###############################################################################

# Define a host for the Windows machine we'll be monitoring
# Change the host_name, alias, and address to fit your situation

define host{
	use		windows-server	; Inherit default values from a template
	host_name	winserver	; The name we're giving to this host
	alias		My Windows Server	; A longer name associated with the host
	address		192.168.1.2	; IP address of the host
	}




###############################################################################
###############################################################################
#
# HOST GROUP DEFINITIONS
#
###############################################################################
###############################################################################


# Define a hostgroup for Windows machines
# All hosts that use the windows-server template will automatically be a member of this group

define hostgroup{
	hostgroup_name	windows-servers	; The name of the hostgroup
	alias		Windows Servers	; Long name of the group
	}





###############################################################################
###############################################################################
#
# SERVICE DEFINITIONS
#
###############################################################################
###############################################################################


# Create a service for monitoring the version of NSCLient++ that is installed
# Change the host_name to match the name of the host you defined above

define service{
	use			generic-service
	host_name		winserver
	service_description	NSClient++ Version
	check_command		check_nt!CLIENTVERSION
	}



# Create a service for monitoring the uptime of the server
# Change the host_name to match the name of the host you defined above

define service{
	use			generic-service
	host_name		winserver
	service_description	Uptime
	check_command		check_nt!UPTIME
	}
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 09:05:53 (+0700) | #24 | 276211
phuongnvt
Member

[Minus]    0    [Plus]
Joined: 09/02/2011 03:35:39
Messages: 332
Offline
[Profile] [PM]

memmos wrote:
Cảm ơn tất cả các bạn mình đã sửa được khi kiểm tra nagios là không bị lôi nữa nhưng mình lại bị Lỗi: không thể đọc máy chủ và thông tin trạng thái dịch vụ! khi đăng nhập vào nagios Mình không biết vậy là lỗi do đâu Nếu bạn nào biết giúp mình vs  


Thật tình không hiểu ý đồ của bạn muốn nói gì.
Nhiều người nhận được lời khuyên, song chỉ có những người khôn mới sử dụng lời khuyên đó


[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 09:06:33 (+0700) | #25 | 276212
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]

memmos wrote:
Cảm ơn tất cả các bạn mình đã sửa được khi kiểm tra nagios là không bị lôi nữa nhưng mình lại bị Lỗi: không thể đọc máy chủ và thông tin trạng thái dịch vụ! khi đăng nhập vào nagios 

--> Nguyên văn tiếng Anh là gì?
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 09:07:41 (+0700) | #26 | 276213
memmos
Member

[Minus]    0    [Plus]
Joined: 29/05/2013 08:30:36
Messages: 22
Offline
[Profile] [PM]
Code:
# định nghĩa máy chủ
define host{
        use                     linux-server          
        host_name              maynagios
        alias                   maynagios
        address                 127.0.0.1
        }
#group windown
define hostgroup{
    hostgroup_name    	     windows-server    
    alias        	     Windows Servers    
    members        	     dnswebserver
    }
# định nghĩa máy window
define host{
    use                windows-server    
    host_name          dnswebserver 
    alias              dnswebserver
    address            192.168.1.2
    }

#Ping
define service{
    use           	   generic-service    
    host_name      	   dnswebserver,maynagios
    service_description    PING        
    check_command          check_ping!200.0,20%!600.0,60%    
    }
#Giám sát CPU 
define service{
    use                   generic-service    
    host_name      	  dnswebserver
    service_description   CPULoad        
    check_command         check_nt!CPULOAD!-l 5,80,90
    }
#Giám sát tiến trình explorer
define service{
    use            	   generic-service    
    host_name        	   dnswebserver
    service_description    Explorer        
    check_command          check_nt!PROCSTATE!-d SHOWALL -l Explorer.exe
        }
#Theo dõi phiên bản NSClient++
define service{
    use                    generic-service    
    host_name       	   dnswebserver
    service_description    NSClient++versions        
    check_command          check_nt!CLIENTVERSION
            }
#Giám sát dung lượng bộ nhớ
define service{
    use           	   generic-service    
    host_name        	   dnswebserver
    service_description    Memory Usage    
    check_command          check_nt!MEMUSE!-w 80 -c 90
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 09:08:55 (+0700) | #27 | 276214
memmos
Member

[Minus]    0    [Plus]
Joined: 29/05/2013 08:30:36
Messages: 22
Offline
[Profile] [PM]

--> Nguyên văn tiếng Anh là gì? 

Whoops!

Error: Could not read host and service status information!

The most common cause of this error message (especially for new users), is the fact that Nagios is not actually running. If Nagios is indeed not running, this is a normal error message. It simply indicates that the CGIs could not obtain the current status of hosts and services that are being monitored. If you've just installed things, make sure you read the documentation on starting Nagios.

Some other things you should check in order to resolve this error include:

Check the Nagios log file for messages relating to startup or status data errors.
Always verify configuration options using the -v command-line option before starting or restarting Nagios!

Make sure you read the documentation on installing, configuring and running Nagios thoroughly before continuing. If all else fails, try sending a message to one of the mailing lists. More information can be found at http://www.nagios.org.
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 09:11:08 (+0700) | #28 | 276216
phuongnvt
Member

[Minus]    0    [Plus]
Joined: 09/02/2011 03:35:39
Messages: 332
Offline
[Profile] [PM]
Vẫn chưa thấy bạn bỏ phần định nghĩa hostgroup trong file windows.cfg, bạn chỉ cần thêm thằng winserver vào đây

#group windown
define hostgroup{
hostgroup_name windows-servers
alias Windows Servers
members dnswebserver
 


ngay chỗ members của file cauhinhdns.cfg
Nhiều người nhận được lời khuyên, song chỉ có những người khôn mới sử dụng lời khuyên đó


[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 09:12:51 (+0700) | #29 | 276217
memmos
Member

[Minus]    0    [Plus]
Joined: 29/05/2013 08:30:36
Messages: 22
Offline
[Profile] [PM]


Thật tình không hiểu ý đồ của bạn muốn nói gì. 
Hic nghĩa là mình kiểm tra nagios xem nó có bị lỗi gì ko ấy trước khi đăng nhập giao diện của nagios Tới khi mình đăng nhập vào thì nó báo lỗi mình không giám sát được gì bạn ah hic
[Up] [Print Copy]
  [Question]   Giám sát Web server, DNS, FTP, Mail....bằng Nagios trên Centos 01/06/2013 09:15:46 (+0700) | #30 | 276218
memmos
Member

[Minus]    0    [Plus]
Joined: 29/05/2013 08:30:36
Messages: 22
Offline
[Profile] [PM]

phuongnvt wrote:

memmos wrote:
Cảm ơn tất cả các bạn mình đã sửa được khi kiểm tra nagios là không bị lôi nữa nhưng mình lại bị Lỗi: không thể đọc máy chủ và thông tin trạng thái dịch vụ! khi đăng nhập vào nagios Mình không biết vậy là lỗi do đâu Nếu bạn nào biết giúp mình vs  


Thật tình không hiểu ý đồ của bạn muốn nói gì. 
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|