Displaying 10 results from an estimated 10 matches for "check_ping".
2012 Jan 17
4
Exported variable foo...(fu?)
...ensure => present,
alias => $hostname,
register => 1,
use => "generic-host"
}
@@nagios_service { "check_ping_${hostname}":
use => "check_ping",
hostname => "$fqdn"
}
}
Now, I''ve run into several issues.
First off the exported resources never seem to get to get marshalled.
Secondl...
2008 Dec 19
2
OT: Ping failed (SOLVED)
>From what I can see nagios' check_ping monitor executes /bin/ping,
>in which case you need to make sure /bin/ping is owned by root
>and is setuid (chmod u+s /bin/ping)
>
>nate
That solved it. Same with file permission with mount, umount, su, and ping6. Thank you very much.
Get your new Email address!
Grab the Email...
2008 Dec 18
1
OT: Ping failed
Hi,
The Ping service in Nagios has "unknown" status which was previously OK, this happens after i messed up some of the files owner and accidentally change it to Apache. Although I restored most of the file permission back to Root, the problem above still appears which I suspect is due to permission. Does anybody have idea where to look at.
Thanks,
junji
aisalen.wordpress.com
Linux
2007 Jul 30
1
Perl-related problem on rrdtool?
...d. I'm trying to
"glue" them together with a program called n2rdd but am having a
problem that I wondering is Perl-related.
When I run "tail /var/log/nagios/rra/n2rrd.log", I see lots of this
sort of thing:
server01: Missing template for "server01" service "check_ping"
"/etc/n2rrd/templates/rra/ping.t"
I have a ping.t template in that file path, but it's still not
working. In fact, I did one exactly like the example in the
instructions (step 7, example 1:
http://n2rrd.diglinks.com/cgi-bin/trac.cgi/wiki/InstallationGuide) and
then I copied tha...
1998 Jun 27
0
check-ps 1.2 alpha 4 released
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have just uploaded check-ps version 1.2 alpha 4 to the pub/word2x directory
on mars.astra.co.uk. I have also supplied a signature for pgp 2.x and pgp 5
users. You can obtain the keys from the file in the same directory or by
sending email to pgp@duncan.telstar.net (an automatic response robot, subject
and message contents junked). The licence
2010 Oct 20
2
nagios_service types and "name"
It seems that the nagios_service type will not write out the "name"
property of nagios service objects. I had thought this was an oversight
or a bug, till I saw this thread:
http://www.mail-archive.com/puppet-bugs@googlegroups.com/msg10387.html
which seems to imply that this is a deliberate "feature". Is this
prohibition on "name" really the desired behaviour?
2013 May 14
2
puppet and custom nagios object variables
Nagios support "custom object variables" (http://nagios.sourceforge.net/docs/nagioscore/3/en/customobjectvars.html) buy prefixing them with an underscore:
define host{
host_name linuxserver
_mac_address 00:06:5B:A6:AD:AA
_rack_number R32
}
However, I can''t determine how to use these with puppet nagios resources. I''m assuming they aren''t supported, but
2019 Sep 13
0
Wine release 4.16
...mand.
45560 Windows Sysinternals 'psping' v2.x tool, part of 'PsTools' crashes when trying to ping host (needs 'iphlpapi.ParseNetworkString')
46149 Multiple applications need ntdll.dll.RtlIpv4StringToAddress{A,W,ExA,ExW} implementation (Processhacker 2.x, Icinga 2 'check_ping')
46421 ?Torrent has squares in it's update-dialog
46549 Multiple .NET 4.x applications and games using 'System.Net.HttpListener' class crash due incomplete httpapi implementation (PUBG Lite Launcher, SeeSnake HQ)
46983 type command in cmd.exe with two files and stdout redi...
2018 May 25
0
Wine release 3.9
...vcp140.dll.?GetCurrentThreadId at platform@details at Concurrency@@YAJXZ
45170 Cygwin/MSYS2 needs EXDEV error code mapped to STATUS_NOT_SAME_DEVICE (rename of cross-device links)
45172 FrameMaker 7.2 and Framemaker 8 (trial) needs implementation of atmlib.dll.ATMFinish
45174 Icinga 2 'check_ping' tool with IPv6 address/host crashes on unimplemented function ntdll.dll.RtlIpv6StringToAddressExW
45179 iTunes 12.x installer freezes at the final step
45220 Regression: Hearthstone-Deck-Tracker stoped working after wine-2.21
-------------------------------------------------------------...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...}
@@nagios_hostextinfo { $fqdn:
ensure => present,
icon_image_alt => $operatingsystem,
icon_image => "base/$operatingsystem.png",
statusmap_image => "base/$operatingsystem.gd2",
}
@@nagios_service { "check_ping_${hostname}":
use => "check_ping",
host_name => "$fqdn",
}
@@nagios_service { "check_users_${hostname}":
use => "remote-nrpe-users",
host_name => "$fqdn",
}
@@nagios_serv...