Apache2 bolon php5-tai server deer nagios-g tohiruulsan yum.
tegeed neg zuil ni bolohgui yum. doorhi aldaa garaad bh yum.
Status Summary For All Host Groups
Host Group Host Status Totals Service Status Totals
It appears as though you do not have permission to view information for any of the hosts you requested...
If you believe this is an error, check the HTTP server authentication requirements for accessing this CGI
and check the authorization options in your CGI configuration file.
2.3 Hosts
In addition to localhost, you must specify all hosts your are monitoring. I assume they are all on-link
(in the same LAN as your monitoring station). Else, see Nagios official documentation to get it working
through routers (use parents option).
Here is what is required in order to monitor a machine called nfs2 with IP address 192.168.0.5. Alarms
from this host will be reported to the "admins" group.
5
define host{
use generic-host ; Name of host template to use
host_name nfs2
alias nfs2
address 192.168.0.5
check_command check-host-alive
max_check_attempts 10
notification_interval 120
notification_period 24x7
notification_options d,r
contact_groups admins
}
2.4 Hostgroups
In this basic configuration, we will only have one hostgroup. You can define several hostgroups to group
hosts together in Nagios interface.
define hostgroup{
hostgroup_name nfsv4config
alias NFSv4 test configuration
members localhost,nfs2
}