Search found 324 matches

by rlinux57
Thu Sep 06, 2018 12:24 am
Forum: Open Source Nagios Projects
Topic: Incorrect Duration Time
Replies: 9
Views: 2760

Re: Incorrect Duration Time

But it shows critical PING;CRITICAL . When its recovered, the state changed and duration time still the same before going down. Why ?
by rlinux57
Wed Sep 05, 2018 2:44 pm
Forum: Open Source Nagios Projects
Topic: Incorrect Duration Time
Replies: 9
Views: 2760

Re: Incorrect Duration Time

History report of PING Service:
When host is down:

Code: Select all

[09-05-2018 16:29:27] SERVICE ALERT: Server-01;PING;CRITICAL;SOFT;1;PING CRITICAL - Packet loss = 100%
When it comes up:

Code: Select all

[09-05-2018 16:34:21] SERVICE ALERT: Server-01;PING;OK;SOFT;1;PING OK - Packet loss = 0%, RTA = 0.59 ms
by rlinux57
Wed Sep 05, 2018 1:04 pm
Forum: Open Source Nagios Projects
Topic: Incorrect Duration Time
Replies: 9
Views: 2760

Re: Incorrect Duration Time

Hi again,

I didn't set any retain status for services and host. Could you explain the retain status and nonstatus and by default which one is used by nagios server. And how do i get rid off this issue ?
by rlinux57
Wed Sep 05, 2018 7:22 am
Forum: Open Source Nagios Projects
Topic: Incorrect Duration Time
Replies: 9
Views: 2760

Incorrect Duration Time

Hi All, I am curious about the duration time of my node services in nagios server. As i have restarted the server, When it came back the duration time of some services are less than one minute such as 0d 0h 0m 33s and some of the services duration time 270d 12h 40m 41s . Whats wrong with the nagios,...
by rlinux57
Thu Aug 16, 2018 5:10 am
Forum: Open Source Nagios Projects
Topic: Incorrect Performance Data
Replies: 10
Views: 4250

Re: Incorrect Performance Data

Right but when i used `free -m` then performance data gets down in pnp4nagios. And when i revert back to `free -b` It's working again. What would be the issue ?
by rlinux57
Fri Aug 10, 2018 1:18 pm
Forum: Open Source Nagios Projects
Topic: Incorrect Performance Data
Replies: 10
Views: 4250

Re: Incorrect Performance Data

That means, I have to use

Code: Select all

free -m
in order to calculate used memory. RIght ?
by rlinux57
Fri Aug 10, 2018 12:27 am
Forum: Open Source Nagios Projects
Topic: Incorrect Performance Data
Replies: 10
Views: 4250

Re: Incorrect Performance Data

I have sent you in private message.
by rlinux57
Thu Aug 09, 2018 8:04 am
Forum: Open Source Nagios Projects
Topic: Incorrect Performance Data
Replies: 10
Views: 4250

Re: Incorrect Performance Data

Actually i am using

Code: Select all

free -b
command in order to get the output and grep free, buffer and cache and saved in a variable and use below formula in order to get used memory.

Code: Select all

memUsed_b=$(($memTotal_b-$memFree_b-$memBuffer_b-$memCache_b))
by rlinux57
Mon Aug 06, 2018 12:36 am
Forum: Open Source Nagios Projects
Topic: Email Notification Issue
Replies: 6
Views: 2450

Re: Email Notification Issue

I didn't define contact_groups in my host.cfg. My host definition looks like: define host{ use linux-server,host-pnp host_name Server-01 alias Server-01 address IP-Address } define host{ use linux-server,host-pnp host_name Server-02 alias Server-02 address IP-Address }
by rlinux57
Thu Aug 02, 2018 1:56 pm
Forum: Open Source Nagios Projects
Topic: Email Notification Issue
Replies: 6
Views: 2450

Re: Email Notification Issue

Could anybody help me with the mentioned issue?