About availability report, are the data is fake?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
dewanggaba
Posts: 1
Joined: Fri Dec 30, 2011 5:59 am

About availability report, are the data is fake?

Post by dewanggaba »

Hi, i have installed Nagios Core in RHEL.

Code: Select all

Red Hat Enterprise Linux Server release 5.6 (Tikanga)
There are the packages :

Code: Select all

nagios-3.3.1.tar.gz
nagios-plugins-1.4.15.tar.gz
And then, I was add all of my host di router.cfg, here is the file configuration :
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
        }
GROUP

Code: Select all

define hostgroup{
        hostgroup_name  router
        alias           Router Panjunan
        members    my.host-name.com
        }
SERVICE

Code: Select all

define service{
        host_name                       my.host-name.com
        use                             router-service
        service_description             HTTP
        check_command                   check_http
        }
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 :(
Image

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