Search found 121 matches

by bbahn
Wed May 08, 2024 11:13 am
Forum: Open Source Nagios Projects
Topic: NCPA checks for lowercase version of command, thus fails
Replies: 1
Views: 76

Re: NCPA checks for lowercase version of command, thus fails

Hello @raskolnikov88,

A quick glance at the code indicates that NCPA shouldn't be having a problem with lowercase service as it converts the list of services it checks against to lowercase as well. What OS are you running NCPA on? I can file a bug report for this issue if you'd like.
by bbahn
Tue May 07, 2024 10:24 am
Forum: Open Source Nagios Projects
Topic: Configured server not displayed in web interface
Replies: 4
Views: 319

Re: Configured server not displayed in web interface

Thanks for letting us know that this has been resolved. I will now lock this thread.
by bbahn
Mon May 06, 2024 10:03 am
Forum: Nagios XI
Topic: NCPA Powershell Plugin trouble passing arguments
Replies: 4
Views: 119

Re: NCPA Powershell Plugin trouble passing arguments

That is a bug that should be fixed in NCPA 3.1.0.
by bbahn
Fri May 03, 2024 9:39 am
Forum: Nagios XI
Topic: Scheduled Report PDF not attached
Replies: 6
Views: 1062

Re: Scheduled Report PDF not attached

Hello @BenCowan,

Can you connect to your mysql database via the CLI? If you need the passwords used by Nagios XI, you can get them from /usr/local/nagiosxi/scripts/get_mysql_passwords.sh
by bbahn
Thu May 02, 2024 10:10 am
Forum: Nagios XI
Topic: NCPA Powershell Plugin trouble passing arguments
Replies: 4
Views: 119

Re: NCPA Powershell Plugin trouble passing arguments

Hello @rfaulkner99, For your PowerShell script to process the arguments correctly, you want the CLI input to be plugins/plugin.ps1 "arg1" "arg2" "arg3" To get this behavior as a passive check, you can use %HOSTNAME%|TEST = plugins/test.ps1 --args "arg1" --args...
by bbahn
Wed May 01, 2024 10:14 am
Forum: Open Source Nagios Projects
Topic: check_veeam_repo.ps1 Returns Parameter Errors
Replies: 7
Views: 1672

Re: check_veeam_repo.ps1 Returns Parameter Errors

@rj-admin2, It looks like Veeam on Powershell 7 requires the use of -UseWindowsPowerShell as a parameter when importing the Veeam PowerShell module Actually, I just discovered that using the -UseWindowsPowerShell parameter when importing the Veeam PS module that it will actually work on PowerShell 7...
by bbahn
Tue Apr 30, 2024 11:07 am
Forum: Nagios XI
Topic: Microsoft defender stops windows NCPA install - executable unsigned
Replies: 1
Views: 48

Re: Microsoft defender stops windows NCPA install - executable unsigned

Hello @RPerrotta,

We are looking into getting a signing certificate for official builds of NCPA
by bbahn
Mon Apr 29, 2024 10:14 am
Forum: Nagios XI
Topic: Check Linux Disk Space
Replies: 5
Views: 168

Re: Check Linux Disk Space

It would seem you're running into some kind of error regarding your disk check. You can definitely use a custom plugin in place of the failing disk check. Just create a plugin that grabs the disk information you're looking for, put it in /usr/local/ncpa/plugins and now you can access that plugin as ...
by bbahn
Thu Apr 25, 2024 10:21 am
Forum: Open Source Nagios Projects
Topic: Nagios-Slack webhook not sending alerts to Slack
Replies: 4
Views: 354

Re: Nagios-Slack webhook not sending alerts to Slack

Hello @pnikhade,

Have you checked your Nagios logs? Have you configured your hosts/services to utilize your defined commands?