similar to: Monitor Samba4 Best Practices

Displaying 20 results from an estimated 20000 matches similar to: "Monitor Samba4 Best Practices"

2011 Oct 26
8
bug: recursive directory copy that re-copies nightly
I''m seeing a recurring, nightly copy of files which are not changing. I get the following message every night from tagmail. 1. It happens once per day (not every 30 minutes) 2. The files haven''t changed in months 3. The files aren''t changing -- there''s only one md5 in the clientbucket for each file 4. There''s no schedule on the resource 5. The files
2014 Jun 11
1
Nagios monitoring of tinc
Folks, Does any of you have a sensible way of monitoring tinc? I haven?t tried anything yet, sorry for that. I?d like to avoid log spamming like the check_ssh plugin does (?10+ preauth' warnings a day). check_tcp is an option, but I was wondering whether anyone cooked up something more sensible. Met vriendelijke groet, Nick Hibma -- AnyWi Technologies BV E: nick at anywi.com T: +31 (0)71
2016 Oct 08
2
Best Practices: Samba AD with multiple DCs/BIND9 DNS servers
On Sat, 8 Oct 2016 12:31:33 -0400 Jason Secord via samba <samba at lists.samba.org> wrote: > Rowland: I set up all domain controllers bind installs the same, > followed the wiki. > > Marc: that's the piece of information i needed... Now, I'll double > check this, but the other night I created a new record using the DNS > snap-in from RSAT on DC1. After a few
2015 May 25
2
Join ad DC went wrong
I tried to promote another server as a domain controller so I can get my machines upgraded to Debian 8 Conveniently the samba versions are the same dictator at drakeburner:~$ sudo samba -V Version 4.1.17-Debian root at soothsayer:/etc/samba# samba -V Version 4.1.17-Debian root at soothsayer:/etc/samba# samba-tool drs showrepl Failed to connect host 127.0.0.1 on port 135 -
2016 Oct 08
3
Best Practices: Samba AD with multiple DCs/BIND9 DNS servers
Hi, Am 08.10.2016 um 16:45 schrieb PRIA IT via samba: > When running samba as an active directory controller with bind as the Dns > server and adding a secondary domain controller I have installed bind on it > as well. The wiki's basic bind configuration creates a single master bind > server with no replication so I've got two master servers and no > replication... >
2008 Oct 09
2
[OT] What is the best network monitoring tool?
Hi all, Currently I have a big question. What is the best OPEN SOURCE solution for monitoring multiple Host and Services, for example for using in a WebHosting Provider with 50 hosts or more. Currently, I'm using NAGIOS for more than 3 years, this is a incredible tool, but before upgrade to version 3, I have this existential question. Please fill free to recommend any soft, but with this
2011 Feb 28
1
Nagios monitoring with example42 modules
Folks: I''ve started to play around with the comprehensive integrated module set from example42 (http://www.example42.com/). Following the instructions, I set up one node as a nagios server, with ''include nagios''. I set up another node to be monitored via nagios, with ''include nagios::target". I set $monitor=true for the base node, which is inherited by
2011 Oct 04
10
How best to monitor puppet?
We want to use Nagios to monitor out puppet server so we can be notified if it goes down. We are using Fusion Passenger and Apache on Red Hat. Any suggestion for what and how to monitor? -- Thanks, Allan Marcus 505-667-5666 Allan@lanl.gov -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2009 Jul 10
6
Best practices for building a file from distributed data.
G''day. I am wondering what the current best practice for building a single file out of distributed fragments is with puppet. Specifically, my problem: 1. Install munin-node on arbitrary machines. 2. Install ''munin.conf'' as a single file on one machine, containing a configuration stanza for every machine that munin-node is installed on. The current best practice
2007 Apr 11
10
Nagios asterisk monitoring
Dear list, I am trying to configure the nagios plugin called check_sip. I just read the README file included with the plugin. I follow the readme steps to configure the plugin, without success. In the nagios web interface I can see (No output!) In the status information column. If I run the chech_sip plugin from a linux console, I get /usr/local/nagios/libexec# ./check_sip -u
2011 Jan 21
5
What the??? Failing dependancies and not sure why...
Observe the following code sniget: user { nagios : comment => "Nagios Host Monitoring Service", shell => "/bin/bash", home => "/home/nagios", ensure => present } file { nagios-homedir : path => "/home/nagios", owner => "nagios",
2010 Mar 02
2
Nagios based on David Schmitt's Complete Config : variables are empty
Hello ! I''m trying to implement a Nagios solution based on David Schmitt''s Complete Config. But I the following error when running puppetd -t - v : notice: Starting catalog run err: //Node[monitoring]/nagios::target/Nagios::Host[]/File[/conf.d/ _host.cfg]/ensure: change from absent to present failed: Could not set present on ensure: No such file or directory - /conf.d/
2006 Jun 22
4
Quality monitoring
Does anyone out there have a recommendation for tools that will monitor the quality of VoIP systems? I am looking for jitter and MOS monitoring. I have a custom Nagios plugin that is alerting me if the jitter jumps out of a 20ms but I am looking for a little more detail. I would not be against writing something in Perl for Nagios to do but I don't really know where to start on measuring jitter
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
2009 Jun 20
1
Fw: RE:Nagios under *[solved]
Hi Steve Thanks for all your help, i followed your answers and found on that nagios was being run as user nagios....and if i executed the last command it asked for a password [i tried nagios password,root password etc] but it did not work..it the end i opened nagios.cfg and changed the NAGIOS_USER to root and changed the ownership permissons on the script also to root..I now get the correct
2012 Jan 15
1
puppet client server connection refused when I use puppet kick
I have very strange problem. I set up puppet client on serveral servers but have problem with one of them. When I invoke: root@www ~ # puppet agent --server puppetmaster.domain.ltd --test notice: Ignoring --listen on onetime run info: Caching catalog for puppetclient.domain.ltd info: Applying configuration version ''1326444431'' notice: Finished catalog run in
2011 Aug 11
6
need urgent help with including Ruby DSL class from puppet manifests
Hi, I have a Ruby class in "nagios" module - it''s located in nagios/ manifests/ssa_nagios_checks.rb and looks like this hostclass :ssa_nagios_checks do ... end In nagios/manifests/init.pp I have class nagios::server { ... include ssa_nagios_checks ... } And I get the following error .... debug: importing ''/etc/puppet/modules/nagios/manifests/
2013 Oct 21
3
Resource file copy files recurse in existing directory with existing files
Hi, I have a file resource that brings files in the diretory "/usr/local/nagios/libexec" from source1 and I have a second resource file that should bring file in that same directory but from an other source. But the result is that only the files from file { "/usr/local/nagios/libexec": do exit in the directory. I tried remote and true. The resource file {
2007 May 25
18
services do not get restarted
Hello List, We are using puppet to manage a growing number of Debian Etch based servers (currently 70). Since upgrading to 0.22.4 we encountered a problem when services do not restarted on puppets request. For example the Nagios remote plugin executor daemon (nrpe). It''s running daemonized and its confiugration is located in /etc/nagios/nrpe.cfg. This file is managed through puppet
2013 Mar 15
11
OT: A lightweight monitor software
Hi all, I have a test lab installed over an ESXi 5.1 host that contains 5 CentOS vm guests. I would like to monitor CPU, RAM and Network for these vm and ESXi host. Zabbix and Nagios are too to accomplish this task. Does anyone know any lightweight openosurce soft to do this?? Thanks.