[Nagios-users] MySQL 5 Replikation

2010-05-04 Thread Alex Huth
Nodes or do you trust the replication without checking it? Greetings Alex Huth -- ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https

Re: [Nagios-users] file or directory not found

2009-10-27 Thread Alex Huth
* Alex Huth schrieb: > * Natxo Asenjo schrieb: > > On Thu, Oct 22, 2009 at 4:07 PM, Alex Huth wrote: > > > > do ls -l /usr/local/nagios/libexec/check_disk and check the permissions > > > That was the first thing i did, they have all 755. Did i missed something &

Re: [Nagios-users] file or directory not found

2009-10-23 Thread Alex Huth
* Natxo Asenjo schrieb: > On Thu, Oct 22, 2009 at 4:07 PM, Alex Huth wrote: > > do ls -l /usr/local/nagios/libexec/check_disk and check the permissions > That was the first thing i did, they have all 755. Did i missed something else? I only have to copy the binaries to the remot

[Nagios-users] file or directory not found

2009-10-22 Thread Alex Huth
Hi! I have a maybe little stupid problem. To watch a new host i have copy the binaries into /usr/local/nagios/libexec/. Now put the new host into a group of hosts with the same checks and ready! Not really ... i am getting a error: Remote command execution failed: bash: /usr/local/nagios/libexec/

Re: [Nagios-users] cgi Authentication safeguard

2009-10-06 Thread Alex Huth
Thx Marc! * Marc Powell schrieb: > > On Oct 6, 2009, at 8:29 AM, Alex Huth wrote: > > > How can i solve this without reactivating the authentication? > > Edit cgi.cfg. Set > use_authentication=1 > default_user_name=somename # a name that is an authorize

[Nagios-users] cgi Authentication safeguard

2009-10-06 Thread Alex Huth
Hi! I have put the nagios server behind a Webserver which is doing clientside certification, Password authentication and a ProxPassReverse to the really nagios server. The nagios server allows only the first webserver to contact him. Also the firewall/DMZ restricts the acces to the nagios. That's

[Nagios-users] check_by_ssh -C & different user

2009-09-17 Thread Alex Huth
Hi! Even when it is not directly a nagios topic, i hope someone can help me. I have to execute with a eventhandler a command remote with another user as the user for nagios. Let's say the nagios user is aaa, the user to login remote by ssh is user bbb and the user who can execute the init script

[Nagios-users] Disabling notifications for groups

2009-09-15 Thread Alex Huth
Hi! I have here three stages of server (dev, test, production) and lot's of carpinterfaces. During a rollout of a new development it would be nice to disable all notifications at once for the test stage. Any other possibility then using "disabling all services on a host"? Thx Alex

[Nagios-users] Migrating config files from version 2

2009-09-11 Thread Alex Huth
Hi! I am actually migrating the config files from version 2 to version 3. Everthing is fine except one command. Because i have no login for the old server i can't look into the perl script. Can someone give me the correct syntax for the version 3? command_line$USER1$/check_http_extended -I $A

Re: [Nagios-users] Remote restart by ssh

2009-09-09 Thread Alex Huth
We are doing already a lot of checks by ssh, but this will be the first one with a event_handler. So it can't be a problem of the ssh keys. Also the specified admin user can execute the script local on the host. * Marc Powell schrieb: > > On Sep 8, 2009, at 8:24 AM, Alex Huth wrote

Re: [Nagios-users] Remote restart by ssh

2009-09-08 Thread Alex Huth
been restarted following the HARD, > CRITICAL call. > > -----Original Message- > From: Alex Huth [mailto:a.h...@tmr.net] > Sent: Tuesday, September 08, 2009 9:25 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Remote restart by ssh > > Hi! &

[Nagios-users] Remote restart by ssh

2009-09-08 Thread Alex Huth
Hi! I have a service on a remote machine which dies frequently. I want to restart him by ssh. I followed the steps in the guide, but when i stop him nothing happens. That's what i have done so far: commands.cfg define command{ command_namerestart_saprouter command_line $USER1$/check

[Nagios-users] Problems checking ssl

2009-08-21 Thread Alex Huth
Hi! I am having problems with checking ssl. On the commandline everything works like expected (because i am new to nagios i hope so ;) ). When i implement this in the files, i get a socket timeout. I have checked the string on the commandline and in the files several times, but can't see any diffe

[Nagios-users] Servicegroups with stats

2009-08-18 Thread Alex Huth
Hi! I am really new to Nagios and read the doc and tested some things. Now i want to have all webservices (45) grouped together. Not so difficult, but i want to see also the stats in this servicegroup. The main reason is to have a quick overview over the performance of the webservices. I don't wa

[Nagios-users] http_check & passwords

2009-08-18 Thread Alex Huth
Hi! I have to implement websites, which have basic auth (develepmont & testing stges) Even when they are only for dev and testing, i don' like to put the password cleartext in the service.cfg to query them. Any other possibillity? Thanks Alex