https://exchange.nagios.org/directory/Plugins/Databases/PostgresQL/check_postgres/details # tar zxfv check_postgres-2.11.1.tar.gz # rsync -av check_postgres-2.11.1/check_postgres.pl /usr/lib/nagios/plugins/ 显示数据库aa的连接数: # /usr/lib/nagios/plugins/check_postgres.pl --output=nagios ...
Check if control exists in page Check if FileUpload control is empty Check if iFrame Is Fully Loaded check if parameter exist check if the checkbox is checked check keyvaluepair present in list Check session if doesn't exists redirect to login page Check username and password is incorrect in...
CREATE OR REPLACE FUNCTION public.fx1(a integer) RETURNS integer LANGUAGE plpgsql 1 AS $function$ 2 begin 3 if a > 10 then 4 raise notice 'ahoj'; 5 return -1; 6 else 7 raise notice 'nazdar'; 8 return 1; 9 end if; 10 end; 11 $function$ postgres=# select stmtid, parent_stmtid...
0# ALLOW_MISSING_EXTENSIONS=1 make installcheck GNUmake running against Postgres version 14.0, with pg_config located at /usr/bin Problems encountered determining maximum parallel test connections; forcing serial mode Using 1 parallel test connections *** WARNING: Some mandatory extensions (citext isn...
Is it supported to run .NET core console application inside Task Scheduler for Windows server 2012 R2 Is the performance of .net core differ much from windows and Linux? Is there a standard way in .net core to avoid Server: Kestrel header in asp.net response? Is there a way to submit ...
Hi, I'm running a reasonable sized (~30Gb) 7.3.4 database on Linux and I'm getting some weird performance at times. When the db is under medium-heavy load, it periodically spawns a 'checkpoint subprocess' which runs for between 15 seconds and a minute. Ok, fair enough, the only prob...
Solve "Command 'postgres' not found" when Checking psql client Version TheCommand not founderror sometimes appears when checking the psql client version. If that is the case, you may have the PostgreSQL server installed but not the client utilities. ...
13531 FIX: mk_postgres: Fix Bug with password authentication method on Linux12156 FIX: mk_postgres: Service state goes to stale if psql connection failed.11705 FIX: mk_postgres: compatibility for python2.613168 FIX: mk_postgres: fix for CentOS 8: “MAIN”: not running...
As an example, I will use Nginx (version 1.21.4) as web server, and MySQL (version 8.0.28) as the database running on the same server, but with Checkmk the steps are very similar as for other applications and databases. If your web server runs on Apache or you use Postgres as a ...
@sergio.ostapowiczif it is impossible to configure remote server to usesudo, then let's just switch to Postgres connection mode, using--pg-hostnameinstead of-h(see./checkup --help). Unfortunately, no. That report requires SSH connection. ...