derp, fix some old instances of where it said suricata instead of sagan

This commit is contained in:
Zane C. B-H 2022-06-26 10:37:16 -05:00
parent 24168b5244
commit 80da125258
6 changed files with 10 additions and 10 deletions

View File

@ -26,7 +26,7 @@ my %WriteMakefileArgs = (
'Time::Piece' => '0',
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Suricata-Monitoring-*' },
clean => { FILES => 'Sagan-Monitoring-*' },
META_MERGE => {
"meta-spec" => { version => 2 },
resources => {

2
README
View File

@ -1,4 +1,4 @@
Suricata-Monitoring
Sagan-Monitoring
LibreNMS JSON SNMP extend and Nagios style check for Sagan stats.

View File

@ -37,7 +37,7 @@ snmp.conf...
extend sagan-stats /usr/local/bin/sagan_stat_check -c
This assumes that stats-json.subtract_old_values is set to 'true'
for Suricata.
for Sagan.
=head1 FLAGS

View File

@ -14,6 +14,6 @@ inc/
nytprof.out
pod2htm*.tmp
pm_to_blib
Suricata-Monitoring-*
Suricata-Monitoring-*.tar.gz
Sagan-Monitoring-*
Sagan-Monitoring-*.tar.gz
bin/.exists

View File

@ -16,11 +16,11 @@ Sagan::Monitoring - LibreNMS JSON SNMP extend and Nagios style check for Sagan s
=head1 VERSION
Version 1.0.0
Version 1.0.1
=cut
our $VERSION = '1.0.0';
our $VERSION = '1.0.1';
=head1 SYNOPSIS
@ -52,7 +52,7 @@ The args are taken as a hash ref. The keys are documented as below.
The only must have is 'files'.
This assumes that stats-json.subtract_old_values is set to 'true'
for Suricata.
for Sagan.
- drop_percent_warn :: Drop percent warning threshold.
- Default :: .75;

View File

@ -7,7 +7,7 @@ use Test::More;
plan tests => 1;
BEGIN {
use_ok( 'Suricata::Monitoring' ) || print "Bail out!\n";
use_ok( 'Sagan::Monitoring' ) || print "Bail out!\n";
}
diag( "Testing Suricata::Monitoring $Suricata::Monitoring::VERSION, Perl $], $^X" );
diag( "Testing Sagan::Monitoring $Sagan::Monitoring::VERSION, Perl $], $^X" );