Search found 7 matches

by miroras
Sun Nov 16, 2014 6:03 am
Forum: Open Source Nagios Projects
Topic: Can't add contact groups to host groups
Replies: 3
Views: 1744

Re: Can't add contact groups to host groups

Thanks for the replay! well, we work in Scrum and i want a specific team to get alerts to all their reousrces which are gathered under a host_group. right now my work around is to set a contact_group to each machine which look like a waste of time considering the fact that i have a "host_group&...
by miroras
Sun Nov 16, 2014 4:35 am
Forum: Open Source Nagios Projects
Topic: Can't add contact groups to host groups
Replies: 3
Views: 1744

Can't add contact groups to host groups

Hi All.

running Core 4.0.8 on Ubuntu 14.04.

when trying to add a Contact_groups entry into a host_group object, m getting the following on validation:

Error: Invalid hostgroup object directive 'contact_groups'.

Any idea?
by miroras
Wed Nov 12, 2014 4:23 am
Forum: Open Source Nagios Projects
Topic: Can't configure MNTOS on my Nagios...
Replies: 13
Views: 7184

Re: Can't configure MNTOS on my Nagios...

Hi. yes, i got Core (Not XI) up and running and the distribution is Ubuntu 14.04 (im the one which installed it). from reading about this issue in the Web it looks like the MNTOS was meant to run on CentOS. Do you kow about any "MNTOS-like" distributed solution that i can use? (i currently...
by miroras
Tue Nov 11, 2014 12:19 pm
Forum: Open Source Nagios Projects
Topic: Can't configure MNTOS on my Nagios...
Replies: 13
Views: 7184

Re: Can't configure MNTOS on my Nagios...

HI, thanks for the replay.

removed it from the script.

now i get "httpd is not a known service"

and the same result.
by miroras
Tue Nov 11, 2014 4:38 am
Forum: Open Source Nagios Projects
Topic: Can't configure MNTOS on my Nagios...
Replies: 13
Views: 7184

Re: Can't configure MNTOS on my Nagios...

from the MNTOS sh file: #!/bin/sh # Check whether we have sufficient privileges if [ $(whoami) != "root" ]; then echo "This script needs to be run as root/superuser." exit 1 fi # Install prerequisite packages yum install -yq wget httpd php php-xml # Download and install MNTOS fro...
by miroras
Sun Nov 09, 2014 11:35 am
Forum: Open Source Nagios Projects
Topic: Can't configure MNTOS on my Nagios...
Replies: 13
Views: 7184

Re: Can't configure MNTOS on my Nagios...

Thanks for the response!

this is what i get:

./NagiosXI-MNTOS-install.sh:iptables -I RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
./NagiosXI-MNTOS-install.sh:iptables save
./NagiosXI-MNTOS-install.sh:service iptables restart
by miroras
Thu Nov 06, 2014 11:32 am
Forum: Open Source Nagios Projects
Topic: Can't configure MNTOS on my Nagios...
Replies: 13
Views: 7184

Can't configure MNTOS on my Nagios...

Hi All. Environment Details: Ubuntu 14.04.1 LTS Nagios® Core™ 4.0.8 While trying to install MNTOS on one of my nagios machines, im getting the following right after i finish configuration: iptables: No chain/target/match by that name. Bad argument `save' Try `iptables -h' or 'iptables --help' for mo...