[Nagios-users] Nagios Cluster with Load Balancing and High Availability

2011-08-26 Thread Aravind M D

Hi

 I need to configure two physical servers as active-active cluster and
configure Loadbalancing with High availabiltiy for Nagios.

 Can somebody help me how to achieve this.

 I have checked some of loadbalancing modules like mod_gearmen, merlin and
DNX. If any one knows about the difference between these modules please let
me know.

 Rgds,
 Aravind M D
--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Nagios Cluster with Load Balancing and High Availability

2011-08-26 Thread Aravind M D

Quoting nap napar...@gmail.com:

   Hi

   Thanks for your reply.

   I need to implement the solution using Nagios please help me to create
a solution based on Nagios.

   Rgds,
   Aravind M D

Hi,

  
   You can also try Shinken, a liad balancing with HA architecture is by
   design, wheras with Nagios you will have performances impacts  
and hard to
   manage configuration. It's fully compatible with Nagios  
configuration and

   plugins :)
  
   Regards,
  
  
   Jean
  
   On Fri, Aug 26, 2011 at 11:05 AM, Aravind M D arav...@linuz.in wrote:
  
   Hi
  
   I need to configure two physical servers as active-active cluster and
   configure Loadbalancing with High availabiltiy for Nagios.
  
   Can somebody help me how to achieve this.
  
   I have checked some of loadbalancing modules like mod_gearmen,  
merlin and
   DNX. If any one knows about the difference between these  
modules please let

   me know.
  
   Rgds,
   Aravind M D
  
  

--

   EMC VNX: the world's simplest storage, starting under $10K
   The only unified storage solution that offers unified management
   Up to 160% more powerful than alternatives and 25% more efficient.
   Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
   ___
   Nagios-users mailing list
   Nagios-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/nagios-users
   ::: Please include Nagios version, plugin version (-v) and OS when
   reporting any issue.
   ::: Messages without supporting info will risk being sent to /dev/null
  
--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Problem Executing Passive Checks

2011-08-26 Thread Muhammad Haseeb
Can anyone solve my problem. I am waiting for reply.

From: Muhammad Haseeb [mailto:has...@carepvtltd.com]
Sent: Thursday, August 25, 2011 2:37 PM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Problem Executing Passive Checks

Hi

I want to get information for hosts and services when user needs it using 
Service Command - Re-schedule the next check of this service in Nagios GUI. I 
write submit command in commands.cfg and in services.cfg I define passive 
service which is used that command as check command.

I used the sample script provided by Nagios for sending commands to Nagios. 
Script successfully execute in terminal but when I initiate from Nagios GUI 
using Reschedule Service Command, it gets executed and after that it gets to OK 
state with (null) plugin output every time as shown in below nagios logs.

I used the nagios 3.2.2, nagios pugins 1.4.15 and Fedora 12 32bit.

Following is the configuration, nagios log file and sample scripts.

Commands.cfg

define command{
command_name   passive_check
command_line   /$USER1$/submit_check_result $HOSTNAME$ 
$SERVICEDESC$ $ARG1$
}

Services.cfg

define service {
  use   generic-service ; 
your template
  host_name   anjum
  service_description  passive_test
  is_volatile  1 ; every change is 
logged ...
  max_check_attempts  1 ; a change is after only 1 try ...
  active_checks_enabled  0 ; unset template's default ...
  passive_checks_enabled   1 ; ditto ...
  check_freshness0
  freshness_threshold300
  notification_options n ; no notifications ...
  check_command   passive_check
}

Sample Script

echocmd=/bin/echo

CommandFile=/usr/local/nagios/var/rw/nagios.cmd

# get the current date/time in seconds since UNIX epoch
datetime=`date +%s`

# create the command line to add to the command file
cmdline=[$datetime] PROCESS_SERVICE_CHECK_RESULT;$1;$2;$3;$4

# append the command to the end of the command file
`$echocmd $cmdline  $CommandFile`

Log file

[1314265019] EXTERNAL COMMAND: 
SCHEDULE_FORCED_SVC_CHECK;anjum;passive_test;1314265018
[1314265019] EXTERNAL COMMAND: 
PROCESS_SERVICE_CHECK_RESULT;anjum;passive_test;1;haseeb
[1314265029] PASSIVE SERVICE CHECK: anjum;passive_test;1;haseeb
[1314265029] SERVICE ALERT: anjum;passive_test;WARNING;HARD;1;haseeb
[1314265029] SERVICE ALERT: anjum;passive_test;OK;HARD;1;(null)
[1314265236] EXTERNAL COMMAND: 
SCHEDULE_FORCED_SVC_CHECK;anjum;passive_test;1314265235
[1314265236] EXTERNAL COMMAND: 
PROCESS_SERVICE_CHECK_RESULT;anjum;passive_test;1;haseeb
[1314265239] PASSIVE SERVICE CHECK: anjum;passive_test;1;haseeb
[1314265239] SERVICE ALERT: anjum;passive_test;WARNING;HARD;1;haseeb
[1314265239] SERVICE ALERT: anjum;passive_test;OK;HARD;1;(null)

As mention in above log, after executing my passive check, service alert is 
raised and suddenly another service alert with OK state and (null) plugin 
output is raised and visible in Nagios GUI.

Looking forward for quick response.

Thanks.

Regards
Muhammad Haseeb
Software Engineer
--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Problem Executing Passive Checks

2011-08-26 Thread Martin Hugo
A GUI instigated check may run under a different username than that used in a 
terminal script.  Were you root in terminal?

Marty

From: Muhammad Haseeb [mailto:has...@carepvtltd.com]
Sent: Friday, August 26, 2011 8:05 AM
To: Nagios Users List
Subject: Re: [Nagios-users] Problem Executing Passive Checks

Can anyone solve my problem. I am waiting for reply.

From: Muhammad Haseeb [mailto:has...@carepvtltd.com]
Sent: Thursday, August 25, 2011 2:37 PM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Problem Executing Passive Checks

Hi

I want to get information for hosts and services when user needs it using 
Service Command - Re-schedule the next check of this service in Nagios GUI. I 
write submit command in commands.cfg and in services.cfg I define passive 
service which is used that command as check command.

I used the sample script provided by Nagios for sending commands to Nagios. 
Script successfully execute in terminal but when I initiate from Nagios GUI 
using Reschedule Service Command, it gets executed and after that it gets to OK 
state with (null) plugin output every time as shown in below nagios logs.

I used the nagios 3.2.2, nagios pugins 1.4.15 and Fedora 12 32bit.

Following is the configuration, nagios log file and sample scripts.

Commands.cfg

define command{
command_name   passive_check
command_line   /$USER1$/submit_check_result $HOSTNAME$ 
$SERVICEDESC$ $ARG1$
}

Services.cfg

define service {
  use   generic-service ; 
your template
  host_name   anjum
  service_description  passive_test
  is_volatile  1 ; every change is 
logged ...
  max_check_attempts  1 ; a change is after only 1 try ...
  active_checks_enabled  0 ; unset template's default ...
  passive_checks_enabled   1 ; ditto ...
  check_freshness0
  freshness_threshold300
  notification_options n ; no notifications ...
  check_command   passive_check
}

Sample Script

echocmd=/bin/echo

CommandFile=/usr/local/nagios/var/rw/nagios.cmd

# get the current date/time in seconds since UNIX epoch
datetime=`date +%s`

# create the command line to add to the command file
cmdline=[$datetime] PROCESS_SERVICE_CHECK_RESULT;$1;$2;$3;$4

# append the command to the end of the command file
`$echocmd $cmdline  $CommandFile`

Log file

[1314265019] EXTERNAL COMMAND: 
SCHEDULE_FORCED_SVC_CHECK;anjum;passive_test;1314265018
[1314265019] EXTERNAL COMMAND: 
PROCESS_SERVICE_CHECK_RESULT;anjum;passive_test;1;haseeb
[1314265029] PASSIVE SERVICE CHECK: anjum;passive_test;1;haseeb
[1314265029] SERVICE ALERT: anjum;passive_test;WARNING;HARD;1;haseeb
[1314265029] SERVICE ALERT: anjum;passive_test;OK;HARD;1;(null)
[1314265236] EXTERNAL COMMAND: 
SCHEDULE_FORCED_SVC_CHECK;anjum;passive_test;1314265235
[1314265236] EXTERNAL COMMAND: 
PROCESS_SERVICE_CHECK_RESULT;anjum;passive_test;1;haseeb
[1314265239] PASSIVE SERVICE CHECK: anjum;passive_test;1;haseeb
[1314265239] SERVICE ALERT: anjum;passive_test;WARNING;HARD;1;haseeb
[1314265239] SERVICE ALERT: anjum;passive_test;OK;HARD;1;(null)

As mention in above log, after executing my passive check, service alert is 
raised and suddenly another service alert with OK state and (null) plugin 
output is raised and visible in Nagios GUI.

Looking forward for quick response.

Thanks.

Regards
Muhammad Haseeb
Software Engineer
--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] Viewing Nagios Uptime/Status in SharePoint

2011-08-26 Thread Daniel Ceola
Hi all,

I searched around for a bit and only found requests for this, but does anyone 
know if there has been any sort of SharePoint web part developed that would 
allow me to easily view what is Down/Critical/etc in Nagios?  I currently use 
Nagstamon on my desktop and it'd be great to have something slightly similar to 
integrate into our SharePoint site.


Thanks,

Daniel Ceola
Systems Admin

The Wills Group
La Plata, MD 20646
--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Viewing Nagios Uptime/Status in SharePoint

2011-08-26 Thread Richard Clark
On Fri, Aug 26, 2011 at 12:52:05PM +, Daniel Ceola wrote:
 Hi all,
 
 I searched around for a bit and only found requests for this, but does anyone 
 know if there has been any sort of SharePoint web part developed that would 
 allow me to easily view what is Down/Critical/etc in Nagios?  I currently use 
 Nagstamon on my desktop and it'd be great to have something slightly similar 
 to integrate into our SharePoint site.
 

Not sure on the nagios front, but Icinga has got a nice REST API..

-- 
Richard Clark
rich...@fohnet.co.uk


signature.asc
Description: Digital signature
--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Problem Executing Passive Checks

2011-08-26 Thread Muhammad Haseeb
Yes, I used terminal as root user and from GUI script executed logged in 
nagios.log file.

From: Martin Hugo [mailto:martin_h...@hboe.org]
Sent: Friday, August 26, 2011 5:52 PM
To: 'Nagios Users List'
Subject: Re: [Nagios-users] Problem Executing Passive Checks

A GUI instigated check may run under a different username than that used in a 
terminal script.  Were you root in terminal?

Marty

From: Muhammad Haseeb 
[mailto:has...@carepvtltd.com]mailto:[mailto:has...@carepvtltd.com]
Sent: Friday, August 26, 2011 8:05 AM
To: Nagios Users List
Subject: Re: [Nagios-users] Problem Executing Passive Checks

Can anyone solve my problem. I am waiting for reply.

From: Muhammad Haseeb 
[mailto:has...@carepvtltd.com]mailto:[mailto:has...@carepvtltd.com]
Sent: Thursday, August 25, 2011 2:37 PM
To: 
nagios-users@lists.sourceforge.netmailto:nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Problem Executing Passive Checks

Hi

I want to get information for hosts and services when user needs it using 
Service Command - Re-schedule the next check of this service in Nagios GUI. I 
write submit command in commands.cfg and in services.cfg I define passive 
service which is used that command as check command.

I used the sample script provided by Nagios for sending commands to Nagios. 
Script successfully execute in terminal but when I initiate from Nagios GUI 
using Reschedule Service Command, it gets executed and after that it gets to OK 
state with (null) plugin output every time as shown in below nagios logs.

I used the nagios 3.2.2, nagios pugins 1.4.15 and Fedora 12 32bit.

Following is the configuration, nagios log file and sample scripts.

Commands.cfg

define command{
command_name   passive_check
command_line   /$USER1$/submit_check_result $HOSTNAME$ 
$SERVICEDESC$ $ARG1$
}

Services.cfg

define service {
  use   generic-service ; 
your template
  host_name   anjum
  service_description  passive_test
  is_volatile  1 ; every change is 
logged ...
  max_check_attempts  1 ; a change is after only 1 try ...
  active_checks_enabled  0 ; unset template's default ...
  passive_checks_enabled   1 ; ditto ...
  check_freshness0
  freshness_threshold300
  notification_options n ; no notifications ...
  check_command   passive_check
}

Sample Script

echocmd=/bin/echo

CommandFile=/usr/local/nagios/var/rw/nagios.cmd

# get the current date/time in seconds since UNIX epoch
datetime=`date +%s`

# create the command line to add to the command file
cmdline=[$datetime] PROCESS_SERVICE_CHECK_RESULT;$1;$2;$3;$4

# append the command to the end of the command file
`$echocmd $cmdline  $CommandFile`

Log file

[1314265019] EXTERNAL COMMAND: 
SCHEDULE_FORCED_SVC_CHECK;anjum;passive_test;1314265018
[1314265019] EXTERNAL COMMAND: 
PROCESS_SERVICE_CHECK_RESULT;anjum;passive_test;1;haseeb
[1314265029] PASSIVE SERVICE CHECK: anjum;passive_test;1;haseeb
[1314265029] SERVICE ALERT: anjum;passive_test;WARNING;HARD;1;haseeb
[1314265029] SERVICE ALERT: anjum;passive_test;OK;HARD;1;(null)
[1314265236] EXTERNAL COMMAND: 
SCHEDULE_FORCED_SVC_CHECK;anjum;passive_test;1314265235
[1314265236] EXTERNAL COMMAND: 
PROCESS_SERVICE_CHECK_RESULT;anjum;passive_test;1;haseeb
[1314265239] PASSIVE SERVICE CHECK: anjum;passive_test;1;haseeb
[1314265239] SERVICE ALERT: anjum;passive_test;WARNING;HARD;1;haseeb
[1314265239] SERVICE ALERT: anjum;passive_test;OK;HARD;1;(null)

As mention in above log, after executing my passive check, service alert is 
raised and suddenly another service alert with OK state and (null) plugin 
output is raised and visible in Nagios GUI.

Looking forward for quick response.

Thanks.

Regards
Muhammad Haseeb
Software Engineer
--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Problem Executing Passive Checks

2011-08-26 Thread Martin Hugo
Try the check from terminal as the same user as GUI and see what happens.

Marty

From: Muhammad Haseeb [mailto:has...@carepvtltd.com]
Sent: Friday, August 26, 2011 9:11 AM
To: Nagios Users List
Subject: Re: [Nagios-users] Problem Executing Passive Checks

Yes, I used terminal as root user and from GUI script executed logged in 
nagios.log file.

From: Martin Hugo [mailto:martin_h...@hboe.org]
Sent: Friday, August 26, 2011 5:52 PM
To: 'Nagios Users List'
Subject: Re: [Nagios-users] Problem Executing Passive Checks

A GUI instigated check may run under a different username than that used in a 
terminal script.  Were you root in terminal?

Marty

From: Muhammad Haseeb 
[mailto:has...@carepvtltd.com]mailto:[mailto:has...@carepvtltd.com]
Sent: Friday, August 26, 2011 8:05 AM
To: Nagios Users List
Subject: Re: [Nagios-users] Problem Executing Passive Checks

Can anyone solve my problem. I am waiting for reply.

From: Muhammad Haseeb 
[mailto:has...@carepvtltd.com]mailto:[mailto:has...@carepvtltd.com]
Sent: Thursday, August 25, 2011 2:37 PM
To: 
nagios-users@lists.sourceforge.netmailto:nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Problem Executing Passive Checks

Hi

I want to get information for hosts and services when user needs it using 
Service Command - Re-schedule the next check of this service in Nagios GUI. I 
write submit command in commands.cfg and in services.cfg I define passive 
service which is used that command as check command.

I used the sample script provided by Nagios for sending commands to Nagios. 
Script successfully execute in terminal but when I initiate from Nagios GUI 
using Reschedule Service Command, it gets executed and after that it gets to OK 
state with (null) plugin output every time as shown in below nagios logs.

I used the nagios 3.2.2, nagios pugins 1.4.15 and Fedora 12 32bit.

Following is the configuration, nagios log file and sample scripts.

Commands.cfg

define command{
command_name   passive_check
command_line   /$USER1$/submit_check_result $HOSTNAME$ 
$SERVICEDESC$ $ARG1$
}

Services.cfg

define service {
  use   generic-service ; 
your template
  host_name   anjum
  service_description  passive_test
  is_volatile  1 ; every change is 
logged ...
  max_check_attempts  1 ; a change is after only 1 try ...
  active_checks_enabled  0 ; unset template's default ...
  passive_checks_enabled   1 ; ditto ...
  check_freshness0
  freshness_threshold300
  notification_options n ; no notifications ...
  check_command   passive_check
}

Sample Script

echocmd=/bin/echo

CommandFile=/usr/local/nagios/var/rw/nagios.cmd

# get the current date/time in seconds since UNIX epoch
datetime=`date +%s`

# create the command line to add to the command file
cmdline=[$datetime] PROCESS_SERVICE_CHECK_RESULT;$1;$2;$3;$4

# append the command to the end of the command file
`$echocmd $cmdline  $CommandFile`

Log file

[1314265019] EXTERNAL COMMAND: 
SCHEDULE_FORCED_SVC_CHECK;anjum;passive_test;1314265018
[1314265019] EXTERNAL COMMAND: 
PROCESS_SERVICE_CHECK_RESULT;anjum;passive_test;1;haseeb
[1314265029] PASSIVE SERVICE CHECK: anjum;passive_test;1;haseeb
[1314265029] SERVICE ALERT: anjum;passive_test;WARNING;HARD;1;haseeb
[1314265029] SERVICE ALERT: anjum;passive_test;OK;HARD;1;(null)
[1314265236] EXTERNAL COMMAND: 
SCHEDULE_FORCED_SVC_CHECK;anjum;passive_test;1314265235
[1314265236] EXTERNAL COMMAND: 
PROCESS_SERVICE_CHECK_RESULT;anjum;passive_test;1;haseeb
[1314265239] PASSIVE SERVICE CHECK: anjum;passive_test;1;haseeb
[1314265239] SERVICE ALERT: anjum;passive_test;WARNING;HARD;1;haseeb
[1314265239] SERVICE ALERT: anjum;passive_test;OK;HARD;1;(null)

As mention in above log, after executing my passive check, service alert is 
raised and suddenly another service alert with OK state and (null) plugin 
output is raised and visible in Nagios GUI.

Looking forward for quick response.

Thanks.

Regards
Muhammad Haseeb
Software Engineer
--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Nagios Cluster with Load Balancing and High Availability

2011-08-26 Thread mail
On Fri, Aug 26, 2011 at 10:05 AM, Aravind M D arav...@linuz.in wrote:
 Hi

 I need to configure two physical servers as active-active cluster and
 configure Loadbalancing with High availabiltiy for Nagios.

 Can somebody help me how to achieve this.

 I have checked some of loadbalancing modules like mod_gearmen, merlin and
 DNX. If any one knows about the difference between these modules please let
 me know.

Have a look at Merlin / Ninja, yo will find them on the OP5 site...

http://www.op5.org/community/plugin-inventory/op5-projects/merlin

Id suggest using the latest version from git over the posted version
on the site though.

Ritchie,
--
-- http://23.me.uk/2 --
--Time flies like an arrow; fruit flies like a banana.  --


 Rgds,
 Aravind M D
 --
 EMC VNX: the world's simplest storage, starting under $10K
 The only unified storage solution that offers unified management
 Up to 160% more powerful than alternatives and 25% more efficient.
 Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when reporting
 any issue.
 ::: Messages without supporting info will risk being sent to /dev/null


--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] how to change nagiosadmin password - forgot it

2011-08-26 Thread Stan Laughlin
Folks,
I have a Nagios installation on a RedHat enterprise system.
I deployed and successfully logged to the Nagios system several months ago.
Then was pulled to other projects.  Now I can get back to the Nagios thing.

I happily displays the web site login.
I can not remember the nagiosadmin password.

I can find sites telling me how to create a new account w/a related password
but I don't think I need a new account.  I just need the password.

Is there a method for simply changing the password for the existing
nagiosadmin account?

The file showing user and encrypted password is located here:
/usr/local/nagios/etc/htpasswd.users

Thanks for any assistance.
stan

-- 
stan.laugh...@gmail.com
*I'm not suddenly a dirty old man.  I've been practicing for years*.
--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] how to change nagiosadmin password - forgot it

2011-08-26 Thread Jim Avery
On 26 August 2011 17:06, Stan Laughlin stan.laugh...@gmail.com wrote:
 Folks,
 I have a Nagios installation on a RedHat enterprise system.
 I deployed and successfully logged to the Nagios system several months ago.
 Then was pulled to other projects.  Now I can get back to the Nagios thing.

 I happily displays the web site login.
 I can not remember the nagiosadmin password.

 I can find sites telling me how to create a new account w/a related password
 but I don't think I need a new account.  I just need the password.

 Is there a method for simply changing the password for the existing
 nagiosadmin account?



htpasswd /usr/local/nagios/etc/htpasswd.users nagiosadmin

--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] how to change nagiosadmin password - forgot it

2011-08-26 Thread Edwin Zoeller
  htpasswd  /usr/local/Nagios/etc/htpasswd.users nagiosadmin or
htpasswd2 depend on verison

 

From: Stan Laughlin [mailto:stan.laugh...@gmail.com] 
Sent: Friday, August 26, 2011 11:06 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] how to change nagiosadmin password - forgot it

 

Folks,
I have a Nagios installation on a RedHat enterprise system.
I deployed and successfully logged to the Nagios system several months
ago.
Then was pulled to other projects.  Now I can get back to the Nagios
thing.

I happily displays the web site login.
I can not remember the nagiosadmin password.

I can find sites telling me how to create a new account w/a related
password but I don't think I need a new account.  I just need the
password.

Is there a method for simply changing the password for the existing
nagiosadmin account?

The file showing user and encrypted password is located here:
/usr/local/nagios/etc/htpasswd.users

Thanks for any assistance.
stan

-- 
stan.laugh...@gmail.com
I'm not suddenly a dirty old man.  I've been practicing for years.

--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null