Search found 37 matches
- Mon Feb 01, 2016 9:48 am
- Forum: Open Source Nagios Projects
- Topic: View only new alerts?
- Replies: 1
- Views: 1107
View only new alerts?
I was wondering if there was a way to view only "new" problems. My situation is kind'a complicated, but my primary nagios host is going down to be moved today. My backup server is still in the process of being built and has 500 current problems due to firewalls. Is there a way I can view m...
- Thu Dec 17, 2015 10:28 am
- Forum: Open Source Nagios Projects
- Topic: Sharing ack's and downtime between nagios hosts
- Replies: 1
- Views: 1345
Sharing ack's and downtime between nagios hosts
Where does nagios core 4.1.1 store acks' or scheduled downtime for hosts or services?
I would then ask if I can copy that information between 2 different nagios hosts to keep them (somewhat) insync.
Thanks
I would then ask if I can copy that information between 2 different nagios hosts to keep them (somewhat) insync.
Thanks
- Tue Dec 08, 2015 2:23 pm
- Forum: Open Source Nagios Projects
- Topic: issue with the Nagios
- Replies: 20
- Views: 10922
Re: issue with the Nagios
if ifconfig isn't installed, try
ip /a
thanks
ip /a
thanks
- Tue Dec 08, 2015 2:02 pm
- Forum: Open Source Nagios Projects
- Topic: issue with the Nagios
- Replies: 20
- Views: 10922
Re: issue with the Nagios
Working output:
# netstat -anp|grep :80
tcp 0 0 :::80 :::* LISTEN 13150/httpd
your machine is only listening on ipv6 ... ? That is strange
# netstat -anp|grep :80
tcp 0 0 :::80 :::* LISTEN 13150/httpd
your machine is only listening on ipv6 ... ? That is strange
- Tue Dec 08, 2015 1:45 pm
- Forum: Open Source Nagios Projects
- Topic: issue with the Nagios
- Replies: 20
- Views: 10922
Re: issue with the Nagios
that command only enables the service at boot time, it doesn't actually start it
try systemctl start httpd.service
try systemctl start httpd.service
- Tue Dec 08, 2015 9:41 am
- Forum: Open Source Nagios Projects
- Topic: issue with the Nagios
- Replies: 20
- Views: 10922
Re: issue with the Nagios
your apache isn't running.
/etc/init.d/apache start (it might be /etc/init.d/httpd start...not overly familiar with CentOS)
/etc/init.d/apache start (it might be /etc/init.d/httpd start...not overly familiar with CentOS)
- Thu Dec 03, 2015 2:01 pm
- Forum: Open Source Nagios Projects
- Topic: Safely testing notifications from 2nd nagios host
- Replies: 7
- Views: 3324
Re: Safely testing notifications from 2nd nagios host
Possible with regards to not undoing all my existing config's, or via some easy "built-in" tool. Everything is possible with the right shell command! But that solution requires there to be an existing line item for each template already, which I don't. However...that does give me a path fo...
- Thu Dec 03, 2015 10:56 am
- Forum: Open Source Nagios Projects
- Topic: Safely testing notifications from 2nd nagios host
- Replies: 7
- Views: 3324
Re: Safely testing notifications from 2nd nagios host
no worries...thanks for replying.
if it's not possible this thread can be closed out.
if it's not possible this thread can be closed out.
- Thu Dec 03, 2015 8:30 am
- Forum: Open Source Nagios Projects
- Topic: Safely testing notifications from 2nd nagios host
- Replies: 7
- Views: 3324
Re: Safely testing notifications from 2nd nagios host
I don't know what that is, and is it available for core 4.1.1?
- Wed Dec 02, 2015 1:20 pm
- Forum: Open Source Nagios Projects
- Topic: Safely testing notifications from 2nd nagios host
- Replies: 7
- Views: 3324
Safely testing notifications from 2nd nagios host
I have cloned my very large nagios production environment into a dev environment, and I have disabled notifications universally in dev. However, I need to test my new config's and notification types but without actually sending legit problems from the dev nagios server. Without picking through and r...