[Nagios-users-br] Monitoramento de Websites

2011-02-24 Thread Harlei Liguori Marcelino
Amigos,

acabei fazendo um script para monitorar alguns websites utilizando o
check_http plugin do nagios pois não consegui fazer o Nagios monitorar tais
links... aparentemente o motivo é que, o domain na URL da webpage é algo
como um loadbalance, que redireciona os pedidos para dois ou mais servidores
e quando coloco no arquivo hosts.cfg o IP do host, ele acaba não funcionando
na hora de abrir o site... vou exemplificar abaixo para ajudar o
entendimento:

O comando 'ping dominio.com.br' responde sempre o IP '200.200.200.200' (por
exemplo).
A webpage que desejo monitorar é 'http://www.dominio.com.br/BR/PT_001/' (por
exemplo).
Se eu trocar o dominio na URL pelo IP, funcionaria se não houvesse um tipo
de redirecionamento, mas, eu colocando o IP no lugar do dominio não abre a
webpage no browser.
Então quando configuro o Nagios para monitorar a webpage ele simplesmente da
erro 100% do tempo, pois, certamente nem consegui achar o site.
Utilizando o plugin na mão, via linha de comando, eu consigo receber
retorno. Colocando o -H e tal, como: './check_http -H 200.200.200.200 -u
http://www.dominio.com.br/BR/PT_001/ -w 5 -c 10 -t 15'

Alguém ai saberia me informar como fazer para o nagios conseguir monitorar
tais sites? A confusão do IP é a pior de resolver, mas, ainda não descobri
como fazer para ele monitorar sites com informações pois o dominio, como o
exemplo acima... a parte do /BR/PT_001/ onde coloco?

agradeço a ajuda desde já

att

Harlei
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
-- 
Nagios-users-br@lists.sourceforge.net mailing list
https://lists.sourceforge.net/lists/listinfo/nagios-users-br
Wiki: http://nagios-br.sf.net/wiki


Re: [Nagios-users] Threshold Based Timeperiod

2011-02-24 Thread Jim Avery
On 23 February 2011 18:17, Nair vman...@rediffmail.com wrote:

 Friends

 Is it possible to have a different thresholds for same check for
 different timeperiods.

 say 10% from 10AM to 6PM and 20% from 6.01PM to 9.59AM

 Thank you
 Nair

I don't believe so unless you define two separate services which could
look a bit messy.  There are some tricks you can use though.  One I
use in the same vein is I have two contact definitions one for the
core hours timeperiod and the other for the out-of-hours timeperiod.
The out-of-hours one has notification_options c,r  (i.e. not w) so
Nagios will only send an SMS alert out for critical events not
warnings during that timeperiod.

hth,

Jim

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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] Threshold Based Timeperiod

2011-02-24 Thread mail
On Wed, Feb 23, 2011 at 6:17 PM, Nair vman...@rediffmail.com wrote:

 Friends

 Is it possible to have a different thresholds for same check for
 different timeperiods.

 say 10% from 10AM to 6PM and 20% from 6.01PM to 9.59AM


I do not believe there is a build in Nagios function for this but..
How about a wrapper script for the check command (ether server or client
side) that would check the time and use the appropriate thresholds. This
could be achieved in Shell or Perl or X scripting language relatively
simply.


Ritchie,


 Thank you
 Nair



 http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?

 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-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

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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] Reg: Service_Notification_Event

2011-02-24 Thread mail
On Wed, Feb 23, 2011 at 11:33 AM, Rajesh Kumar ras.kuma...@gmail.com wrote:
 Hi team



   I have installed Nagios Core in CentOS for Monitor Application Server,
 it’s working fine and getting mail if http server down and up. I need to
 change to service notification alert of (r-Recovery),  (c-Critical). Let me
 know possible to change the global event in macro address. If it is possible
 please share to me. It will help for us.



I believe you are referring to service_notification_options and
host_notification_options

http://nagios.sourceforge.net/docs/nagioscore/3/en/objectdefinitions.html#contact

Ritchie,

 Require is Instead of UP and Down



 Recovery = UP

 Critical = Down

 Regards

 B.Rajeshkumar

 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-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


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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] Nagios Check Time Issue

2011-02-24 Thread Rus Hughes
Hi,

I've been investigating an issue we have with Nagios Core 3.2.0 that
we're running on Redhat 5.4. We're being a bit ruthless and have
configured retry_check_interval and normal_check_interval to both be 1
on all hosts and services (20 hosts and 293 services).

We're seeing massive delays between checks getting run for services
flagged as DOWN, even though the box has little load (0.2)

Looking at the extended information page for a service that was DOWN
we're seeing events like this occur :

At 10:40 a service that was DOWN had a check that was scheduled to run
at 10:25 but still hadn't run
At 11:02 I refreshed the page for the Nagios check
Nagios had run the check and changed the service state to UP
The last check time was set to be 10:25 though
Even though the check actually ran between 10:40 and 11:02

Does anyone know why

1) Nagios is being 'lazy' when rechecking services marked as DOWN ?
We've configured retry_check_interval to 1 for all checks and theres
little load on the box and at most only about 4 Nagios processes
running at a time, so there are resources free to be used ..

2) Why Nagios is marking the Last Check Time to be the predicted Next
Scheduled Check time, even though the real time the check one is way
after? (Bug in Nagios?)

Thanks,

Rus

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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 Check Time Issue

2011-02-24 Thread Yueh-Hung Liu
how many attempts do you configure before a non-OK state becomes hard?


On Thu, Feb 24, 2011 at 7:24 PM, Rus Hughes russell.hug...@gmail.com wrote:
 Hi,

 I've been investigating an issue we have with Nagios Core 3.2.0 that
 we're running on Redhat 5.4. We're being a bit ruthless and have
 configured retry_check_interval and normal_check_interval to both be 1
 on all hosts and services (20 hosts and 293 services).

 We're seeing massive delays between checks getting run for services
 flagged as DOWN, even though the box has little load (0.2)

 Looking at the extended information page for a service that was DOWN
 we're seeing events like this occur :

 At 10:40 a service that was DOWN had a check that was scheduled to run
 at 10:25 but still hadn't run
 At 11:02 I refreshed the page for the Nagios check
 Nagios had run the check and changed the service state to UP
 The last check time was set to be 10:25 though
 Even though the check actually ran between 10:40 and 11:02

 Does anyone know why

 1) Nagios is being 'lazy' when rechecking services marked as DOWN ?
 We've configured retry_check_interval to 1 for all checks and theres
 little load on the box and at most only about 4 Nagios processes
 running at a time, so there are resources free to be used ..

 2) Why Nagios is marking the Last Check Time to be the predicted Next
 Scheduled Check time, even though the real time the check one is way
 after? (Bug in Nagios?)

 Thanks,

 Rus

 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT data
 generated by your applications, servers and devices whether physical, virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-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


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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 Check Time Issue

2011-02-24 Thread Rus Hughes
The max_check_attempts for all services is configured to be 4 an
example service configuration is :

define service {
retry_check_interval   1
contact_groups admins
check_command  check_nrpe!check_swap
check_period   24x7
host_name  somehostrarrarrar
max_check_attempts 4
normal_check_interval  1
notification_period24x7
notification_interval  960
## --PUPPET_NAME-- (called '_naginator_name' in the manifest)
  check_swap_vfantprov2
usegeneric-service
service_descriptionswap
}

define service{
namegeneric-service ; The
'name' of this service template
active_checks_enabled   1   ; Active
service checks are enabled
passive_checks_enabled  1   ; Passive
service checks are enabled/accepted
parallelize_check   1   ; Active
service checks should be parallelized (disabling this can lead to
major performance problems)
obsess_over_service 1   ; We should
obsess over this service (if necessary)
check_freshness 0   ; Default is
to NOT check service 'freshness'
notifications_enabled   1   ; Service
notifications are enabled
event_handler_enabled   1   ; Service
event handler is enabled
flap_detection_enabled  1   ; Flap
detection is enabled
failure_prediction_enabled  1   ; Failure
prediction is enabled
process_perf_data   1   ; Process
performance data
retain_status_information   1   ; Retain
status information across program restarts
retain_nonstatus_information1   ; Retain
non-status information across program restarts
is_volatile 0   ; The service
is not volatile
check_period24x7; The service
can be checked at any time of the day
max_check_attempts  3   ; Re-check the
service up to 3 times in order to determine its final (hard) state
normal_check_interval   1   ; Check the
service every 10 minutes under normal conditions
retry_check_interval1   ; Re-check the
service every two minutes until a hard state can be determined
contact_groups  admins  ;
Notifications get sent out to everyone in the 'admins' group
notification_optionsw,u,c,r ; Send notifications
about warning, unknown, critical, and recovery events
notification_interval   60  ; Re-notify about
service problems every hour
notification_period 24x7;
Notifications can be sent out at any time
 register0  ; DONT
REGISTER THIS DEFINITION - ITS NOT A REAL SERVICE, JUST A TEMPLATE!
}


On Thu, Feb 24, 2011 at 12:38 PM, Yueh-Hung Liu yuehung@gmail.com wrote:
 how many attempts do you configure before a non-OK state becomes hard?


 On Thu, Feb 24, 2011 at 7:24 PM, Rus Hughes russell.hug...@gmail.com wrote:
 Hi,

 I've been investigating an issue we have with Nagios Core 3.2.0 that
 we're running on Redhat 5.4. We're being a bit ruthless and have
 configured retry_check_interval and normal_check_interval to both be 1
 on all hosts and services (20 hosts and 293 services).

 We're seeing massive delays between checks getting run for services
 flagged as DOWN, even though the box has little load (0.2)

 Looking at the extended information page for a service that was DOWN
 we're seeing events like this occur :

 At 10:40 a service that was DOWN had a check that was scheduled to run
 at 10:25 but still hadn't run
 At 11:02 I refreshed the page for the Nagios check
 Nagios had run the check and changed the service state to UP
 The last check time was set to be 10:25 though
 Even though the check actually ran between 10:40 and 11:02

 Does anyone know why

 1) Nagios is being 'lazy' when rechecking services marked as DOWN ?
 We've configured retry_check_interval to 1 for all checks and theres
 little load on the box and at most only about 4 Nagios processes
 running at a time, so there are resources free to be used ..

 2) Why Nagios is marking the Last Check Time to be the predicted Next
 Scheduled Check time, even though the real time the check one is way
 after? (Bug in Nagios?)

 Thanks,

 Rus

 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT data
 generated by your applications, servers and 

Re: [Nagios-users] Reg: Service_Notification_Event

2011-02-24 Thread Rajesh Kumar
Hi Team
My request is how to change macro event of service status, we dont like
Recovery, Critical also. We need instead of Up , Down alert.


On Thu, Feb 24, 2011 at 3:48 PM, m...@catsnest.co.uk wrote:

 On Wed, Feb 23, 2011 at 11:33 AM, Rajesh Kumar ras.kuma...@gmail.com
 wrote:
  Hi team
 
 
 
I have installed Nagios Core in CentOS for Monitor Application Server,
  it’s working fine and getting mail if http server down and up. I need to
  change to service notification alert of (r-Recovery),  (c-Critical). Let
 me
  know possible to change the global event in macro address. If it is
 possible
  please share to me. It will help for us.
 
 

 I believe you are referring to service_notification_options and
 host_notification_options


 http://nagios.sourceforge.net/docs/nagioscore/3/en/objectdefinitions.html#contact

 Ritchie,
 
  Require is Instead of UP and Down
 
 
 
  Recovery = UP
 
  Critical = Down
 
  Regards
 
  B.Rajeshkumar
 
 
 --
  Free Software Download: Index, Search  Analyze Logs and other IT data in
  Real-Time with Splunk. Collect, index and harness all the fast moving IT
  data
  generated by your applications, servers and devices whether physical,
  virtual
  or in the cloud. Deliver compliance at lower cost and gain new business
  insights. http://p.sf.net/sfu/splunk-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
 


 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-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
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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] Reg: Service_Notification_Event

2011-02-24 Thread Yueh-Hung Liu
nowhere to change except modifying source code, i think.
this is the way Nagios treats service status.

On Thu, Feb 24, 2011 at 10:00 PM, Rajesh Kumar ras.kuma...@gmail.com wrote:
 Hi Team
 My request is how to change macro event of service status, we dont like
 Recovery, Critical also. We need instead of Up , Down alert.

 On Thu, Feb 24, 2011 at 3:48 PM, m...@catsnest.co.uk wrote:

 On Wed, Feb 23, 2011 at 11:33 AM, Rajesh Kumar ras.kuma...@gmail.com
 wrote:
  Hi team
 
 
 
    I have installed Nagios Core in CentOS for Monitor Application Server,
  it’s working fine and getting mail if http server down and up. I need to
  change to service notification alert of (r-Recovery),  (c-Critical). Let
  me
  know possible to change the global event in macro address. If it is
  possible
  please share to me. It will help for us.
 
 

 I believe you are referring to service_notification_options and
 host_notification_options


 http://nagios.sourceforge.net/docs/nagioscore/3/en/objectdefinitions.html#contact

 Ritchie,
 
  Require is Instead of UP and Down
 
 
 
  Recovery = UP
 
  Critical = Down
 
  Regards
 
  B.Rajeshkumar
 
 
  --
  Free Software Download: Index, Search  Analyze Logs and other IT data
  in
  Real-Time with Splunk. Collect, index and harness all the fast moving IT
  data
  generated by your applications, servers and devices whether physical,
  virtual
  or in the cloud. Deliver compliance at lower cost and gain new business
  insights. http://p.sf.net/sfu/splunk-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
 


 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-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

 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-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


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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] Reg: Service_Notification_Event

2011-02-24 Thread Yueh-Hung Liu
nowhere to change except modifying source code, i think.
this is the way Nagios treats service status.

On Thu, Feb 24, 2011 at 10:00 PM, Rajesh Kumar ras.kuma...@gmail.com wrote:
 Hi Team
 My request is how to change macro event of service status, we dont like
 Recovery, Critical also. We need instead of Up , Down alert.

 On Thu, Feb 24, 2011 at 3:48 PM, m...@catsnest.co.uk wrote:

 On Wed, Feb 23, 2011 at 11:33 AM, Rajesh Kumar ras.kuma...@gmail.com
 wrote:
  Hi team
 
 
 
    I have installed Nagios Core in CentOS for Monitor Application Server,
  it’s working fine and getting mail if http server down and up. I need to
  change to service notification alert of (r-Recovery),  (c-Critical). Let
  me
  know possible to change the global event in macro address. If it is
  possible
  please share to me. It will help for us.
 
 

 I believe you are referring to service_notification_options and
 host_notification_options


 http://nagios.sourceforge.net/docs/nagioscore/3/en/objectdefinitions.html#contact

 Ritchie,
 
  Require is Instead of UP and Down
 
 
 
  Recovery = UP
 
  Critical = Down
 
  Regards
 
  B.Rajeshkumar
 
 
  --
  Free Software Download: Index, Search  Analyze Logs and other IT data
  in
  Real-Time with Splunk. Collect, index and harness all the fast moving IT
  data
  generated by your applications, servers and devices whether physical,
  virtual
  or in the cloud. Deliver compliance at lower cost and gain new business
  insights. http://p.sf.net/sfu/splunk-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
 


 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-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

 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-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


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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] nagios 3.2.3 , which is better OS ?

2011-02-24 Thread Marco Borsani
Hi all

 

I have to install , study and put on-line the last release.

 

I’d like to install it on the better OS possible…

What about Cent-OS 5 ?

 

Actually I am managing Nagios 1.4.1. on a Red Hat Enterprise Linux ES 4

 

Regards

 

Marco Borsani

Unix and Monitoring Sysadmin

Technical Operations Dpt.

tel: +39 010 4310115

fax: +39 02 30130311

cell: +39 329 5953944

ITnet Srl

Società con socio unico

Direzione e Coordinamento di WIND TELECOM S.p.A.

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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 3.2.3 , which is better OS ?

2011-02-24 Thread alexus
I'm running latest (stable) Nagios on latest (stable) CentOS

works pretty well

On Thu, Feb 24, 2011 at 10:31 AM, Marco Borsani m.bors...@it.net wrote:
 Hi all



 I have to install , study and put on-line the last release.



 I’d like to install it on the better OS possible…

 What about Cent-OS 5 ?



 Actually I am managing Nagios 1.4.1. on a Red Hat Enterprise Linux ES 4



 Regards



 Marco Borsani

 Unix and Monitoring Sysadmin

 Technical Operations Dpt.

 tel: +39 010 4310115

 fax: +39 02 30130311

 cell: +39 329 5953944

 ITnet Srl

 Società con socio unico

 Direzione e Coordinamento di WIND TELECOM S.p.A.

 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-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




-- 
http://alexus.org/

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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] Which GUI to configure Nagios 3 ?

2011-02-24 Thread Marco Borsani
Hi all

 

Actually we use an internal interface to configure all the Nagios
contacts/hosts/services…

 

I know that there are nice GUI to configure Nagios…which one do you know/use
?

 

Regards

 

Marco Borsani

Unix and Monitoring Sysadmin

Technical Operations Dpt.

tel: +39 010 4310115

fax: +39 02 30130311

cell: +39 329 5953944

ITnet Srl

Società con socio unico

Direzione e Coordinamento di WIND TELECOM S.p.A.

 

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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] Which GUI to configure Nagios 3 ?

2011-02-24 Thread C. Bensend

 I know that there are nice GUI to configure Nagios…which one do you
 know/use
 ?

I'm a big, big fan of NConf.

Benny


-- 
Hairy ape nads.-- Colleen, playing Neverwinter Nights



--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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] Which GUI to configure Nagios 3 ?

2011-02-24 Thread Tntteam
We use Centreon

2011/2/24 Marco Borsani m.bors...@it.net

 Hi all



 Actually we use an internal interface to configure all the Nagios
 contacts/hosts/services…



 I know that there are nice GUI to configure Nagios…which one do you
 know/use ?



 Regards



 Marco Borsani

 *Unix and Monitoring Sysadmin*

 *Technical Operations Dpt.*

 tel: +39 010 4310115

 fax: +39 02 30130311

 cell: +39 329 5953944

 ITnet Srl

 Società con socio unico

 Direzione e Coordinamento di WIND TELECOM S.p.A.




 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-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

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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 3.2.3 , which is better OS ?

2011-02-24 Thread Tntteam
ubuntu server 64bits LTS here

2011/2/24 alexus ale...@gmail.com

 I'm running latest (stable) Nagios on latest (stable) CentOS

 works pretty well

 On Thu, Feb 24, 2011 at 10:31 AM, Marco Borsani m.bors...@it.net wrote:
  Hi all
 
 
 
  I have to install , study and put on-line the last release.
 
 
 
  I’d like to install it on the better OS possible…
 
  What about Cent-OS 5 ?
 
 
 
  Actually I am managing Nagios 1.4.1. on a Red Hat Enterprise Linux ES 4
 
 
 
  Regards
 
 
 
  Marco Borsani
 
  Unix and Monitoring Sysadmin
 
  Technical Operations Dpt.
 
  tel: +39 010 4310115
 
  fax: +39 02 30130311
 
  cell: +39 329 5953944
 
  ITnet Srl
 
  Società con socio unico
 
  Direzione e Coordinamento di WIND TELECOM S.p.A.
 
 
 --
  Free Software Download: Index, Search  Analyze Logs and other IT data in
  Real-Time with Splunk. Collect, index and harness all the fast moving IT
  data
  generated by your applications, servers and devices whether physical,
  virtual
  or in the cloud. Deliver compliance at lower cost and gain new business
  insights. http://p.sf.net/sfu/splunk-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
 



 --
 http://alexus.org/


 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-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
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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 3.2.3 , which is better OS ?

2011-02-24 Thread Steve Jenkins
On Thu, Feb 24, 2011 at 7:31 AM, Marco Borsani m.bors...@it.net wrote:
 Hi all

 I have to install , study and put on-line the last release.

 I’d like to install it on the better OS possible…

 What about Cent-OS 5 ?

 Actually I am managing Nagios 1.4.1. on a Red Hat Enterprise Linux ES 4

Hi, Marco. CentOS 5 is a great choice. We've been running Nagios
3.2.1, then 3.2.2, and now 3.2.3 on a CentOS 5 box since 2009 and it's
been totally stable for us (with in-place upgrades working
flawlessly).

I don't know if any of the popular CentOS/RHEL repos have a Nagios
package, but we prefer to download directly from the Nagios site and
follow the provided documentation for setup. There are a couple minor
issues I had with the documentation, and a few additional tricks I
discovered while setting things up, so I created a blog post for me to
refer to later when installing Nagios on a CentOS box:

http://stevejenkins.com/blog/2009/12/helpful-links-for-setting-up-nagios-and-nrpe-on-rhel-5-and-centos-5/

It's not written in the same How To style as some of my other blog
posts (this one is more of a list of notes to refresh my memory if I
ever need to re-install or set up another Nagios instance on a CentOS
server), but hopefully there's some helpful info there for you.

Best regards,

SteveJ

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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 3.2.3 , which is better OS ?

2011-02-24 Thread Tony Yarusso
On Thu, 2011-02-24 at 16:31 +0100, Marco Borsani wrote:

 I have to install , study and put on-line the last release.

 I’d like to install it on the better OS possible…
 
 What about Cent-OS 5 ?

Distro choice is really just a matter of personal preference - I don't
think it's likely to affect how well Nagios works on it.  CentOS 5 has
some advantage in most closely matching most of the documentation.
Ubuntu 10.04 has the advantage of being the easiest to install on (using
the 'nagiosinc' PPA).  Beyond that, it's whatever you're comfortable
with.

-- 
Tony Yarusso
Technical Team
___
Nagios Enterprises, LLC
Email:  tyaru...@nagios.com
Web:www.nagios.com


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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] Which GUI to configure Nagios 3 ?

2011-02-24 Thread Romain Le Merlus
Hi Marco,

On Thu, Feb 24, 2011 at 4:45 PM, Marco Borsani m.bors...@it.net wrote:

 Actually we use an internal interface to configure all the Nagios
 contacts/hosts/services…

 I know that there are nice GUI to configure Nagios…which one do you
 know/use ?



You can try Centreon (http://www.centreon.com).
A powerful GPL monitoring software based on Nagios core.
Here is a web demo: http://demo.centreon.com

Best regards.
-- 
Romain LE MERLUS
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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] Threshold Based Timeperiod

2011-02-24 Thread Nair
Thank you, Ritchie, for your sugession. Seems this is the most practical 
approach.



On Thu, 24 Feb 2011 15:34:45 +0530  wrote



On Wed, Feb 23, 2011 at 6:17 PM, Nair  wrote:





Friends







Is it possible to have a different thresholds for same check for 



different timeperiods.







say 10% from 10AM to 6PM and 20% from 6.01PM to 9.59AM







I do not believe there is a build in Nagios function for this but..

How about a wrapper script for the check command (ether server or client side) 
that would check the time and use the appropriate thresholds. This could be 
achieved in Shell or Perl or X scripting language relatively  simply.









Ritchie,

 

Thank you



Nair











--



Free Software Download: Index, Search  Analyze Logs and other IT data in



Real-Time with Splunk. Collect, index and harness all the fast moving IT data



generated by your applications, servers and devices whether physical, virtual



or in the cloud. Deliver compliance at lower cost and gain new business



insights. http://p.sf.net/sfu/splunk-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





--



Free Software Download: Index, Search  Analyze Logs and other IT data in 



Real-Time with Splunk. Collect, index and harness all the fast moving IT data 



generated by your applications, servers and devices whether physical, virtual



or in the cloud. Deliver compliance at lower cost and gain new business 



insights. http://p.sf.net/sfu/splunk-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



--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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] Which GUI to configure Nagios 3 ?

2011-02-24 Thread Alexandre
There is a very good solution: POM
http://www.exosec.fr/POM-plateforme-open-source-monitoring.html

Alex

On 24/02/2011 17:21, Tntteam wrote:
 We use Centreon

 2011/2/24 Marco Borsani m.bors...@it.net mailto:m.bors...@it.net

 Hi all

 Actually we use an internal interface to configure all the Nagios
 contacts/hosts/services…

 I know that there are nice GUI to configure Nagios…which one do you
 know/use ?

 Regards

 Marco Borsani

 *Unix and Monitoring Sysadmin*

 *Technical Operations Dpt.*

 tel: +39 010 4310115

 fax: +39 02 30130311

 cell: +39 329 5953944

 ITnet Srl

 Società con socio unico

 Direzione e Coordinamento di WIND TELECOM S.p.A.


 
 --
 Free Software Download: Index, Search  Analyze Logs and other IT
 data in
 Real-Time with Splunk. Collect, index and harness all the fast
 moving IT data
 generated by your applications, servers and devices whether
 physical, virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-dev2dev
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 mailto: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




 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT data
 generated by your applications, servers and devices whether physical, virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-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


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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] Which GUI to configure Nagios 3 ?

2011-02-24 Thread Steve Jenkins
On Thu, Feb 24, 2011 at 8:06 AM, Romain Le Merlus
rlemer...@merethis.com wrote:
 You can try Centreon (http://www.centreon.com).
 A powerful GPL monitoring software based on Nagios core.
 Here is a web demo: http://demo.centreon.com

Centreon looks interesting! I've tried NINJA in the past, but
documentation was a bit lacking. However, the Centreon software
requirements say:

If HTTPS is used to work in the admin, SSL certificate should be
valid. Self-signed SSL certificates are not supported

That's a deal-breaker for us because we self-sign our internal certs.
I wonder why Centreon requiresthat.

SteveJ

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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] Which GUI to configure Nagios 3 ?

2011-02-24 Thread Tntteam
We use centreon with self signed ssl certificate : no problems so far

2011/2/24 Alexandre in...@opendoc.net

 There is a very good solution: POM
 http://www.exosec.fr/POM-plateforme-open-source-monitoring.html

 Alex

 On 24/02/2011 17:21, Tntteam wrote:
  We use Centreon
 
  2011/2/24 Marco Borsani m.bors...@it.net mailto:m.bors...@it.net
 
  Hi all
 
  Actually we use an internal interface to configure all the Nagios
  contacts/hosts/services…
 
  I know that there are nice GUI to configure Nagios…which one do you
  know/use ?
 
  Regards
 
  Marco Borsani
 
  *Unix and Monitoring Sysadmin*
 
  *Technical Operations Dpt.*
 
  tel: +39 010 4310115
 
  fax: +39 02 30130311
 
  cell: +39 329 5953944
 
  ITnet Srl
 
  Società con socio unico
 
  Direzione e Coordinamento di WIND TELECOM S.p.A.
 
 
 
 --
  Free Software Download: Index, Search  Analyze Logs and other IT
  data in
  Real-Time with Splunk. Collect, index and harness all the fast
  moving IT data
  generated by your applications, servers and devices whether
  physical, virtual
  or in the cloud. Deliver compliance at lower cost and gain new
 business
  insights. http://p.sf.net/sfu/splunk-dev2dev
  ___
  Nagios-users mailing list
  Nagios-users@lists.sourceforge.net
  mailto: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
 
 
 
 
 
 --
  Free Software Download: Index, Search  Analyze Logs and other IT data in
  Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
  generated by your applications, servers and devices whether physical,
 virtual
  or in the cloud. Deliver compliance at lower cost and gain new business
  insights. http://p.sf.net/sfu/splunk-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



 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-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

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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] Check_openmanage-- Current probes not found

2011-02-24 Thread Joe Beck
Yes, just after sending this post I did the things you identified.
Verifed model vs others where this issue was not happening
We have several r610's  this is only one with the issue.
Then I went  looked at the omsa version  found this one was running 5.9
where the others had 6.4
I removed  installed 6.4 but same result.
I also had some question/confusion about best way to identify the version;
in fact it may have already been running 6.4.

I'm grep'ing for version; tried running cmds with -v  --version, etc but no
luck in seeing which version via the cmds
Good box:
grep version /opt/dell/srvadmin/etc/omreg.cfg
OMDataEngine.omilcore.version=5.9.4
hapi.omilcore.version=5.9.4
Instrumentation.omilcore.version=5.9.4
openmanage.omacore.omilcore.version=4.3.0
openmanage.omhip.omilcore.version=4.3.0
openmanage.version=6.4.0

Bad box(in terms of pwrmonitoring):
grep version /opt/dell/srvadmin/etc/omreg.cfg
OMDataEngine.omilcore.version=5.9.4
hapi.omilcore.version=5.9.4
Instrumentation.omilcore.version=5.9.4
openmanage.omacore.omilcore.version=4.3.0
openmanage.omhip.omilcore.version=4.3.0
openmanage.version=6.4.0

So look to be the same, not sure what else to try


On 2/23/11 3:55 AM, Trond Hasle Amundsen t.h.amund...@usit.uio.no wrote:

 Joe Beck jb...@urbn.com writes:

 I have a couple R610¹s
 Some run
 omreport chassis pwrmonitoring  return output
 I also have 1 that returns:

 # omreport chassis pwrmonitoring
 Power Consumption Information

 Error :
 Current probes not found

 Does this mean that this module just isn¹t
 installed or ???

 At this point, do I just alter the nagios service to
 exclude pwrmonitoring?

Hi Joe,

I think the next point should be to
 investigate why OMSA behaves like
this. I've seen this error before, but on
 older servers with old OMSA
versions (5.4.0). A simple restart of OMSA
 (srvadmin-services.sh
restart) may be the solution and should be attempted
 first. The next
step would be to reinstall OMSA and verify that everything
 gets
installed.

Usually, if power monitoring information is not available,
 OMSA should
say something else and more informative.

Is the problematic
 machine identical to the ones that work?

Cheers,
-- 
Trond H. Amundsen
 t.h.amund...@usit.uio.no
Center for Information Technology Services,
 University of 
 Oslo


 --
Free Software Download: Index, Search  Analyze Logs and other IT data
 in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data 
generated by your applications, servers and devices whether physical,
 virtual
or in the cloud. Deliver compliance at lower cost and gain new
 business 
insights. http://p.sf.net/sfu/splunk-dev2dev
 
___
Nagios-users mailing
 list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/li
 stinfo/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

Joe
-- 

Joe Beck | IT-Open Systems Engineer | urban outfitters inc.
5000 South Broad Street | Phila., PA 19112 | 215.454.7737 | jb...@urbn.com


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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] Which GUI to configure Nagios 3 ?

2011-02-24 Thread Ennis Ibarra
My two cents: 

Once you lock up your configuration to a given tool, then you stick with the 
tool capabilities to configure stuff. The real power is understanding the 
Nagios structure and files, leave the GUIs for presentation only. 

That's just my experience though, but yet again, maybe you want to configure in 
such standard non-changed way that you can adapt to a given tool, but if you 
are at least part of the implementing team in your environment, I think this is 
a great opportunity to get your feet wet and actually do it the GUI-free way. 

Good luck. 

- Original Message - 
From: Tntteam tntt...@free.fr 
To: Nagios Users List nagios-users@lists.sourceforge.net 
Sent: Thursday, February 24, 2011 11:35:36 AM 
Subject: Re: [Nagios-users] Which GUI to configure Nagios 3 ? 

We use centreon with self signed ssl certificate : no problems so far 


2011/2/24 Alexandre  in...@opendoc.net  


There is a very good solution: POM 
http://www.exosec.fr/POM-plateforme-open-source-monitoring.html 

Alex 


On 24/02/2011 17:21, Tntteam wrote: 
 We use Centreon 
 
 2011/2/24 Marco Borsani  m.bors...@it.net mailto: m.bors...@it.net  



 
 Hi all 
 
 Actually we use an internal interface to configure all the Nagios 
 contacts/hosts/services… 
 
 I know that there are nice GUI to configure Nagios…which one do you 
 know/use ? 
 
 Regards 
 
 Marco Borsani 
 
 *Unix and Monitoring Sysadmin* 
 
 *Technical Operations Dpt.* 
 
 tel: +39 010 4310115 
 
 fax: +39 02 30130311 
 
 cell: +39 329 5953944 
 
 ITnet Srl 
 
 Società con socio unico 
 
 Direzione e Coordinamento di WIND TELECOM S.p.A. 
 
 
 --
  
 Free Software Download: Index, Search  Analyze Logs and other IT 
 data in 
 Real-Time with Splunk. Collect, index and harness all the fast 
 moving IT data 
 generated by your applications, servers and devices whether 
 physical, virtual 
 or in the cloud. Deliver compliance at lower cost and gain new business 
 insights. http://p.sf.net/sfu/splunk-dev2dev 
 ___ 
 Nagios-users mailing list 
 Nagios-users@lists.sourceforge.net 
 mailto: 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 
 
 
 
 
 --
  
 Free Software Download: Index, Search Analyze Logs and other IT data in 
 Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
 generated by your applications, servers and devices whether physical, virtual 
 or in the cloud. Deliver compliance at lower cost and gain new business 
 insights. http://p.sf.net/sfu/splunk-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 


-- 
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual 
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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 


-- 
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual 
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast 

Re: [Nagios-users] Check_openmanage-- Current probes not found

2011-02-24 Thread Trond Hasle Amundsen
Joe Beck jb...@urbn.com writes:

 Yes, just after sending this post I did the things you identified.
 Verifed model vs others where this issue was not happening
 We have several r610's  this is only one with the issue.
 Then I went  looked at the omsa version  found this one was running 5.9
 where the others had 6.4
 I removed  installed 6.4 but same result.
 I also had some question/confusion about best way to identify the version;
 in fact it may have already been running 6.4.

 I'm grep'ing for version; tried running cmds with -v  --version, etc but no
 luck in seeing which version via the cmds

This command will tell you which version of OMSA you're running:

  omreport about

There are other ways as well:

  
http://folk.uio.no/trondham/software/check_openmanage.html#how-can-i-find-out-which-version-of-omsa-my-server-is-running

I'm not sure if you understood my question about the servers being
identical. I didn't mean the model (I assumed the model would be the
same), but hardware-wise. Specifically, are they alike with respect to
number of power supplies?

In any case, the next step will be to examine the installed OMSA
software components. On RHEL and derivatives such as CentOS, you can do
this by comparing the output from 'rpm -qa|grep srvadmin' from healthy
boxes versus the failing one. Also check that the running OMSA services
are the same.

Since this is happening on only one server, and you have probably
installed OMSA in exactly the same way on all the servers, you may have
a real hardware problem. If all else fails, you should contact Dell
support and have them look at it.

Regards,
-- 
Trond H. Amundsen t.h.amund...@usit.uio.no
Center for Information Technology Services, University of Oslo

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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] Which GUI to configure Nagios 3 ?

2011-02-24 Thread Breandan Dezendorf
On Thu, Feb 24, 2011 at 1:54 PM, Ennis Ibarra en...@nmcourts.gov wrote:
 My two cents:

 Once you lock up your configuration to a given tool, then you stick with the
 tool capabilities to configure stuff. The real power is understanding
 the Nagios structure and files, leave the GUIs for presentation only.

I agree - but when you're trying to serve a large community of
sysadmins, a GUI tool is a useful tool for getting the job done.  I
can't teach 60+ admins how to write clean nagios configs, but I can
teach them to use web-based tools.

-- 
Breandan Dezendorf
brean...@dezendorf.com
bwdez...@gmail.com

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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] Which GUI to configure Nagios 3 ?

2011-02-24 Thread Yueh-Hung Liu
agree +1
at implementation step, admins have to edit (and understand) all
config files by hands.
but once the whole monitoring system is on its way stable, a config
GUI add-on will be helpful for daily maintanence.


On Fri, Feb 25, 2011 at 5:15 AM, Breandan Dezendorf
brean...@dezendorf.com wrote:
 On Thu, Feb 24, 2011 at 1:54 PM, Ennis Ibarra en...@nmcourts.gov wrote:
 My two cents:

 Once you lock up your configuration to a given tool, then you stick with the
 tool capabilities to configure stuff. The real power is understanding
 the Nagios structure and files, leave the GUIs for presentation only.

 I agree - but when you're trying to serve a large community of
 sysadmins, a GUI tool is a useful tool for getting the job done.  I
 can't teach 60+ admins how to write clean nagios configs, but I can
 teach them to use web-based tools.

 --
 Breandan Dezendorf
 brean...@dezendorf.com
 bwdez...@gmail.com

 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT data
 generated by your applications, servers and devices whether physical, virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-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


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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] Which GUI to configure Nagios 3 ?

2011-02-24 Thread wwanghongrui
Cetnreon、NagiosQL




wwanghongrui
2011-02-25



发件人: Yueh-Hung Liu
发送时间: 2011-02-25 10:12:08
收件人: Nagios Users List
抄送: 
主题: Re: [Nagios-users] Which GUI to configure Nagios 3 ?

agree +1
at implementation step, admins have to edit (and understand) all
config files by hands.
but once the whole monitoring system is on its way stable, a config
GUI add-on will be helpful for daily maintanence.
On Fri, Feb 25, 2011 at 5:15 AM, Breandan Dezendorf
brean...@dezendorf.com wrote:
 On Thu, Feb 24, 2011 at 1:54 PM, Ennis Ibarra en...@nmcourts.gov wrote:
 My two cents:

 Once you lock up your configuration to a given tool, then you stick with the
 tool capabilities to configure stuff. The real power is understanding
 the Nagios structure and files, leave the GUIs for presentation only.

 I agree - but when you're trying to serve a large community of
 sysadmins, a GUI tool is a useful tool for getting the job done.  I
 can't teach 60+ admins how to write clean nagios configs, but I can
 teach them to use web-based tools.

 --
 Breandan Dezendorf
 brean...@dezendorf.com
 bwdez...@gmail.com

 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT data
 generated by your applications, servers and devices whether physical, virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-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

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-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