Displaying 3 results from an estimated 3 matches for "checkcommand".
Did you mean:
check_command
2011 Apr 06
5
Blank lines in conditional templates
...l=<%= real_server %>:<%= port %> gate <%= weight %>
<% end -%><% end -%>
<% if not checktype.empty? then -%> checktype=<%= checktype -%><%
end -%>
<% if not service.empty? then -%> service=<%= service %><% end -
%>
<% if not checkcommand.empty? then -%> checkcommand=<%=
checkcommand %><% end -%>
protocol=<%= protocol %>
scheduler=<%= scheduler %>
persistent=<%= persistent %>
This all works fine. If (say) checktype == ''fred'' then I get a line
checktype=fred
My...
2008 Apr 26
1
gem fetching error
...mands::BuildCommand
Exception `NameError'' at
/usr/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:145 -
uninitialized constant Gem::Commands::CertCommand
Exception `NameError'' at
/usr/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:145 -
uninitialized constant Gem::Commands::CheckCommand
Exception `NameError'' at
/usr/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:145 -
uninitialized constant Gem::Commands::ContentsCommand
Exception `NameError'' at
/usr/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:145 -
uninitialized constant Gem::Commands::DependencyComma...
2009 Nov 05
0
Nagios check_file size in another machine [solved]
...0 20:06 pts/0 00:00:00 grep -i nrpe
>
> This won't really help you, since the default is to run nrpe out of
> (x)inetd.
>
> On your nagios server, configure a service that uses check_nrpe to check
> a named check on the remote host. Then, on the mysqld host, create a
> checkcommand in nrpe.cfg to do the (local) check that you want to do.
> NRPE will perform the check and send the result back to check_nrpe on
> the nagios server.
>
> I believe that on the remote host you need the nagios-plugins and
> nagios-nrpe packages, available from rpmforge. (The nagios se...