About availability report, are the data is fake?
Posted: Fri Dec 30, 2011 6:30 am
Hi, i have installed Nagios Core in RHEL.
There are the packages :
And then, I was add all of my host di router.cfg, here is the file configuration :
HOST
GROUP
SERVICE
But, when I create report availability
Step1: Select Report Type --> Select HostGroup
Step2: Select HostGroup --> Select Router
Step3: Report Period (Today) --> Create Availability Report
Here is the screen shot, there is no real data

Actualy, tasikmalaya.panjunan.com is down. But how to get the fact about those data?
Code: Select all
Red Hat Enterprise Linux Server release 5.6 (Tikanga)Code: Select all
nagios-3.3.1.tar.gz
nagios-plugins-1.4.15.tar.gz
HOST
Code: Select all
define host{
host_name my.host-name.com
alias my.host-name.com
address 11.11.14.245
use router-panjunan
}
Code: Select all
define hostgroup{
hostgroup_name router
alias Router Panjunan
members my.host-name.com
}
Code: Select all
define service{
host_name my.host-name.com
use router-service
service_description HTTP
check_command check_http
}Step1: Select Report Type --> Select HostGroup
Step2: Select HostGroup --> Select Router
Step3: Report Period (Today) --> Create Availability Report
Here is the screen shot, there is no real data

Actualy, tasikmalaya.panjunan.com is down. But how to get the fact about those data?