Search found 98 matches

by delboy1966
Tue Aug 26, 2025 8:09 am
Forum: Open Source Nagios Projects
Topic: PNP4Nagios Question
Replies: 0
Views: 111929

PNP4Nagios Question

Although this is a Nagios third party package, I'm hoping someone has the answer to my quesiton. We are starting to use PNP4Nagios again, now its been picked up by someone to maintain and support. And just installed it onto a copy of our Nagios server. It all seems to be working fine, after a few hi...
by delboy1966
Thu Jul 31, 2025 8:06 am
Forum: Open Source Nagios Projects
Topic: Fixing Net::SNMP
Replies: 2
Views: 49162

Fixing Net::SNMP

We been using a number of plugin scripts to check the health on a number of network devices, these all use the Net::SNMP perl module, and have been working fine. However, the authentication and privicy encryption protocols on our devices are being changed to AES256 and SHA256 from AES and SHA. The l...
by delboy1966
Fri Apr 05, 2024 2:51 am
Forum: Open Source Nagios Projects
Topic: Livestatus
Replies: 6
Views: 15310

Re: Livestatus

Hey Sebastian Sorry for not replying to your post sooner, I've been out of action for a while. Anyway, back fighting fit now, and have been successfully using livestatus 1.2.8 with 4.4 versions of Nagios. But we have recently tried to upgrade to Nagios 4.5.1 and use livestatus 1.2.8 again. But that ...
by delboy1966
Wed Apr 03, 2024 7:31 am
Forum: Open Source Nagios Projects
Topic: Nagios 4.5.1 - LiveStatus 1.2.8
Replies: 2
Views: 6991

Nagios 4.5.1 - LiveStatus 1.2.8

I posed this question last year about livestatus and the version, and seems that its no longer being maintained for Nagios. https://support.nagios.com/forum/viewtopic.php?p=344372#p344372 We are now trying to upgrade to Nagios Core 4.5.1, using livestatus version 1.2.8. Nagios is installed, I've com...
by delboy1966
Wed Jan 17, 2024 10:04 am
Forum: Open Source Nagios Projects
Topic: Cisco Insight UCS
Replies: 1
Views: 2205

Cisco Insight UCS

Our company is installing new Cisco UCS boxes to replace the old ones. The current ones we can monitor stuff like faults using the API, via username/password authenticaiton via a curl command, obtain a cookie and then use that cookie in our next request to query the faults. However, the new UCS boxe...
by delboy1966
Wed Jun 28, 2023 5:09 am
Forum: Open Source Nagios Projects
Topic: Livestatus
Replies: 6
Views: 15310

Livestatus

We currently use Nagios 4.4.6 and use livestatus to create reports and also for Nagvis to pull data from Nagios. The version of livestatus we use is from the Nagios Exchange, https://exchange.nagios.org/directory/Documentation/MK-Livestatus/details Its a pretty old version and I can't see a newer ve...
by delboy1966
Wed Oct 13, 2021 3:35 am
Forum: Open Source Nagios Projects
Topic: check_wmi_plus.pl
Replies: 8
Views: 17758

Re: check_wmi_plus.pl

HI Guys Sorry for the late reply, i've been away. I did find that check_wmi_plus.pl allows you to include additional arguments to pass to wmic, by using -extrawmicargs. One option you can pass is --use-security-mechanisms, where you can specify the level to use. So, I added: --extrawmicargs "--...
by delboy1966
Thu Sep 30, 2021 8:09 am
Forum: Open Source Nagios Projects
Topic: check_wmi_plus.pl
Replies: 8
Views: 17758

check_wmi_plus.pl

This might be a longshot, but here goes. We use check_wmi_plus.pl to do checks on our Windows estate, which has worked well up until now. After a Windows update we are seeing lots of eventlog message's relating to DCOM account permissions. We opened a case with Microsoft, and the upshot is we need t...
by delboy1966
Tue Jan 26, 2021 5:45 am
Forum: Open Source Nagios Projects
Topic: Not Nagios issue - Nagvis but that forum is closed
Replies: 0
Views: 2478

Not Nagios issue - Nagvis but that forum is closed

Hi all I know this isn't the correct platform for Nagvis related issues, i would normally post this on their forum, but it seems its no longer active. I'm hoping that something may have had this issue and would be kind enough to steer me in the right direction. Centos 7 Nagios Core 4.4.6 Nagvis 1.8 ...
by delboy1966
Fri Nov 01, 2019 3:51 am
Forum: Open Source Nagios Projects
Topic: Winexe problems SMB2
Replies: 1
Views: 2017

Winexe problems SMB2

I've been using winexe a while now as we have a lot of windows boxes and can do most checks we need using it to run dos and powershell commands on the windows boxes. However, its not going to work anymore as the company are disabling SMB1 and moving to SMB2. I found what I thought was a static build...