Search found 5 matches

by hema12
Sun May 13, 2018 11:28 am
Forum: Open Source Nagios Projects
Topic: NRPE: Command 'check_ping' not defined
Replies: 3
Views: 3604

Re: NRPE: Command 'check_ping' not defined

@ npolovenko Thank you for your reply... In my nagios server localhost.cfg define host { use linux-server host_name apache alias apache_test address Ip address max_check_attempts 5 check_period 24x7 notification_interval 30 notification_period 24x7 } define service{ use local-service ; Name of servi...
by hema12
Fri May 11, 2018 1:25 am
Forum: Open Source Nagios Projects
Topic: NRPE: Command 'check_ping' not defined
Replies: 3
Views: 3604

NRPE: Command 'check_ping' not defined

I am very new to nagios.

Can some one please help me to fix this issue.
I want to check remote client status like disk check, Cpu usage,Memory,ping etc.

Code: Select all

NRPE: Command 'check_ping' not defined
by hema12
Fri May 11, 2018 12:55 am
Forum: Open Source Nagios Projects
Topic: Cannot access nagios thorugh web/ip
Replies: 5
Views: 1786

Re: Cannot access nagios thorugh web/ip

Hey hi,

Thanks a lot for your time..

I fixed that issue. Can you please help me with monitoring disk space and cpu usage of client machine .

I am getting command not found.
by hema12
Thu May 10, 2018 6:01 am
Forum: Open Source Nagios Projects
Topic: Cannot access nagios thorugh web/ip
Replies: 5
Views: 1786

Re: Cannot access nagios thorugh web/ip

@npolovenko thank you for your response Now i am getting 401 unauthorised error. curl http://public ip/nagios <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>401 Unauthorized</title> </head><body> <h1>Unauthorized</h1> <p>This server could not verify that you are aut...
by hema12
Wed May 09, 2018 11:56 am
Forum: Open Source Nagios Projects
Topic: Cannot access nagios thorugh web/ip
Replies: 5
Views: 1786

Cannot access nagios thorugh web/ip

I cannot access nagios using web/ip/localhost

But when i use `sudo service nagios status` It shows running/active

Can anyone please help me to fix this issue.