Search found 11 matches

by karen9876543210
Mon Aug 15, 2016 12:34 am
Forum: Open Source Nagios Projects
Topic: Design two Nagios Failover/Redundant topology - need help !
Replies: 9
Views: 4303

Re: Design two Nagios Failover/Redundant topology - need hel

A lot of modifications / addons have been made for Core, while what you posted above may work, it this isn't something we can directly support. Let us know if you have any further questions. I would like to know is there any solution for nagios core 3 to implement failover using mysql for syncing d...
by karen9876543210
Mon Aug 15, 2016 12:29 am
Forum: Open Source Nagios Projects
Topic: Design two Nagios Failover/Redundant topology - need help !
Replies: 9
Views: 4303

Re: Design two Nagios Failover/Redundant topology - need hel

nozlaf wrote:
karen9876543210 wrote: And the second question is - is there any solutions for nagions to read/write plugin output data, perfdata and history in/from mysql ?
is this because you want to keep it in sync or another reason?

yes You are right !! for syncing !
by karen9876543210
Thu Aug 11, 2016 11:59 pm
Forum: Open Source Nagios Projects
Topic: Design two Nagios Failover/Redundant topology - need help !
Replies: 9
Views: 4303

Re: Design two Nagios Failover/Redundant topology - need hel

There is ndoutils for sending data from nagios core to mysql, but I need opposite opportunity !! From mysql to nagios !! Also I find out that it is possible to compile nagios with mysql support !! http://nagios.manubulon.com/traduction/docs14en/xdata-db.html But unfortunatelyI need rpm ! )) If anybo...
by karen9876543210
Thu Aug 11, 2016 8:26 am
Forum: Open Source Nagios Projects
Topic: Design two Nagios Failover/Redundant topology - need help !
Replies: 9
Views: 4303

Re: Design two Nagios Failover/Redundant topology - need hel

Thank You for response !!
NagiosQL is for configuration, keepeng configuration in database, and web ui for configuration!
I do not neet that, I need some tool to pull out host/service status data, check output data... fom mysql to nagios ! is there any available ?
by karen9876543210
Mon Aug 08, 2016 9:00 am
Forum: Open Source Nagios Projects
Topic: Design two Nagios Failover/Redundant topology - need help !
Replies: 9
Views: 4303

Design two Nagios Failover/Redundant topology - need help !

Hello ! I am using nagios core 3 ! and I am trying to make failover monitoring, according to nagios documentation (Redundant and Failover Network Monitoring,Scenario 2 - Failover monitoring) it work fine. For last service state information on backup host, I am using ocsp command on master, and nsca ...
by karen9876543210
Wed Apr 27, 2016 12:03 am
Forum: Open Source Nagios Projects
Topic: $HOSTGROUPNAME$ macro
Replies: 11
Views: 3709

Re: $HOSTGROUPNAME$ macro

Thank You !! I will follow Your advice !!
And one more question - is there any lists where can I find which macro where to use ?? I mean not using macros in commands
by karen9876543210
Mon Apr 25, 2016 11:59 pm
Forum: Open Source Nagios Projects
Topic: $HOSTGROUPNAME$ macro
Replies: 11
Views: 3709

Re: $HOSTGROUPNAME$ macro

That does not working
by karen9876543210
Mon Apr 25, 2016 2:06 am
Forum: Open Source Nagios Projects
Topic: $HOSTGROUPNAME$ macro
Replies: 11
Views: 3709

Re: $HOSTGROUPNAME$ macro

Here is my config hostgroups.cfg define hostgroup{ hostgroup_name hostgroup2 alias hostgroup2 members localhost } define hostgroup{ hostgroup_name hostgroup1 alias hostgroup1 members localhost } templates.cfg define host{ name generic-host .... ..... notes_url http://hostname/$HOSTGROUPNAME$:$HOSTNA...
by karen9876543210
Fri Apr 22, 2016 12:03 am
Forum: Open Source Nagios Projects
Topic: $HOSTGROUPNAME$ macro
Replies: 11
Views: 3709

Re: $HOSTGROUPNAME$ macro

I am using nagios 3.5.1
by karen9876543210
Thu Apr 21, 2016 1:18 pm
Forum: Open Source Nagios Projects
Topic: $HOSTGROUPNAME$ macro
Replies: 11
Views: 3709

Re: $HOSTGROUPNAME$ macro

Thank you for response !! Yes sure I have already seen it!! In my post there is description of
$HOSTGROUPNAME$ from documentation.