Search found 68 matches

by vnc786
Sat Dec 19, 2015 12:42 pm
Forum: Nagios XI
Topic: multiple notification handler
Replies: 1
Views: 504

multiple notification handler

hi, is it possible to create additional notification handler (xi_host_notification_handler and xi_service_notification_handler). I tried copying both host and service handler and tried to assign that handler to User(XI Login User) but that didn't work. Just want to know is it by the design or we are...
by vnc786
Wed Dec 02, 2015 4:16 am
Forum: Nagios XI
Topic: availability reports slow
Replies: 18
Views: 4388

Re: availability reports slow

I don't think this was mentioned previously, can you please clarify - are you offloading your SQL currently? If so, are you hosting it locally, or remotely? Web and DB are on same host only currently i have got suggestion from Troy Lea on one of ticket that start with offloading the Databases, impl...
by vnc786
Tue Dec 01, 2015 4:45 am
Forum: Nagios XI
Topic: availability reports slow
Replies: 18
Views: 4388

Re: availability reports slow

How many service checks are you running with that machine? Can you post the results of top|head -17 ? /usr/local/nagios/bin/nagiostats Nagios Stats 4.0.8 Copyright (c) 2003-2008 Ethan Galstad (www.nagios.org) Last Modified: 08-12-2014 License: GPL CURRENT STATUS DATA -------------------------------...
by vnc786
Sat Nov 28, 2015 1:40 am
Forum: Nagios XI
Topic: availability reports slow
Replies: 18
Views: 4388

Re: availability reports slow

It shouldn't have much effect on your reports, what are the specs of your machine running Nagios? 16 core cpu 12 GB Memory Do your reports work slowly, or not at all? the availability report takes about 15 minutes to load. Whenever i am trying to get report the avail.cgi takes 1 core 90-100 percent...
by vnc786
Sat Nov 28, 2015 1:26 am
Forum: Open Source Nagios Projects
Topic: Nagios define service help
Replies: 3
Views: 2042

Re: Nagios define service help

can you try this

Code: Select all

check_command check_nt!SERVICESTATE!-d SHOWALL -l ADManager\ Plus
I use NagiosXI and i use backslash to avoid space issue.

edit: if above doesnt work try adding single quote

Code: Select all

'ADManager Plus'
by vnc786
Sat Nov 28, 2015 1:20 am
Forum: Open Source Nagios Projects
Topic: host dependencies configurations
Replies: 2
Views: 1105

Re: host dependencies configurations

you will need host dependency not parent/child https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/dependencies.html Host Dependencies As you'd probably expect, host dependencies work in a similiar fashion to service dependencies. The difference is that they're for hosts, not service...
by vnc786
Sat Nov 28, 2015 12:45 am
Forum: Open Source Nagios Projects
Topic: Can't See Nagios Core WebPage
Replies: 9
Views: 4540

Re: Can't See Nagios Core WebPage

try elinks http://localhost/nagios on nagios server
by vnc786
Wed Nov 25, 2015 8:35 am
Forum: Nagios XI
Topic: availability reports slow
Replies: 18
Views: 4388

availability reports slow

hi team,

Nagiosxi: 2014 2.7

Does offloading database has any impact on reporting area. Correct me if i am wrong, reports are generated after parsing every nagios.log (/usr/local/nagios/var/{nagios.log,archives/nagios*})

I have done some tunning at php and mysql level.

--thanks
by vnc786
Thu Nov 12, 2015 8:39 am
Forum: Nagios XI
Topic: ndo2db error troubleshooting
Replies: 3
Views: 2663

Re: ndo2db error troubleshooting

1. Are you running local SQL or offloaded SQL? Local planning to offload. Using nagiosxi for 2 years but never tried offload. What is your suggestion on large installation should i go for offload. By the way we do lot changes using bulk tool, and that to some time multiple people are editing servic...
by vnc786
Wed Nov 11, 2015 12:45 pm
Forum: Nagios XI
Topic: ndo2db error troubleshooting
Replies: 3
Views: 2663

ndo2db error troubleshooting

hi team, just need to know what are the causes and what one should take preventive measures to avoid ndo2db error. i am always getting below error. host=2780 services=25000 nagiosxi 2014 2.7 By the way profile.zip is already on the way. this is a general question just need to know. Followed FAQ, tri...