Define a remote host to be monitored - Nagios

0 votes
I want to monitor a few services on a remote host using Nagios. How do I define my host for this purpose?
Mar 1, 2019 in Nagios by Kevin
507 views

1 answer to this question.

0 votes

The host definition can be placed in its own file or added to an already existing object configuration file. Here's what the host definition for remote host might look like:

define host {
    use         generic-host        ; Inherit default values from a template
    host_name   remotehost          ; The name we're giving to this host
    alias       Some Remote Host    ; A longer name associated with the host
    address     192.168.1.50        ; IP address of the host
    hostgroups  allhosts            ; Host groups this host is associated with
}
answered Mar 1, 2019 by kevin

Related Questions In Nagios

0 votes
1 answer

How do I monitor FTP servers on a remote host using nagios?

Hey @Jammie, you can use the check_ftp ...READ MORE

answered Mar 1, 2019 in Nagios by Pam
2,154 views
0 votes
1 answer

Monitor SMTP services on a host system using Nagios

The check_smtp plugin can be used for monitoring your ...READ MORE

answered Mar 1, 2019 in Nagios by Kavya
973 views
0 votes
1 answer

Are there plugins available for monitoring services using nagios?

There are many plugins available for different ...READ MORE

answered Mar 1, 2019 in Nagios by Lynda
696 views
0 votes
1 answer

Monitor Web servers using Nagios

hey @Alan, you can use the check_http ...READ MORE

answered Mar 1, 2019 in Nagios by Kevin
447 views
0 votes
1 answer

Monitor SSH services using nagios

Hey @Thomas, you can use the check_ssh ...READ MORE

answered Mar 1, 2019 in Nagios by Jake
690 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,503 views
+2 votes
1 answer
0 votes
1 answer

Can any explain me what is exact difference between NCPA and NRPE in nagios monitoring tool??

NCPA is a cross-platform monitoring agent for ...READ MORE

answered Feb 11, 2020 in Nagios by anonymous
• 59,230 points
6,268 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP