search for: command_nam

Displaying 14 results from an estimated 14 matches for "command_nam".

Did you mean: command_name
2007 Apr 11
10
Nagios asterisk monitoring
...plugin from the consle it works ok, but if I run it from Nagios web interface it does not run. Anyone are using this plugin? Could you helpme to solve that? Any clue will be appreciated. Thanks for your time. VoipCrazy Here goes my nagios check_sip plugin configuration. define command{ command_name check_sip command_line $USER1$/check_sip -u $ARG1$ -H $HOSTADDRESS$ -w 5 } define service{ use generic-service host_name -PBX service_description SIP test check_command...
2015 May 14
3
nagios check_local_disk failing
...Root Partition check_command check_local_disk!20%!10%!/ } It's attempting to do a local disk check on the nagios server itself. Not an NRPE check. This is the command definition: # 'check_local_disk' command definition define command{ command_name check_local_disk command_line $USER1$/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$ -x $ARG4$ } Can someone please tel me where I'm going wrong? Thanks, Tim -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
2015 May 24
2
specify port on check_memcached.pl
Hey guys, I'm trying use check_memcached.pl to monitor a couple of memcached services running on two ports. I have my command definition setup like this: # 'check_memcached' command definition define command { command_name check_memcached command_line $USER1$/check_memcached.pl -H $HOSTADDRESS$ -p $ARG1$ } And I have my service definitions setup like this: # Define a service to check memcached on web1 (just the basics for right now). define service{ use local-service...
2011 Jan 23
1
Trouble installing SWAT on a Samba 4 Alpha 13 build on Ubuntu Server
...(most recent call last): File "/usr/local/bin/paster", line 9, in <module> load_entry_point('PasteScript==1.7.3', 'console_scripts', 'paster')() File "/usr/lib/pymodules/python2.6/paste/script/command.py", line 84, in run invoke(command, command_name, options, args[1:]) File "/usr/lib/pymodules/python2.6/paste/script/command.py", line 123, in invoke exit_code = runner.run(args) File "/usr/lib/pymodules/python2.6/paste/script/command.py", line 218, in run result = self.command() File "/usr/lib/pymodules/py...
2015 May 14
0
nagios check_local_disk failing
...check_local_disk!20%!10%!/ > } > > It's attempting to do a local disk check on the nagios server itself. Not > an NRPE check. > > This is the command definition: > > # 'check_local_disk' command definition > define command{ > command_name check_local_disk > command_line $USER1$/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$ -x > $ARG4$ > } > > Can someone please tel me where I'm going wrong? > > Thanks, > Tim > You need to remove the 4th argument if you are not using it [root at na...
2011 Jan 24
4
Trouble installing SWAT on a Samba 4 Alpha 13 build onUbuntu Server
...t;, line 9, in <module> >> load_entry_point('PasteScript==1.7.3', 'console_scripts', >> 'paster')() >> File "/usr/lib/pymodules/python2.6/paste/script/command.py", line >> 84, in >> run >> invoke(command, command_name, options, args[1:]) >> File "/usr/lib/pymodules/python2.6/paste/script/command.py", line >> 123, in >> invoke >> exit_code = runner.run(args) >> File "/usr/lib/pymodules/python2.6/paste/script/command.py", line >> 218, in >&...
2016 Apr 27
0
Bourne shell deprecated?
...SH(1) NAME sh -- command interpreter (shell) SYNOPSIS sh [-aCefnuvxIimqVEb] [+aCefnuvxIimqVEb] [-o option_name] [+o option_name] [command_file [argument ...]] sh -c [-aCefnuvxIimqVEb] [+aCefnuvxIimqVEb] [-o option_name] [+o option_name] command_string [command_name [argument ...]] sh -s [-aCefnuvxIimqVEb] [+aCefnuvxIimqVEb] [-o option_name] [+o option_name] [argument ...] DESCRIPTION sh is the standard command interpreter for the system. The current version of sh is in the process of being changed to conform with the POSIX...
2011 May 16
4
Problem Making Tarballs
I have a CentOS virtual private server from 1and1.com If I checkout or pull something from a repository, it will contain an autogen.sh file Running this and then configure seems to work. However, when I run make I get a lot of error messages from libtool saying that such and such a command could not be found on some line or that there is a syntax error. This happens even with the latest
2011 Jan 24
1
Trouble installing SWAT on a Samba 4 Alpha 13 buildonUbuntu Server
...'console_scripts', 'paster')() >>>> >> File >>>> "/usr/lib/pymodules/python2.6/paste/script/command.py", >>>> line 84, in >>>> >> run >>>> >> invoke(command, command_name, options, args[1:]) >>>> >> File >>>> "/usr/lib/pymodules/python2.6/paste/script/command.py", >>>> line 123, >>>> >> in >>>> >> invoke >>>> >>...
2016 Apr 27
5
Bourne shell deprecated?
>>> >>last OS I can think of with an actual Bourne shell was Solaris. >>> >> >>> >> >> > >> >The various *BSD's have & use the actual Bourne shell .... >> > >> > > Which one? All the BSDs I know of use the Almquist Shell except for > OpenBSD which uses a patched version of the Public Domain Korn Shell
2009 Feb 13
10
Nagios: Error: Service check command ... not defined anywhere!
Hello CentOS users, I have problems posting the question below to the Nagios mailing list (my subscription is not accepted for some reason). Has anybody of you already had this probably frequent problem with Nagios in CentOS? I can''t use check_squid from command-plugins.cfg (s. below) Thank you for any hints Alex ---------- Forwarded message ---------- To: nagios-users at
2010 Sep 15
7
Glassfish asadmin provider
Hi, I am making a resource type to manage Glassfish domains. I''m not quite sure how to specify provider commands with a sane default and in configurable way. The location of the binary may be in other locations depending on where Glassfish was installed. http://github.com/larstobi/puppet-glassfish/blob/master/lib/puppet/provider/glassfish/asadmin.rb Does anyone have any advice on
2012 Aug 30
2
[PATCH v2] daemon: collect list of called external commands
guestfsd calls many different tools. Keeping track of all of them is error prone. This patch introduces a new helper macro to put the command string into its own ELF section: GUESTFSD_EXT_CMD(C_variable, command_name); This syntax makes it still possible to grep for used command names. The actual usage of the collected list could be like this: objcopy -j .guestfsd_ext_cmds -O binary daemon/guestfsd /dev/stdout | strings | sort -u The resulting output will be used to tell mkinitrd which programs to copy int...
2012 Aug 30
1
[PATCH] collect list of called external commands
guestfsd calls many different tools. Keeping track of all of them is error prone. This patch introduces a new helper macro to put the command string into its own ELF section: GUESTFS_EXT_CMD(C_variable, command_name); This syntax makes it still possible to grep for used command names. The actual usage of the collected list could be like this: objcopy -j .guestfs_ext_cmds -O binary daemon/guestfsd /dev/stdout | strings | sort -u The resulting output will be used to tell mkinitrd which programs to copy into...