Search found 3447 matches

by npolovenko
Wed Jun 12, 2019 1:31 pm
Forum: Nagios XI
Topic: Syncing Performance and State Data between Nagios instances
Replies: 3
Views: 427

Re: Syncing Performance and State Data between Nagios instan

@jaimie.livingston. No problem. I'll be marking this thread as resolved.
by npolovenko
Tue Jun 11, 2019 4:36 pm
Forum: Nagios XI
Topic: check_docker
Replies: 1
Views: 488

Re: check_docker

Hello, @Maxwellb99. I'm attaching the most recent version to this message.
Replace the existing plugin located in/usr/local/nagios/libexec/check_docker.py
Give it the permissions:

Code: Select all

chmod 777 /usr/local/nagios/libexec/check_docker.py 
If the error persists, please share the command definition.
by npolovenko
Tue Jun 11, 2019 3:51 pm
Forum: Nagios XI
Topic: Problems when I need to generate the reports in PDF
Replies: 21
Views: 2981

Re: Problems when I need to generate the reports in PDF

novisnagios , What's the output of: rpm -qa | grep wkhtmltox Also, please run the following commands: touch /usr/local/nagiosxi/var/wkhtmltox.log chmod 777 /usr/local/nagiosxi/var/wkhtmltox.log Then tail the wkhtmltox.log and leave the command running: tail -f /usr/local/nagiosxi/var/wkhtmltox.log ...
by npolovenko
Tue Jun 11, 2019 3:39 pm
Forum: Nagios XI
Topic: Search the Status Information field
Replies: 3
Views: 346

Re: Search the Status Information field

@BanditBBS, Ok, done.
by npolovenko
Tue Jun 11, 2019 3:34 pm
Forum: Nagios XI
Topic: log_passive_checks and log_external_commands?
Replies: 3
Views: 827

Re: log_passive_checks and log_external_commands?

Hello, @santec. What version of NagiosXI are you using? You're talking about the nagios.log file, right? Can you show me an example of what gets logged so I could reproduce it in the lab?
Thanks.
by npolovenko
Tue Jun 11, 2019 3:16 pm
Forum: Nagios XI
Topic: how to exclude the Linux cached memory from the monitoring a
Replies: 11
Views: 5312

Re: how to exclude the Linux cached memory from the monitori

Hello, @vivma1989. What plugin and command are you currently using to check the memory?
This plugin should exclude cached memory by default:

Code: Select all

/usr/local/nagios/libexec/check_snmp_mem.pl -H 192.168.3.3 -C communityString  -w 80,80 -c 90,90
http://nagios.manubulon.com/snmp_mem.html
by npolovenko
Tue Jun 11, 2019 2:59 pm
Forum: Nagios XI
Topic: Search the Status Information field
Replies: 3
Views: 346

Re: Search the Status Information field

Hello, BanditBBS . You can use MySQL query to search for a string in the service status field: echo "select * from nagios_servicestatus where output LIKE '%PING OK%'\G;" | mysql -u root -pnagiosxi nagios But there is no way to do the same from the GUI. This could be a good idea for a featu...
by npolovenko
Tue Jun 11, 2019 2:38 pm
Forum: Nagios XI
Topic: Error when using check_docker.py
Replies: 19
Views: 2921

Re: Error when using check_docker.py

emarmonti , 5693 is the NCPA port. If you're running the check_docker command directly you need to expose the docker API. https://www.ivankrizsan.se/2016/05/18/enabling-docker-remote-api-on-ubuntu-16-04/ Also, check out this article: https://assets.nagios.com/downloads/nagiosxi/docs/How-to-Monitor-...
by npolovenko
Tue Jun 11, 2019 1:47 pm
Forum: Nagios XI
Topic: Nagios attempting to log into hosts
Replies: 1
Views: 261

Re: Nagios attempting to log into hosts

Hello, MNcomputer . You need to figure out which service check is using wrong credentials to the VSPhere client, fix the credentials or delete the service check. Can you share the service definition here? Otherwise, please show the error that you're seeing in the logs(with the lockout error), then l...
by npolovenko
Tue Jun 11, 2019 11:37 am
Forum: Nagios XI
Topic: NagiosXI upgrade failed?!
Replies: 16
Views: 1456

Re: NagiosXI upgrade failed?!

@xpertech, I sent you a PM with the updated nagvis.php.ini file.