[Nagios-users] [SPAM] Large installation

2012-06-11 Thread Brandino Andreas
Hi all,

my nagios installation  has currently 400+ hosts and around 1400 checks.
As the server load grows, delays are appearing.

Is any way to move a part of active checks to a second nagios server?
And in that case how will these two nagios servers exchange data?
If this is feasible can you point me to some documentation?

Thank you

 ---  ---  ---  
Brandino Andreas
ampra...@gmail.com
 ---  ---  ---  


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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] NSCA - Status is changing after 10 seconds to OK

2010-11-05 Thread Brandino Andreas



Friday, November 5, 2010, 4:59:01 AM, you wrote:


 On Nov 4, 2010, at 4:38 PM, Brandino Andreas wrote:

 The  message  appearing  in  the  Status Information when service is
 again green and OK is a simple OK !!!

 Were you previously testing something that gave that message?
 Freshness checks or active checks perhaps? Do you have multiple
 nagios daemons running at the same time, one running with the old
 config and one with the new? They'd both write to the same status
 file so you'd see results like this.

 --
 Marc

I   have   definedbymistakefreshness   checks   to   final
(TestMessage10) service definition.

The full definition of the service that finally seems to work is:

define service{
namegeneric-service
active_checks_enabled   1  
passive_checks_enabled  1  
parallelize_check   1  
obsess_over_service 1  
check_freshness 0  
notifications_enabled   1  
event_handler_enabled   1  
flap_detection_enabled  1  
failure_prediction_enabled  1  
process_perf_data   1  
retain_status_information   1  
retain_nonstatus_information1  
is_volatile 0  
check_period24x7   
max_check_attempts  3  
normal_check_interval   10 
retry_check_interval2  
contact_groups  admins 
notification_optionsw,u,c,r
notification_interval   60 
notification_period 24x7   
 register0 
}

define service{
use generic-service
namepassive-service
active_checks_enabled   0
passive_checks_enabled  1
register0
is_volatile 0
max_check_attempts  1
check_freshness 0
check_command   check_dummy!0
}

define service{
use passive-service
service_description TestMessage10
host_name   NMS
register1
flap_detection_enabled  0
contact_groups  admins
check_period24x7
notification_interval   240
notification_period 24x7
notification_optionsw,u,c,r
}

Thank you for the help


 --
 The Next 800 Companies to Lead America's Growth: New Video Whitepaper
 David G. Thomson, author of the best-selling book Blueprint to a 
 Billion shares his insights and actions to help propel your 
 business during the next growth cycle. Listen Now!
 http://p.sf.net/sfu/SAP-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


 ---  ---  ---  
Brandino Andreas
ampra...@gmail.com
 ---  ---  ---  


--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book Blueprint to a 
Billion shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-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] NSCA - Status is changing after 10 seconds to OK

2010-11-04 Thread Brandino Andreas



Thursday, November 4, 2010, 10:18:33 AM, you wrote:

 Hi all,

 I am trying to configure nagios with NSCA.
 NSCA is successfully receiving  the messages (sent with send_nsca), updates
 the services state and the message info.
 The problem is that after 10 seconds, the service is returning to OK
 state; in the meantime I haven't send any other messages.



 Make sure that no new state info arrived from the remote nsca sender,
 check the NAGIOS event log,for
 details

 M.

Its  a  test  environment,  only  I  am  sending test messages to NSCA
service. Event log is not showing a new received message...


 --
 The Next 800 Companies to Lead America's Growth: New Video Whitepaper
 David G. Thomson, author of the best-selling book Blueprint to a 
 Billion shares his insights and actions to help propel your 
 business during the next growth cycle. Listen Now!
 http://p.sf.net/sfu/SAP-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


 ---  ---  ---  
Brandino Andreas
ampra...@gmail.com
 ---  ---  ---  


--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book Blueprint to a 
Billion shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-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] NSCA - Status is changing after 10 seconds to OK

2010-11-04 Thread Brandino Andreas
The  message  appearing  in  the  Status Information when service is
again green and OK is a simple OK !!!


Thursday, November 4, 2010, 11:34:05 AM, you wrote:

...
...

 Its  a  test  environment,  only  I  am  sending test messages to NSCA
 service. Event log is not showing a new received message...


  Which message string is displayed in the 'Status information' , row,
 for the particular
 service when it is being set to OK again ?

 M.


 ---  ---  ---  
Brandino Andreas
ampra...@gmail.com
 ---  ---  ---  


--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book Blueprint to a 
Billion shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-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 Avaya

2010-03-12 Thread Brandino Andreas
Title: Re[2]: [Nagios-users] Nagios & Avaya





Hi all,

did anyone find any scripts that can poll Avaya equipment?!


Regards

Wednesday, June 3, 2009, 7:25:14 PM, you wrote:






I agree completely and will do that if necessary, but where I possible, I prefer not to re-invent the wheel. Seeing nothing on NagiosExchange or the first page of a Google search, I thought I'd poll the list.

I was actually really surprised to see absolutely nothing from Google searches and my conspiracy theory mind thought there might be a reason why (Avaya claiming IP on their MIBs/OIDs and take down notices for using them in Nagios add-ons?), but I digress...

If I get nothing, I guess I'll just start working on my own...

 A. Davis
 Email:  ncc...@gmail.com

 "There is no limit to what a man can accomplish
  if he doesn't care who gets the credit." - Ronald Rea


Onotsky, Steve x55328 wrote:




Apologies for the blank reply, everyone (damned Ctrl-Enter).

Andrew, does snmpwalk against the switches give back any useful information? Rather than searching for something that may not exist, by way of canned solutions, you may get off the ground faster to just query the OID(s) you want.



From:Andrew Davis [mailto:ncc...@gmail.com]
Sent:June 3, 2009 12:48
To:nagios-users@lists.sourceforge.net
Subject:[Nagios-users] Nagios  Avaya

We have recently had a new Avaya VOIP system installed, including eXtreme switches. The NagiosExchange site has at least one SNMP addon for the eXtreme switches... however searching for "avaya", "lucent", "definity", and "audix" all reveal zero hits. I understand that Avaya has their s/w that is somewhat in competition with Nagios, but I can't imagine that no one is polling the Avaya equipment outside of Avaya's own s/w. Is anyone out there querying new'ish Avaya VOIP phone switches, add-on cards, and/or Modular Messaging environments? I'm interested in info (other URL's if needed), existing scripts, howto's, etc... pretty much anything as I'm seeing nothing right now.


This message and any attachments are intended only for the use of the addressee and
may contain information that is privileged and confidential. If the reader of the 
message is not the intended recipient or an authorized representative of the
intended recipient, you are hereby notified that any dissemination of this
communication is strictly prohibited. If you have received this communication in
error, please notify us immediately by e-mail and delete the message and any
attachments from your sys



 --- -  -  - --- 
  Brandino Andreas
 ampra...@gmail.com
 --- -  -  - --- 




--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
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 30 seconds initial delay

2010-03-12 Thread Brandino Andreas
Hi all,

as I can see in the logfile the patches are included in version 3.2.1:
Speedup to CGIs when lots of comments or downtimes in status.dat file (Jonathan 
Kamens)

I attach the results of nagios -s nagios.cfg from unpatched 3.2.0
and 3.2.1 version. I think my monitored hosts and services are few to
see any difference!




Thursday, January 28, 2010, 11:01:50 AM, you wrote:


 On 17 Dec 2009, at 08:12, Brandino Andreas wrote:

 I have much less hosts and services (for the moment).
 After deleting retention.dat I still face the same delay...


 When did this slow down occur? I can see how Jonathan's patches speed
 up the system but these look like long-term bottlenecks, not a 3.0 -
 3.2 migration. I'm interested to know when the slowdown occurred and  
 if it is the side effect of something else.

 There was a patch applied sometime in 3.1 which improved the circular
 parents lookup, but I don't know much else (Andreas applied it but  
 didn't update the Changelog).

 Some information from a slow startup system and a fast startup  
 system:
* how do you define the startup time? (time from nagios start to  
 status.dat appearing?)
* which version of Nagios?
* size of system (number of hosts, services, comments, downtimes)
* broker modules you use
* nagios -s nagios.cfg - what does the timings tell you?

 Ton


 --
 The Planet: dedicated and managed hosting, cloud storage, colocation
 Stay online with enterprise data centers and the best network in the business
 Choose flexible plans and management services without long-term contracts
 Personal 24x7 support from experience hosting pros just a phone call away.
 http://p.sf.net/sfu/theplanet-com
 ___
 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


 ---  ---  ---  
Brandino Andreas
ampra...@gmail.com
 ---  ---  ---  srv:/etc/nagios# nagios -s nagios.cfg 

Nagios Core 3.2.0
Copyright (c) 2009 Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 08-12-2009
License: GPL

Website: http://www.nagios.org
Timing information on object configuration processing is listed
below.  You can use this information to see if precaching your
object configuration would be useful.

Object Config Source: Config files (uncached)

OBJECT CONFIG PROCESSING TIMES  (* = Potential for precache savings with -u 
option)
--
Read: 0.012109 sec
Resolve:  0.000203 sec  *
Recomb Contactgroups: 0.44 sec  *
Recomb Hostgroups:0.000194 sec  *
Dup Services: 0.002167 sec  *
Recomb Servicegroups: 0.000488 sec  *
Duplicate:0.000473 sec  *
Inherit:  0.000341 sec  *
Recomb Contacts:  0.01 sec  *
Sort: 0.00 sec  *
Register: 0.003409 sec
Free: 0.000490 sec
  
TOTAL:0.020265 sec  * = 0.004257 sec (21.01%) estimated savings


RETENTION DATA TIMES
--
Read and Process: 0.045337 sec
  
TOTAL:0.045337 sec


Timing information on configuration verification is listed below.

CONFIG VERIFICATION TIMES  (* = Potential for speedup with -x option)
--
Object Relationships: 0.003028 sec
Circular Paths:   0.13 sec  *
Misc: 0.000535 sec
  
TOTAL:0.003576 sec  * = 0.13 sec (0.4%) estimated savings


EVENT SCHEDULING TIMES
-
Get service info:0.003102 sec
Get host info info:  0.39 sec
Get service params:  0.09 sec
Schedule service times:  0.009523 sec
Schedule service events: 0.000716 sec
Get host params: 0.02 sec
Schedule host times: 0.001049 sec
Schedule host events:0.000467 sec
 
TOTAL:   0.014907 sec


Projected scheduling information for host and service checks
is listed below.  This information assumes that you are going
to start running Nagios with your current config files.

HOST SCHEDULING INFORMATION
---
Total hosts: 118
Total scheduled hosts:   117
Host inter-check delay method:   SMART
Average host check interval: 300.00 sec
Host inter-check delay:  2.56 sec
Max host check spread:   30 min
First scheduled check:   Fri Mar 12 16:02:08 2010
Last scheduled check:Fri Mar 12 16:07:05 2010


SERVICE SCHEDULING INFORMATION

[Nagios-users] check_cluster - Wrong service state

2010-02-24 Thread Brandino Andreas
Hi all,

I configured check_cluster plugin to monitor two services that work
redundant (1 is up, 1 is down all the time).

The plugin that check the services, returns UNKNOWN state for the
service that are down. However, check_cluster return that both
services are OK (CLUSTER OK: Disk-Cluster: 2 ok, 0 warning, 0
unknown, 0 critical).

Which can possible reasons for detecting incorrectly  the state of
the services?

Thank you





 ---  ---  ---  
Brandino Andreas
ampra...@gmail.com
 ---  ---  ---  


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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] Service dependencies

2009-12-28 Thread Brandino Andreas
Are you sure that it works that way??
I disabled notifications for ping service, but still I receive
notifications from other services although the host is down

Do I have to enable any other option?

Thank you
Regards



Friday, December 25, 2009, 4:19:08 PM, you wrote:

 On Dec 25, 2009, at 5:28 AM, Brandino Andreas wrote:

 Hi all and happy holidays!
 
 Lets assume that a host has three service checks (ping, uptime and cpu). If 
 for some reason
 connection fails, a mail for each service is being sent (with random
 order).
 Is any way when uptime or cpu check fails (not when is critical), to
 force a ping service check and finally send a notification only for that
 service??
 
 This behavior can be achieved somehow? With services dependencies can
 I force a check to be performed at specific points?

 No service dependencies needed. Get rid of the ping service check
 and make it the host check. If a service on a host fails, the host
 is checked. If the host check returns non-OK, notifications for
 services are suppressed and only the host down notification is sent.

 --
 Marc


 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast and easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-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

 ---  ---  ---  
Brandino Andreas
ampra...@gmail.com
 ---  ---  ---  


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-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] Service dependencies

2009-12-25 Thread Brandino Andreas
Hi all and happy holidays!

Lets assume that a host has three service checks (ping, uptime and cpu). If for 
some reason
connection fails, a mail for each service is being sent (with random
order).
Is any way when uptime or cpu check fails (not when is critical), to
force a ping service check and finally send a notification only for that
service??

This behavior can be achieved somehow? With services dependencies can
I force a check to be performed at specific points?

Thank you

 ---  ---  ---  
Brandino Andreas
ampra...@gmail.com
 ---  ---  ---  


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-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 30 seconds initial delay

2009-12-18 Thread Brandino Andreas
Hi all,

my status_update_interval value: status_update_interval=10
Nagios need 35 seconds to show up...

Friday, December 18, 2009, 6:03:44 AM, you wrote:

 On 15/12/09 05:57 PM, Brandino Andreas wrote:
 Hi all,
 I am using Nagios 3.2.0  (I just upgrade from early 3.0 releases)
 Every time I restart nagios I face a 30 seconds delay before the
 various pages appear for first time (not before starting checks, 30
 seconds before displaying pages!!!)
 
 When I click a page I get the error Error: Could not read host and
 service status information! . After 30 seconds, all pages appear
 again!!
 
 - I don't have duplicated nagios service running
 - This delay didn't show up to older versions
 - My linux is Debian 5.0.3 (stable)
 - This error appears every time I restart nagios
 
 Any idea what can cause this delay??

 What is your status_update_interval (in nagios.cfg)?

 I'm guessing if it's set to 30 seconds then maybe status.dat isn't 
 getting created until the first 30 seconds pass, which would explain this.

 Unless you have a large number of services you can set this pretty low
 without impacting performance, and a lower value gives better 
 responsiveness on the CGI.



 ---  ---  ---  
Brandino Andreas
ampra...@gmail.com
 ---  ---  ---  


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-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 30 seconds initial delay

2009-12-18 Thread Brandino Andreas
Exactly what I was thinking!
I just asked, because older versions haven't introduce that delay.
Moreover, I was searching if this was a normal nagios delay or a
misconfiguration on my side (interoperability with some package
installed or something I can't think at the moment)



Friday, December 18, 2009, 12:13:53 PM, you wrote:

 Hi,

 I'm experiencing exactly the same problem. I always thought, that
 this behaviour is caused by ndo (which seems not to be the case).
 Looking into the nagios log I recognized that the initial state
 info is loaded within 9 seconds into nagios - so the cgi should be
 ready to go. It's somehow strange: you cannot view the tactical
 overview, host or service information. But during that 30 s you can have a 
 look at the Alert history.

 Perhaps nagios needs the missing 20s to build up some internal data
 structures, plan the scheduling or so ?

 Thomas

 Von: Brandino Andreas [mailto:ampra...@gmail.com] 
 Gesendet: Freitag, 18. Dezember 2009 09:23
 An: Thomas Guyot-Sionnest
 Cc: nagios-users@lists.sourceforge.net
 Betreff: Re: [Nagios-users] Nagios 30 seconds initial delay

 Hi all,

 my status_update_interval value: status_update_interval=10
 Nagios need 35 seconds to show up...

 Friday, December 18, 2009, 6:03:44 AM, you wrote:

 On 15/12/09 05:57 PM, Brandino Andreas wrote:
 Hi all,
 I am using Nagios 3.2.0  (I just upgrade from early 3.0 releases) 
 Every time I restart nagios I face a 30 seconds delay before the 
 various pages appear for first time (not before starting checks, 30 
 seconds before displaying pages!!!)
 
 When I click a page I get the error Error: Could not read host and 
 service status information! . After 30 seconds, all pages appear 
 again!!
 
 - I don't have duplicated nagios service running
 - This delay didn't show up to older versions
 - My linux is Debian 5.0.3 (stable)
 - This error appears every time I restart nagios
 
 Any idea what can cause this delay??

 What is your status_update_interval (in nagios.cfg)?

 I'm guessing if it's set to 30 seconds then maybe status.dat isn't 
 getting created until the first 30 seconds pass, which would explain this.

 Unless you have a large number of services you can set this pretty low 
 without impacting performance, and a lower value gives better 
 responsiveness on the CGI.



  ---  ---  ---  
 Brandino Andreas
 ampra...@gmail.com
  ---  ---  ---  


 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support A
 streamlined, 14 day to market process makes app distribution fast
 and easy Join now and get one step closer to millions of Verizon
 customers http://p.sf.net/sfu/verizon-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


 ---  ---  ---  
Brandino Andreas
ampra...@gmail.com
 ---  ---  ---  


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-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 30 seconds initial delay

2009-12-17 Thread Brandino Andreas
Hi,

I am not using NDO.


Wednesday, December 16, 2009, 9:51:29 AM, you wrote:

 Hi,

 are you using ndo ? If yes, disable ndo and see if the problem still
 persists.

 Thomas

 On Wed, 2009-12-16 at 00:22 +, Brandino Andreas wrote:
 Hi all,
 I am using Nagios 3.2.0  (I just upgrade from early 3.0 releases)
 Every time I restart nagios I face a 30 seconds delay before the
 various pages appear for first time (not before starting checks, 30
 seconds before displaying pages!!!)
 
 When I click a page I get the error Error: Could not read host and
 service status information! . After 30 seconds, all pages appear
 again!!
 
 - I don't have duplicated nagios service running
 - This delay didn't show up to older versions
 - My linux is Debian 5.0.3 (stable)
 - This error appears every time I restart nagios
 
 Any idea what can cause this delay??
 Thank you
 
 
  ---  ---  ---  
 Brandino Andreas
 ampra...@gmail.com
  ---  ---  ---  
 
 
 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast and easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-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


 ---  ---  ---  
Brandino Andreas
ampra...@gmail.com
 ---  ---  ---  


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-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 30 seconds initial delay

2009-12-17 Thread Brandino Andreas
I have much less hosts and services (for the moment).
After deleting retention.dat I still face the same delay...

Wednesday, December 16, 2009, 1:25:36 AM, you wrote:

 On Tue, Dec 15, 2009 at 5:57 PM, Brandino Andreas ampra...@gmail.com wrote:
 When I click a page I get the error Error: Could not read host and
 service status information! . After 30 seconds, all pages appear
 again!!

 - I don't have duplicated nagios service running
 - This delay didn't show up to older versions
 - My linux is Debian 5.0.3 (stable)
 - This error appears every time I restart nagios

 We typically see about the same start up time, both on 3.0.3 and 3.2.0
 on hosts with 1-2k hosts and ~10k services where we have retention.dat
 files that are weeks or months old and we are using regular
 expressions and service -  hostgroup mappings extensively.

 - Max

 ---  ---  ---  
Brandino Andreas
ampra...@gmail.com
 ---  ---  ---  


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-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 30 seconds initial delay

2009-12-15 Thread Brandino Andreas
Hi all,
I am using Nagios 3.2.0  (I just upgrade from early 3.0 releases)
Every time I restart nagios I face a 30 seconds delay before the
various pages appear for first time (not before starting checks, 30
seconds before displaying pages!!!)

When I click a page I get the error Error: Could not read host and
service status information! . After 30 seconds, all pages appear
again!!

- I don't have duplicated nagios service running
- This delay didn't show up to older versions
- My linux is Debian 5.0.3 (stable)
- This error appears every time I restart nagios

Any idea what can cause this delay??
Thank you


 ---  ---  ---  
Brandino Andreas
ampra...@gmail.com
 ---  ---  ---  


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-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] multiline plugin output

2009-05-19 Thread Brandino Andreas
Hi all,

I try to use check_snmp_int.pl plugin with multiline output. According
to documentation (
http://nagios.sourceforge.net/docs/3_0/pluginapi.html ) additional
output is stored to $SERVICEPERFDATA$ and $LONGSERVICEOUTPUT$ macros

How can i force nagios to print these lines to web interface, after
$SERVICEOUTPUT$  ?


Thanks




-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
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] Sms messages

2007-11-01 Thread Brandino Andreas
Hi all

I have a debian box with an attached wavecom gsm modem.
I am trying to send messages using GSM-SMS-0.162 (
http://search.cpan.org/~johanvdb/GSM-SMS-0.162/ )

The wavecom modem is attached correctly to the pc, and i can connect
to it using minicom. Pin code is disabled.

From command line i can send messages sucessfully.
However, when messages are sent from nagios , the messages remain in
/var/spool/gsmsms directory and are not sent.
Also i can try sucessfully to send messages as nagios user from
command line.

NMS:/var/spool/gsmsms# ll
total 12
drwxrwxrwx  2 nagios nagios 4096 2007-11-01 11:35 .
drwxr-xr-x 11 root   root   4096 2007-11-01 10:41 ..
-rw-rw-r--  1 nagios nagios  206 2007-11-01 11:35 
3069_668411939097280B166BC960B01B2816D3CD6A3AD90D04
NMS:/var/spool/gsmsms#

I have tried to reinstall  reconfigure the perl module with no difference.
This happened after i changed the sim to the wavecom modem.


Any idea what happens?
Thanks in advance

 ---  ---  ---  
Brandino Andreas
[EMAIL PROTECTED]
 ---  ---  ---  


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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] watching Layer 2 device

2007-07-18 Thread Brandino Andreas
Hi list,

i am trying to watch a layer 2 device. It has no ip or snmp
capabilites.

Except of watching the ethernet port on the switch is any other way to
check if is up?

Regards


 ---  ---  ---  
Brandino Andreas
[EMAIL PROTECTED]
 ---  ---  ---  


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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] notifications

2007-07-09 Thread Brandino Andreas
Hi all

is it possible to use different notification fucntion (for same user) for 
critical and
fifferent for recovery notifications??


Thanks


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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] notification_interval

2007-05-01 Thread Brandino Andreas
Hi list

Is possible to define a different notification_interval for each
contactgroup??
What i want to do? I want for the same service different contacgroups
to be notifified with a different interval. (grp1 every 3h and grp2
every 5h). Or the only way to do this is using service/host
escalations?

Regards


 ---  ---  ---  
Brandino Andreas
[EMAIL PROTECTED]
 ---  ---  ---  





-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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] Two maps

2007-03-26 Thread Brandino Andreas
Hi list

Is any way to make nagios create two maps???
Nagios is monitoring a network and some nodes are geographically really close
So i would like those specific nodes to appear in a new map  with
larger scale
Is this possible???


Regards

 ---  ---  ---  
Brandino Andreas
[EMAIL PROTECTED]
 ---  ---  ---  


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
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] PING is critical

2007-03-06 Thread Brandino Andreas
I have a nagios monitoring some hosts (routers /servers).
For some reason i get many notifications that ping has expired (100%
loss).
Howerver, the host isn't down and i can ping the remote hosts from
the linux thats runs nagios without any problem the same moment i get
the critical notifications!
At next check the 'PING' service is again up! The rest monitored services are
up , only the ping expires.

Any idea what can be wrong??
Regards

 ---  ---  ---  
Brandino Andreas
[EMAIL PROTECTED]
 ---  ---  ---  


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
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] PING is critical

2007-03-06 Thread Brandino Andreas
Yesterday i increased the number of pings from 3 to 6 with some better
results (less notifications).
Tomorrow i will set critical to be set when there is 100% lost. That
way i hope fake alerts will be stopped.

Thanks


Tuesday, March 6, 2007, 10:05:39 PM, you wrote:

 On 06/03/07, Patrick Morris [EMAIL PROTECTED] wrote:
  Any idea what can be wrong??

 I expect you have configured the service check (or the command
 definition) so that Nagios only sends one ping.  Pings are not
 guaranteed to get there and back so sometimes do get lost.  Configure
 your services to send a few pings (I'd say anything between three and
 ten but your mileage may vary) and consider using either check_fping
 or check_icmp instead of check_ping.

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 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

 ---  ---  ---  
Brandino Andreas
[EMAIL PROTECTED]
 ---  ---  ---  


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
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] Printable Documentation

2007-03-04 Thread Brandino Andreas
The link is broken
May you provide the doc again?

Thanks


Wednesday, May 3, 2006, 10:25:24 PM, you wrote:

 Hello to all,
 I've repackaged the Official Nagios documentation to generate a
 pretty printable version of the doc.
 (2side version, table of content and page numbering, chapter numbering ...)

 Available here:
 http://runnagios.be/index.html?doc.html

 Comments are welcome ...

 Regards,
 Seb.


 ---
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd___
 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



 ---  ---  ---  
Brandino Andreas
[EMAIL PROTECTED]
 ---  ---  ---  


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
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] pngtogd2 statusmap

2007-01-31 Thread Brandino Andreas
Hi list ,

i am trying to replace the Question Mark icon to statusmap with an
Icon.
I have succeed until now using the icons from nagiosexchange.

However, when i try to create a custom gd2 icon i always get a missing
icon.
The problem is with the pngtogd2 x.png x.gd2 0 1 command.
For some reason produce incompatible gd2 format icons.

Anyone know if pngtogd2 has any specific requirements for png files?
Is there any other way to prdouce the gd2 file?

I am using debian,  libgd-tools (2.0.33-5.2), nagios 2.7

Thank you for any replies





 ---  ---  ---  
Brandino Andreas
[EMAIL PROTECTED]
 ---  ---  ---  


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
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] per host custom macros

2006-11-26 Thread Brandino Andreas
Maybe something like that will help

http://www.nagiosexchange.org/Patches_2_0.67.0.html?tx_netnagext_pi1[p_view]=427


Wednesday, March 29, 2006, 8:10:53 PM, you wrote:

 On Wed, 2006-03-29 at 12:06 -0600, jeff vier wrote:
 snip
  define host {
  use generic-host
  host_name myhost.mydomain.com
  alias myhost
  address 1.2.3.4
  
  custom_macro FOOPROPERTY=AA:BB:CC:DD
  custom_macro BARVALUE=BigImportantValue
  
  hostgroups all_foo,all_bar
  }
 snip

  define command {
  command_name check_foo
  command_line $USER1$/check_foo -f $FOOPROPERTY$
  }
 
 You've pretty much exactly described $ARG1$, $ARG2$, ... $ARGn$

 I'm sorry - I misspoke.

 You've *almost* described $ARGn$.

 My apologies.

 Just hack in another property.
 shouldn't be a big deal.

 then it'd just be, like,

 ..
 host_macro1 BLAH
 host_macro2 FOO
 ..


 ---  ---  ---  
Brandino Andreas
[EMAIL PROTECTED]
 ---  ---  ---  


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
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] nagiso compilation parameters

2006-10-09 Thread Brandino Andreas
Yes, i dont like v1.2 too.
However, suse provides only 1.2 rpms and as everyone wants the server
to have only rpms i have to stuck with v1.2

I hope suse release rpm for v2 some day!

Is there any other reason why nagios ignore hostextinfo?

Regards

Monday, October 9, 2006, 8:29:13 AM, you wrote:

 On Mon, 9 Oct 2006, Brandino Andreas wrote:

 The problem is that i installed nagios from (suse) rpm. For some reason
 nagios doesnt read hostexteinfo.cfg (even when i add this line:
 cfg_file=/etc/nagios/hostextinfo.cfg to nagios.cfg).
 
 hostextinfo configuration is defined somewhere else in version 1.2x ?

 Ouch. You are still running 1.2? I think it is time you get a wee bit more
 recent version since you still seem to be in the setup stage.

 Hugo.



 ---  ---  ---  
Brandino Andreas
[EMAIL PROTECTED]
 ---  ---  ---  


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
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] different notifications to same person

2006-10-09 Thread Brandino Andreas
Hi list,
is there any way to change the way i notify a specific person during
date?
Do i have to define two contacts for the same person with different
notifications? Is there any other way to do?

Thank you

 ---  ---  ---  
Brandino Andreas
[EMAIL PROTECTED]
 ---  ---  ---  


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
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] nagiso compilation parameters

2006-10-09 Thread Brandino Andreas
btw, should i prefer source rpm or just install from source? Is there
any howto for installing source on suse?

Anyway,if is possible to write the tutorial? :) I think it would
be usefull for many out there :)


thx


Monday, October 9, 2006, 12:17:21 PM, you wrote:

 On 9 Oct, 2006, at 11:09, Brandino Andreas wrote:

 Yes, i dont like v1.2 too.
 However, suse provides only 1.2 rpms and as everyone wants the server
 to have only rpms i have to stuck with v1.2

 You _could_ do that... Or you could build your own 2.x RPM... It  
 really isn't that much work and this way you'll be up to speed as  
 well :)

 If you like, I could write a small tutorial on building a Nagios  
 RPM... Also, IIRC Ethan already includes the requisite .SPEC file to  
 build a vanilla RPM package with the Nagios source code.

 Cheers!


 Thomas

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 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

 ---  ---  ---  
Brandino Andreas
[EMAIL PROTECTED]
 ---  ---  ---  


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
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] nagiso compilation parameters

2006-10-09 Thread Brandino Andreas
I think installing source on suse will have many differences from
installing source on debian ;)

I will try and see what i can do
If u can write the tutorial will be excellent ;)



Monday, October 9, 2006, 11:32:30 PM, you wrote:

 On 9 Oct, 2006, at 20:38, Brandino Andreas wrote:

 btw, should i prefer source rpm or just install from source? Is there
 any howto for installing source on suse?
 Installing from source on Suse should be just about the same as  
 installing from source on any other Linux. So just follow the normal  
 manual.

 Personally, I prefer using the source to build my own package (RPM,  
 PKG, Deb, and so on). That way:
 A) I am absolutely sure about how the software was built, and
 B) I can use the standardized package manager to install the software.

 Anyway,if is possible to write the tutorial? :) I think it would
 be usefull for many out there :)
 Well, there are already bunches of RPMbuild tutorials out there on  
 the web, but I'll try and hack something together RSN. There's a few  
 other short tutorials that I still need to write anywho.

 Cheers!


 Thomas

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 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

 ---  ---  ---  
Brandino Andreas
[EMAIL PROTECTED]
 ---  ---  ---  


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
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] nagiso compilation parameters

2006-10-08 Thread Brandino Andreas
Hi list,

is any way to find the parameters that nagios compiled on a system?
I want to find out if is compiled with hostextentedinfo support or
not.

Regards

 ---  ---  ---  
Brandino Andreas
[EMAIL PROTECTED]
 ---  ---  ---  


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
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] nagiso compilation parameters

2006-10-08 Thread Brandino Andreas
The problem is that i installed nagios from (suse) rpm. For some reason
nagios doesnt read hostexteinfo.cfg (even when i add this line:
cfg_file=/etc/nagios/hostextinfo.cfg to nagios.cfg).

hostextinfo configuration is defined somewhere else in version 1.2x ?


Thanks


Monday, October 9, 2006, 12:00:27 AM, you wrote:

 Have a look at your Makefile. I don't think you can get this 
 information from the nagios binary itself.
 
  Hi list,
 
  is any way to find the parameters that nagios compiled on a system?
  I want to find out if is compiled with hostextentedinfo support or 
  not.

 An easier way, if you have access to the source directory it was
 compiled from, is to look near the top of config.status.  That should
 list all the parameters used to compile it.

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 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

 ---  ---  ---  
Brandino Andreas
[EMAIL PROTECTED]
 ---  ---  ---  


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
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] Suse 10.0 - perl plugin return No outpput

2006-09-13 Thread Brandino Andreas
Finally this solved my problem.

Regards


Sunday, September 10, 2006, 4:02:27 PM, you wrote:

 Hi

 I've seen this problem on a few perl based plugins.

 On the occasions I've seen this, theres a line in the script similar as
 the one below
 use lib /usr/local/nagios/libexec

 Change that so it points to the directory in which the perl script 
 resides.

 Cheers

 Andrew


 Andreas Brandino wrote:
 Hi list,
 
 i am using Suse 10.0 with nagios 1.2.x
 All perl plugins i try to use return No output message.  However, all 
 other plugins work just fine.
 When i run the plugins from command line (as root or daemon) work 
 without problem.
 Using perl full path in front of the plugin (checkcommands.cfg) still 
 doesnt make any difference.
 
 I think this has to do with perl on my system.
 Any idea?
 
 Regards
 
 
 
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 
 
 
 
 ___
 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


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 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

 ---  ---  ---  
Brandino Andreas
[EMAIL PROTECTED]
 ---  ---  ---  


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
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] multipile line command

2006-04-23 Thread Brandino Andreas
Is possible to split a command (misccommands.cfg) in multiple lines?
If not , is there an alternative way to insert crlf characters??

thx


 
Brandino Andreas
[EMAIL PROTECTED]



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
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: Antwort: Re: [Nagios-users] E-mail Message

2006-04-23 Thread Brandino Andreas
Maybe i am replying too late
You can find perl scripts that forward your mails to specific smtp
server (the mta you have already have!).
So you just replace the command in nagios - nothing more ;)


Wednesday, April 12, 2006, 5:03:58 PM, you wrote:

 [EMAIL PROTECTED] schrieb am 12.04.2006 15:43:26:

 Because the Security Policy.
 We cannot have two MTA in the same network.
 
 There is another problem using the MTA with Nagios. When I try send 
 e-mail to Nextel e-mail, it doesn´t working because the Nextel check if 
 the source e-mail exist.
 
 So, I have two problems.

 I suggest you first accumulate some knowledge about *nix
 architectures like Linux and MTAs (aka Mail Transfer Agents).

 There needs to be some mechanism to supply mails from a host
 to the smtp-server. On Unix architectures this is done by
 the MTA, which is usually sendmail. But then, it is not necessary
 to have the sendmail daemon process running and listening on the
 the smtp port, you can just have it run locally and forward
 locally submitted mails to your main smtp server.

 What you want to do is read the sendmail manual and learn how
 to configure your local MTA correctly.

 But what you are directly asking for is not possible. Neither Nagios,
 nor any other unix service implements its own smtp engine - this would
 be quite stupid and a big waste of ressources since EVERY *nix/Linux
 machine has at least a local MTA - or is majorly misconfigured.

 SMTP-Server != MTA

 And you should re-evaluate people in your security department who say
 more then 1 SMTP server is a security risk. They obviously don't have
 much of a clue regarding security and how SMTP servers work ;)

 regards
 Sascha

 --
 Sascha Runschke
 Netzwerk Administration
 IT-Services

 ABIT AG
 Robert-Bosch-Str. 1
 40668 Meerbusch

 Tel.:+49 (0) 2150.9153.226
 Mobil:+49 (0) 173.5419665
 mailto:[EMAIL PROTECTED]

 http://www.abit.net
 http://www.abit-epos.net
 -
 Sicherheitshinweis zur E-Mail Kommunikation /
   Security note regarding email communication:
 http://www.abit.net/sicherheitshinweis.html


 ---
 This SF.Net email is sponsored by xPML, a groundbreaking scripting language
 that extends applications into web and mobile media. Attend the live webcast
 and join the prime developer group breaking into this new coding territory!
 http://sel.as-us.falkag.net/sel?cmd___
 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




 
Brandino Andreas
[EMAIL PROTECTED]



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
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] (No output!) message

2006-04-18 Thread Brandino Andreas
Hi all.
I will make a question about the famous (No output!) error.

I am trying to watch cpu usage on a cisco router.
I am using check_snmp_load.pl from here 
http://www.manubulon.com/nagios/index_commands.html

### CONFIGURATION ###
# checkcommands.cfg
define command {
command_name check_snmp_cisco_cpu
command_line $USER1$/check_snmp_load.pl -H $HOSTADDRESS$ -C $ARG1$ -T 
cisco -w $ARG2$ -c $ARG3$
# comment community warning critical
}

## services.cfg
define service {
name Cisco_check_cpu
service_description CPU
check_command check_snmp_cisco_cpu!my_community!30,300,30!40,40,40
register 0
}

define service{
use Cisco_check_cpu ; Name of 
service template to use
host_name   MYHOST
service_description CPU2
is_volatile 0
check_period24x7
max_check_attempts  3
normal_check_interval   5
retry_check_interval1
contact_groups  all
notification_interval   240
notification_period 24x7
notification_optionsc,r
check_command   check_snmp_cisco_cpu
}
  

From command line, logged in as root or apache2 user, it works.
However,
# su - nagios
whoami
root


ping  snmp checks work.

Any idea what can cause this error?

 
Brandino Andreas
[EMAIL PROTECTED]



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
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] monitoring cisco bri interface

2006-03-26 Thread Brandino Andreas
 any idea???

Friday, March 24, 2006, 4:18:34 PM, you wrote:

 hi all!
 Anyone has an idea how can i monitor the state of the interfaces???
 I want to check the layer 2 of the bri interfaces

 Also is possible to make them appear on the map?
 Is a workaround for this?

 Any idea will be appreciated


  
 Brandino Andreas
 [EMAIL PROTECTED]



 ---
 This SF.Net email is sponsored by xPML, a groundbreaking scripting language
 that extends applications into web and mobile media. Attend the live webcast
 and join the prime developer group breaking into this new coding territory!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
 ___
 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



 
Brandino Andreas
[EMAIL PROTECTED]



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
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[2]: [Nagios-users] statusmap.cgi compile problem

2005-12-30 Thread Brandino Andreas
- installing the libgd1-noxpm i see no difference

-
apt-get install libgd2
Reading package lists... Done
Building dependency tree... Done
Package libgd2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libgd2-xpm libgd2-noxpm
E: Package libgd2 has no installation candidate




Saturday, December 31, 2005, 1:18:54 AM, you wrote:

 Did you install libgd2 package? 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of Andreas Brandino
 Sent: December 30, 2005 5:23 PM
 To: nagios-users@lists.sourceforge.net
 Subject: [Nagios-users] statusmap.cgi compile problem
 
 hi all
 
 
 
 syste specs: 
 
 debian testing
 
 gcc version 4.0.3 20051201 (prerelease) (Debian 4.0.2-5)
 
 nagios 2.0rc1 (source)
 
 libgd2-xpm  libgd2-xpm-dev installed (debian package)
 
 
 
 statusmap.cgi wasnt compiled automaticallu so:
 
 cd cgi
 
 make statusmap.cgi
 
 
 
 unfortunately i get this error:
 
 
 
 ~~
 
 make statusmap.cgi 
 
 gcc -g -O2 -I/usr/include -DHAVE_CONFIG_H -DNSCGI -L/lib -o 
 statusmap.cgi  statusmap.c getcgi.o cgiutils.o cgiauth.o  
 objects-cgi.o xobjects-cgi.o  statusdata-cgi.o xstatusdata-cgi.o  
 
 /tmp/cczEQX6r.o: In function 
 `cleanup_graphics':/root/nagios-2.0rc1/cgi/s
 tatusmap.c:2262: undefined reference to `gdImageDestroy'
 
 /tmp/cczEQX6r.o: In function 
 `draw_background_image':/root/nagios-2.0rc1/
 cgi/statusmap.c:1440: undefined reference to `gdImageCopy'
 
 :/root/nagios-2.0rc1/cgi/statusmap.c:1443: undefined 
 reference to  `gdImageDestroy'
 
 /tmp/cczEQX6r.o: In function 
 `draw_text':/root/nagios-2.0rc1/cgi/statusma
 p.c:1894: undefined reference to `gdFontSmall'
 
 :/root/nagios-2.0rc1/cgi/statusmap.c:1897: undefined 
 reference to  `gdImageFilledRectangle'
 
 :/root/nagios-2.0rc1/cgi/statusmap.c:1898: undefined 
 reference to  `gdFontSmall'
 
 :/root/nagios-2.0rc1/cgi/statusmap.c:1898: undefined 
 reference to  `gdImageString'
 
 /tmp/cczEQX6r.o: In function 
 `draw_host_text':/root/nagios-2.0rc1/cgi/sta
 tusmap.c:1950: undefined reference to `gdFontSmall'
 
 /tmp/cczEQX6r.o: In function 
 `draw_line':/root/nagios-2.0rc1/cgi/statusma
 p.c:2083: undefined reference to `gdImageLine'
 
 /tmp/cczEQX6r.o: In function 
 `draw_dashed_line':/root/nagios-2.0rc1/cgi/s
 tatusmap.c:2133: undefined reference to `gdImageSetStyle'
 
 :/root/nagios-2.0rc1/cgi/statusmap.c:2136: undefined 
 reference to  `gdImageLine'
 
 /tmp/cczEQX6r.o: In function 
 `draw_dotted_line':/root/nagios-2.0rc1/cgi/s
 tatusmap.c:2107: undefined reference to `gdImageSetStyle'
 
 :/root/nagios-2.0rc1/cgi/statusmap.c:2110: undefined 
 reference to  `gdImageLine'
 
 /tmp/cczEQX6r.o: In function 
 `load_image_from_file':/root/nagios-2.0rc1/c
 gi/statusmap.c:2213: undefined reference to `gdImageCreateFromPng'
 
 :/root/nagios-2.0rc1/cgi/statusmap.c:2215: undefined 
 reference to  `gdImageCreateFromJpeg'
 
 :/root/nagios-2.0rc1/cgi/statusmap.c:2217: undefined 
 reference to  `gdImageCreateFromXbm'
 
 :/root/nagios-2.0rc1/cgi/statusmap.c:2221: undefined 
 reference to  `gdImageCreateFromGd'
 
 :/root/nagios-2.0rc1/cgi/statusmap.c:2225: undefined 
 reference to  `gdImageCreateFromGd2'
 
 /tmp/cczEQX6r.o: In function 
 `initialize_graphics':/root/nagios-2.0rc1/cg
 i/statusmap.c:2155: undefined reference to `gdImageCreate'
 
 :/root/nagios-2.0rc1/cgi/statusmap.c:2160: undefined 
 reference to  `gdImageColorAllocate'
 
 :/root/nagios-2.0rc1/cgi/statusmap.c:2161: undefined 
 reference to  `gdImageColorAllocate'
 
 :/root/nagios-2.0rc1/cgi/statusmap.c:2162: undefined 
 reference to  `gdImageColorAllocate'
 
 :/root/nagios-2.0rc1/cgi/statusmap.c:2163: undefined 
 reference to  `gdImageColorAllocate'
 
 :/root/nagios-2.0rc1/cgi/statusmap.c:2164: undefined 
 reference to  `gdImageColorAllocate'
 
 /tmp/cczEQX6r.o:/root/nagios-2.0rc1/cgi/statusmap.c:2165: 
 more undefined  references to `gdImageColorAllocate' follow
 
 /tmp/cczEQX6r.o: In function 
 `initialize_graphics':/root/nagios-2.0rc1/cg
 i/statusmap.c:2173: undefined reference to `gdImageColorTransparent'
 
 :/root/nagios-2.0rc1/cgi/statusmap.c:2176: undefined 
 reference to  `gdImageInterlace'
 
 /tmp/cczEQX6r.o: In function 
 `load_background_image':/root/nagios-2.0rc1/
 cgi/statusmap.c:1422: undefined reference to `gdImageDestroy'
 
 /tmp/cczEQX6r.o: In function 
 `write_graphics':/root/nagios-2.0rc1/cgi/sta
 tusmap.c:2246: undefined reference to `gdImagePng'
 
 /tmp/cczEQX6r.o: In function 
 `draw_hosts':/root/nagios-2.0rc1/cgi/statusm
 ap.c:1666: undefined reference to `gdImageCopy'
 
 :/root/nagios-2.0rc1/cgi/statusmap.c:1667: undefined 
 reference to  `gdImageDestroy'
 
 :/root/nagios-2.0rc1/cgi/statusmap.c:1824: undefined 
 reference to  `gdImageCopy'
 
 :/root/nagios-2.0rc1/cgi/statusmap.c:1825: undefined 
 reference to  `gdImageDestroy'