Search found 6 matches

by Auel
Mon Jul 13, 2020 9:48 am
Forum: Open Source Nagios Projects
Topic: please help how to test: check_bacula_lastbackup.pl
Replies: 2
Views: 1678

Re: please help how to test: check_bacula_lastbackup.pl

Hallo,

when running the plugins this is what comes out:

./check_bacula_lastbackup.pl -client bareos-fd

sh: 1: /usr/sbin/bconsole: not found

CRITICAL: Unable to find a valid backup for bareos-fd
by Auel
Wed Jul 01, 2020 6:15 am
Forum: Open Source Nagios Projects
Topic: check_snmp_printer consummable Check
Replies: 1
Views: 902

check_snmp_printer consummable Check

Hello, I try to see the status of the printer toner, by terminal it indicates the status but by definition of service I cannot see anything on the web. Terminal Check: ./check_snmp_printer -H 192.168.0.29 -C public -t consummable -o black -w 85 -c 90 Utilisation of the black cartridge : 2% | cons_us...
by Auel
Sat Jun 20, 2020 4:50 pm
Forum: Open Source Nagios Projects
Topic: please help how to test: check_bacula_lastbackup.pl
Replies: 2
Views: 1678

please help how to test: check_bacula_lastbackup.pl

Hello everyone, I am trying to see the status of my last backups of bareos with nagios, I have downloaded this plugins and what I created in:/usr/local/nagios/libexec/ I have given him the necessary permits and I have assigned him to nagios. but there is no information on how to test the plugins, so...
by Auel
Thu Feb 20, 2020 3:22 am
Forum: Open Source Nagios Projects
Topic: (No output on stdout) stderr: mssql_server.py plugins
Replies: 1
Views: 691

(No output on stdout) stderr: mssql_server.py plugins

Please,can someone give me an example of how to define the service of this plugins? mssql_server.py My command definition define command { command_name check_mssql_database command_line $USER1$/check_mssql_database.py -H $HOSTADDRESS$ $ARG1$ $ARG2$ } My definition service define service{ use generic...
by Auel
Wed Feb 19, 2020 4:42 pm
Forum: Open Source Nagios Projects
Topic: mssql_server.py define service not work
Replies: 2
Views: 1177

mssql_server.py define service not work

my define service define service{ use generic-service host_name BTP service_description SQL check_command check_mssql_database.py -H BTP -U nagios -P XXXX -T XXXXXX -p 1433 --cpu -w 50 -c 80 } not working , can someone give me an example of how to define correctly the service of this plugins? mssql_...
by Auel
Wed Feb 19, 2020 7:52 am
Forum: Open Source Nagios Projects
Topic: mssql_server.py
Replies: 1
Views: 970

mssql_server.py

define service{ use generic-service host_name BTP service_description SQL check_command check_mssql_database.py -H BTP -U nagios -P XXXX -T XXXXXX -p 1433 --cpu -w 50 -c 80 } not working. I use Nagios Core. Please,can someone give me an example of how to define the service of this plugins? mssql_ser...