Search found 21 matches

by volpeadmin
Mon Sep 30, 2013 3:52 pm
Forum: Open Source Nagios Projects
Topic: localhost and switch status Down
Replies: 26
Views: 8137

Re: localhost and switch status Down

and of course it worked...well, I could have sworn I installed the plugins, that's why I was ignoring that possibility adamantly. but apparently not- thanks for your help and patience and please excuse my ignorance. thanks again
by volpeadmin
Mon Sep 30, 2013 2:45 pm
Forum: Open Source Nagios Projects
Topic: localhost and switch status Down
Replies: 26
Views: 8137

Re: localhost and switch status Down

slansing wrote:Please run the following and show the output:

Code: Select all

ll -la /usr/local/nagios/libexec/check_icmp

# ll -la /usr/local/nagios/libexec/check_icmp
ls: cannot access /usr/local/nagios/libexec/check_icmp: No such file or directory
by volpeadmin
Mon Sep 30, 2013 1:50 pm
Forum: Open Source Nagios Projects
Topic: localhost and switch status Down
Replies: 26
Views: 8137

Re: localhost and switch status Down

# ls -la /usr/local/nagios/libexec total 12 drwxrwxr-x. 3 nagios nagios 4096 Sep 25 09:42 . drwxr-xr-x. 8 root root 4096 Sep 18 14:46 .. drwxr-xr-x. 4 nagios nagios 4096 Sep 25 09:42 eventhandlers # grep -4 check-host-alive commands.cfg # The check must result in a 100% packet loss or 5 second (5000...
by volpeadmin
Mon Sep 30, 2013 12:53 pm
Forum: Open Source Nagios Projects
Topic: localhost and switch status Down
Replies: 26
Views: 8137

Re: localhost and switch status Down

# Linux host definition template - This is NOT a real host, just a template! define host{ name linux-server ; The name of this host template use generic-host ; This template inherits other values from the generic-host template check_period 24x7 ; By default, Linux hosts are checked round the clock ...
by volpeadmin
Mon Sep 30, 2013 12:51 pm
Forum: Open Source Nagios Projects
Topic: localhost and switch status Down
Replies: 26
Views: 8137

Re: localhost and switch status Down

templates.cfg?
by volpeadmin
Mon Sep 30, 2013 12:50 pm
Forum: Open Source Nagios Projects
Topic: localhost and switch status Down
Replies: 26
Views: 8137

Re: localhost and switch status Down

what is the filename?
by volpeadmin
Mon Sep 30, 2013 12:45 pm
Forum: Open Source Nagios Projects
Topic: localhost and switch status Down
Replies: 26
Views: 8137

Re: localhost and switch status Down

localhost.cfg ...also attached (filename extension changed to avoid upload error)
by volpeadmin
Mon Sep 30, 2013 12:33 pm
Forum: Open Source Nagios Projects
Topic: localhost and switch status Down
Replies: 26
Views: 8137

Re: localhost and switch status Down

it is not the only host but it is separate from the other, primary Nagios host... this will eventually replace it but it runs solely on its own hardware (stand alone)
by volpeadmin
Mon Sep 30, 2013 12:29 pm
Forum: Open Source Nagios Projects
Topic: localhost and switch status Down
Replies: 26
Views: 8137

Re: localhost and switch status Down

looks like its missing a plugin...screen shot attached..
by volpeadmin
Mon Sep 30, 2013 12:20 pm
Forum: Open Source Nagios Projects
Topic: Starting nagios, localhost appears DOWN
Replies: 13
Views: 16066

Re: Starting nagios, localhost appears DOWN

I think that did it! "Nagios" user needed the bash shell..

# service nagios restart
Running configuration check...done.
Stopping nagios: done.
Starting nagios: done.

(no error.)

Thanks a bunch!