Displaying 20 results from an estimated 46 matches for "host_nam".
Did you mean:
host_name
2003 Mar 16
0
creating directories on destination
Hello,
I need some advice on having rsync automatically create directories on the
destination server
I have the following directory structure:
source host:
/home/user1/
/home/user2/
etc.
/var/lib/mysql/db1
/var/lib/mysql/db2
etc.
On the destination host (host_name) I have:
/home/backups/host_name/
and I want to backup the source host to this dir so that at the end of the
backup I have:
/home/backups/host_name/home/user1
/home/backups/host_name/home/user2
/home/backups/host_name/var/lib/mysql/db1
/home/backups/host_name/var/lib/mysql/db2
etc.
I am using...
2011 Dec 23
1
Help - Mounting a Windows computer with two IP addresses
Hi all,
I need to mount a Windows share locally on my laptop. However, I cannot
do this via
sudo mount -t smbfs //host_name/share_name /local_mount
because the host_name has two IP addresses with it as shown by nmblookup
//host_name.
(That is, I try mounting and I'm given this error:
mount error(115): Operation now in progress
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) )
One IP address is a st...
2009 Apr 22
3
Exported Resources with keyword undef
Hello !
I''m using a lot of nagios_ commands in my puppet manifests and I saw a
problem when using ''undef'' in exported resources :
Here is a simple example :
define nagios::service::distributed ($ensure=present,
$service_description, $host_name=false, $contact_groups=false) {
nagios_service {$name:
ensure => $ensure,
use => "generic-service-active",
host_name => $host_name ? {false => $hostname, default => $host_name},
check_command => $name,
tag => "nagios",
service_des...
2017 Nov 16
3
What exactly is the meaning of "Subnet" parameter in tinc/$NETNAME/hosts/$SOMEHOSTNAME?
Hello, I am not very good at linux networking. I have read tinc documentation
multiple times and I still don't understand what the "Subnet = ..." directive
does in /etc/tinc/$NET_NAME/hosts/$HOST_NAME
Right now I have a simple virtual lan organized with tinc, and I use the
following in every device's config file (replacing the last part of the
address):
# This computer will have this ip address in the vpn
Subnet = 10.20.30.22/32
This allows me to connect to $HOST_NAME using ip address 10...
2014 Jan 22
1
Dovecot on Solaris 10 Segmentation Fault
...f good output --->
http date invalid [42]: parse Sun Nov 6 08:49:37 0000 ............... : ok
http date invalid [42] ............................................... : ok
0 / 150 tests failed
http url valid [0]: http_url_parse(http://localhost) ................. : ok
http url valid [0]: url->host_name = localhost ....................... : ok
http url valid [0]: url->port = (unspecified) ........................ : ok
http url valid [0]: url->host_ip = (unspecified) ..................... : ok
/bin/bash: line 1: 28764 Segmentation Fault (core dumped) ./$bin
gmake[2]: *** [check-test] Er...
2015 May 24
2
specify port on check_memcached.pl
...emcached.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 ; Name of
service template to use
host_name web1
service_description Check Memcached 11211
contact_groups linux-admins
check_command check_memcached!web1.example.com
!11211
notifications_enabled 1
}
# Define a servic...
2005 Jul 27
7
Oracle OCI8, or "am I going crazy?"
All of a sudden, on three different systems, the "server_ip_address/sid_name"
syntax in database.yml has stopped working for me.
I can''t even do a OCI8.new(blah blah blah) statement from an IRB shell.
I get "ORA-12541: TNS:no listener", or some variant, depending on how I phrase it.
On systems where I have a real deal client installed, and OCI can find the
tnsnames
2024 May 06
1
Feature request/EOI: Match interactive config?
... and I guess your next question will be about compilation environment, so:
```
$ gcc --version
gcc (Gentoo 13.2.1_p20240210 p14) 13.2.1 20240210
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
```
I'm running on gentoo. I tested that the
2012 Dec 05
8
Error: Could not request certificate: Connection refused - connect(2)
Hi all,
I am new at puppet and Im using the puppet learning tutorial. I execute
until Basic agent/master puppet. Everything worked ok but after 2 or 3
days, running the command "puppet agent --test", start throw the error in
subject. That left me with the following questions:
how to puppet agent connect to master without service started on master?
If this connection is possible (
2024 May 06
1
Feature request/EOI: Match interactive config?
...NFIG_FILE, pw, "", "", NULL,
&options, 0, NULL);
(void)fill_default_options(&options);
if (options.enable_ssh_keysign != 1)
diff --git a/ssh.c b/ssh.c
index 0019281f4..ecaff3844 100644
--- a/ssh.c
+++ b/ssh.c
@@ -566,7 +566,8 @@ process_config_files(const char *host_name, struct passwd *pw, int final_pass,
if (config != NULL) {
if (strcasecmp(config, "none") != 0 &&
- !read_config_file(config, pw, host, host_name, &options,
+ !read_config_file(config, pw, host, host_name,
+ command, &options,
SSHCONF_USERCONF...
2005 Jun 10
2
W2K printer problem
I am getting the following prblem from my Winblows printer.
Using the CUPS printer Config tool, the printer can be setup as a
smb://host_name/printer
When I attempt to send a test page, I get the following message:
Description: Brother LaserJet
Location: royal
Printer State: processing, accepting jobs.
"Unable to connect to SAMBA host, will retry in 60 seconds...ERROR:
Connection failed with error NT_STATUS_ACCESS_DENIED"
De...
2024 May 06
3
Feature request/EOI: Match interactive config?
...NFIG_FILE, pw, "", "", NULL,
&options, 0, NULL);
(void)fill_default_options(&options);
if (options.enable_ssh_keysign != 1)
diff --git a/ssh.c b/ssh.c
index 0019281f4..ecaff3844 100644
--- a/ssh.c
+++ b/ssh.c
@@ -566,7 +566,8 @@ process_config_files(const char *host_name, struct passwd *pw, int final_pass,
if (config != NULL) {
if (strcasecmp(config, "none") != 0 &&
- !read_config_file(config, pw, host, host_name, &options,
+ !read_config_file(config, pw, host, host_name,
+ command, &options,
SSHCONF_USERCONF...
2007 Feb 11
7
Could not find definition vico_network
...twork ($owner = ''root'', $group = ''wheel'', $mode = ''644'',
$cro_int = ''ne3'',
$carp0_skew = '''', $carp1_skew = '''', $int_ip =
"192.168.10.201",
$host_name = ''vico.example.org vico'') {
file { "/etc/$name":
owner => $owner, group => $group, mode => $mode,
content => template("${name}.erb"),
}
}
vico_network { ["hostname.carp0", "hostname.carp1",
"hostnam...
2024 May 04
3
Feature request/EOI: Match interactive config?
Hey there,
I often want different behavior in my ssh client depending on whether I'm logging into an interactive session or running a remote non-interactive command. We can see at, say, https://unix.stackexchange.com/a/499562/305714 that this isn't a unique wish, and existing solutions are kind of baroque. Typical reasons to do this are to immediately go into a screen or tmux session; for
2008 Dec 16
10
Puppet version 0.24.7 released!
...nch of new OSX and Solaris types and providers including ZFS and ZPool
* Support for Nagios 3.0 types and some enhancements to make the types
easier to use and more compliant with Nagios configuration.
You can see the full CHANGELOG here:
Fixed #1496 - nagios_servicedependency needs a unique host_name?
Fixed #1420 - nagios_serviceescalation not allowing host_name more
than one type
Bug #1803 Zfs should auto require the ancestor file systems
Refactor #1802 Use ''zfs get -H -o value'' instead of parsing output
for value
Fixing #1800 - tidy now correctly ignores...
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 I''m also hoping that I just missed it in the documentation. Is anyone creating cust...
2007 Apr 11
10
Nagios asterisk monitoring
...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 check_sip!sip:108@192.168.30.10
contact_groups admins
max_check_attempts 4
normal_check_interval 5
retry_check_inter...
2003 Aug 06
6
ssh_exchange_identification: Connection closed by remote host
Hello,
I encountered the following problem while I typing "ssh -v <host_name>"
"
hkmarmmspd:/export/home/hkcheung> ssh -v hkmauat
OpenSSH_3.6.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090701f
debug1: Reading configuration data /usr/local/etc/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: Connecting to hkmauat...
2015 May 14
3
nagios check_local_disk failing
...[-f] [-g group ] [-k] [-l] [-M] [-m] [-R path ] [-r
path ] [-t timeout] [-u unit] [-v] [-X type] [-N type] [-n]
I have a local check setup like this in the server's config:
define service{
use local-service ; Name of
service template to use
host_name monitor1
service_description 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:
# '...
2009 Feb 13
10
Nagios: Error: Service check command ... not defined anywhere!
...e /etc/nagios/command-plugins.cfg
and have added 1 more line:
command[check_http3]=/usr/lib/nagios/plugins/check_http -p $ARG1$ -I
$HOSTADDRESS$
(after reading "check_http --help").
In my config files I''ve added:
define host{
use linux-server
host_name ablpdm01
alias ablpdm01
address 10.121.42.100
}
define service{
use local-service
host_name ablpdm01
service_description HTTP
check_command...