Search found 6498 matches

by rkennedy
Tue May 15, 2018 12:46 am
Forum: Nagios XI
Topic: After importing configurations, duplicate are found
Replies: 7
Views: 1759

Re: After importing configurations, duplicate are found

Navigate to Configure -> Core Config Manager -> Hosts OR Services -> Find the related config - from here, you'll be able to delete and clear them out. Once finished, click 'Apply Config' to update your running configuration.
by rkennedy
Thu May 10, 2018 8:41 am
Forum: Nagios XI
Topic: which Nortel and firewall device wizard
Replies: 16
Views: 3587

Re: which Nortel and firewall device wizard

Hi Team, I want to monitor of network device chassis, temperature, interfaces, etc... This wizard that @tgriep mentioned is spot on. What are you looking to monitor on your network devices? If all you are looking to do is to monitor the devices interface status and bandwidth, you would use the Netw...
by rkennedy
Thu May 10, 2018 8:40 am
Forum: Nagios XI
Topic: when pressing "Access NagiosXI" button I get an error
Replies: 33
Views: 5526

Re: when pressing "Access NagiosXI" button I get an error

Are you able to curl 127.0.0.1 on 80/443/8459 locally, and get a result?

It looks although this error may lie more in your reverse proxy / load balancer.
by rkennedy
Thu May 10, 2018 8:38 am
Forum: Nagios XI
Topic: mongodb nagios plugin
Replies: 14
Views: 3993

Re: mongodb nagios plugin

Hi kyang, Sorry for the delay. I have changed the rule as you said but still got the same error as before. I think i will just write new scripts to run mongo command from shell. Thanks for your help kyang! You can close this post. Feel free to share it on the Exchange when you're done! :) https://e...
by rkennedy
Thu May 10, 2018 8:36 am
Forum: Open Source Nagios Projects
Topic: Nagios services configuration from Web UI.
Replies: 22
Views: 17140

Re: Nagios services configuration from Web UI.

I don't know much about NagiosQL, but the error is in your apache configuration as systemctl mentions: May 10 14:05:30 ravi-VirtualBox apache2[1846]: AH00526: Syntax error on line 1 of /etc/apache2/sites-enabled/nagiosql32.conf: May 10 14:05:30 ravi-VirtualBox apache2[1846]: Alias takes two argument...
by rkennedy
Thu May 10, 2018 8:33 am
Forum: Nagios XI
Topic: Database repair and /var/tmp filling up
Replies: 3
Views: 477

Re: Database repair and /var/tmp filling up

What files appear to be filling up the /var/tmp directory? I looked at your profile, and things seem to be OK for disk: Filesystem Size Used Avail Use% Mounted on /dev/mapper/rhel-root 15G 2.4G 13G 16% / devtmpfs 16G 0 16G 0% /dev tmpfs 16G 0 16G 0% /dev/shm tmpfs 16G 0 16G 0% /sys/fs/cgroup tmpfs 1...
by rkennedy
Thu May 10, 2018 8:28 am
Forum: Nagios XI
Topic: License Information
Replies: 5
Views: 367

Re: License Information

Yes.
by rkennedy
Thu May 10, 2018 8:27 am
Forum: Nagios XI
Topic: SMSEagle setup
Replies: 4
Views: 481

Re: SMSEagle setup

@angus - You will first need to figure out how SMSEagle is expecting the payload, my guess, would be an API. Get this working properly with a simple CURL call. From there, navigate to Configure -> Core Config Manager -> Commands - create a new command, and apply the command you figured out. You'll w...
by rkennedy
Thu May 10, 2018 8:20 am
Forum: Nagios XI
Topic: Open file output with more then one line.
Replies: 5
Views: 409

Re: Open file output with more then one line.

The data in your screenshot, appears to be the same text quoted - Nagios XI looks to be displaying the multi-lines properly, as it should.

Could you please clarify what you're looking for?
by rkennedy
Mon Apr 03, 2017 10:43 pm
Forum: Nagios XI
Topic: How to monitor Java n different ports NagiosXI
Replies: 7
Views: 2878

Re: How to monitor Java n different ports NagiosXI

FWIW if you wanted to simply check that the ports are listening on the client side you can use this plugin I wrote ages ago - https://github.com/rcknag/nagios-plugin ... netstat.sh