Search found 2 matches

by NaarimanMudoduma
Tue Nov 29, 2022 4:07 am
Forum: Nagios Fusion
Topic: PHP sybase_connect from nagios script
Replies: 1
Views: 24225

Re: PHP sybase_connect from nagios script

How do I get my new server to use check_mssql_health? Or even more so, a small sqltest.pl #! /usr/bin/perl -w use DBI; use strict; my $username = "USER"; my $password = "PASS"; my $dsn = "DBI:Sybase:;host=SERVER;port=1433"; if (my $dbh = DBI->connect( $dsn, $username, $...
by NaarimanMudoduma
Tue Nov 29, 2022 1:44 am
Forum: Nagios XI
Topic: Did you move from Nagios Core to Nagios XI
Replies: 0
Views: 10014

Did you move from Nagios Core to Nagios XI

If you remain on Nagios Core, what keeps you there?

Another question, if you've bailed on Nagios entirely, in favor of another monitoring solution (New Relic, something else?) what drove that decision for you?