Re: [Nagios-users] Problem sending passive results using NSCA with multi-line output

2013-02-22 Thread diego.roc...@gmail.com
You can't with nsca. how about using nrpe? You would still have the scripts running on the monitored system. If you want to stick with passive checks (as far as you told us, there is no reason) there's a nsca alternative that use cgi and support multi line. Il giorno 13/feb/2013 19:09, "Tech Suppor

Re: [Nagios-users] any macro for viewing host parent?

2010-11-09 Thread diego.roc...@gmail.com
Isn't it $_HOSTPARENT_HOST$ ? btw, in order to avoid the double declaration (and human errors) you could add in generic-host (ot whatever template you define) define generic-host { ... parents $_HOSTPARENT_HOST$ } and in the real host definition you will define only the custo

Re: [Nagios-users] any macro for viewing host parent?

2010-11-09 Thread diego.roc...@gmail.com
aul M. Dubuc wrote: > diego.roc...@gmail.com wrote: >> >> Isn't it $_HOSTPARENT_HOST$ ? > > Not if you put TWO underscores in front of the macro name.  Then you get > $_HOST_PARENT_HOST$ which I think is much more readable (a nice suggestion I > found in Barth

Re: [Nagios-users] Disapering popup windows

2010-12-29 Thread diego.roc...@gmail.com
Do you mean actual popup windows or overlay frames, like the ones used, for example, by pnp4nagios to embed graphs? On Tue, Dec 28, 2010 at 11:02 PM, stan wrote: > I have a 3.1.0 instnace which ahs been in service for a long time. Over the > years, we have had some issues with the popup windows i

Re: [Nagios-users] Disapering popup windows

2010-12-29 Thread diego.roc...@gmail.com
On Wed, Dec 29, 2010 at 11:31 AM, diego.roc...@gmail.com wrote: > Do you mean actual popup windows or overlay frames, like the ones > used, for example, by pnp4nagios to embed graphs? > > On Tue, Dec 28, 2010 at 11:02 PM, stan wrote: >> I have a 3.1.0 instnace which ahs bee