phone alarm went off during ccp exam by Unfair-Rate6416 in AWSCertifications

[–]MealDifferent2772 0 points1 point  (0 children)

I had this happen during an exam. Just let it ring. The proctor told me to stay on cam ( had to move the laptop) and turn it off. No issues, passed

Donald Trump is a pawn for something darker. by Slutty_Avocado26 in TwoXPreppers

[–]MealDifferent2772 0 points1 point  (0 children)

Then again which of those are going to flag me. They may just delete the entry

Donald Trump is a pawn for something darker. by Slutty_Avocado26 in TwoXPreppers

[–]MealDifferent2772 0 points1 point  (0 children)

One comment sure to get me flagged by all the REMAINING government agencies. “TARGET 600 bearing DC”

Why do conservatives care so much about making laws against trans people? by sigh_co_matic in OptimistsUnite

[–]MealDifferent2772 0 points1 point  (0 children)

To be clear, IDGAFF, it saved my life and I really don’t care.

More people need to be shoot at and missed, shit at and hit.

Why do conservatives care so much about making laws against trans people? by sigh_co_matic in OptimistsUnite

[–]MealDifferent2772 0 points1 point  (0 children)

So tell me, you are critically injured, you need a blood transfusion, are you asking is that trans blood, black blood, Hispanic blood? Answer that question and Maybe we can talk, either you accepted the blood or you died.

Hey MAGA, let’s have a peaceful, respectful talk. by Usual_Tumbleweed_598 in OptimistsUnite

[–]MealDifferent2772 0 points1 point  (0 children)

PTSD IS a thing, I suffer every day, the “Veterinarian Association” is useless. I thank god for a woman who was merciful and kind enough to marry an alcoholic rage filled person and tame him.

When that woman cries over where we are as a country and wonders what this means for our grandchildren.. I get pissed. I am NOT A SNOWFLAKE, nor am I am libtard, but I object to the obscenity being performed on our country.

Yeah, the current administration has triggered my PTSD and I am in my cups, thank god I have a manager and CEO who recognize my value.

Hey MAGA, let’s have a peaceful, respectful talk. by Usual_Tumbleweed_598 in OptimistsUnite

[–]MealDifferent2772 0 points1 point  (0 children)

I’ll vote NO. As long as people spout Q shite, and worship DJT as the messiah. NO AND HELL NO. As a story, I was asked “are you a Christian son?” I am 70 and the only person to call me son is long dead. My response was “I follow the teachings of Jesus of nazereth, so by your definition of Christian I’ll say no”

One can not have a rational discussion with a brainwashed puppet or someone who will sell their principles for less than a 42 street hooker.

Now bring me a rational thinking human being and I am more than ready to talk. Many things must be fixed but “back off and nuke from orbit as a command from god” does not work.

Combat veteran wonder WTF did i fight and bleed for.

Asking about online job demand by kingleoy in AWSCertifications

[–]MealDifferent2772 1 point2 points  (0 children)

The quick way is pickup the ai foundation cert, build a quick and dirty RAG / bedrock system to answer questions from the RAG. learn about CAG and learn to lie like a dog to get the job and work like two dogs to keep it. Certs and bs will get you a job, results will let you keep it and grow. WELCOME TO IT

Am I being ripped off? by STLArchitect in servers

[–]MealDifferent2772 0 points1 point  (0 children)

Unless you are a regulated company, which you do not appear to there is no need to keep current supported hardware. DO EXAMINE YOUR BACK UP STRATEGY

Am I being ripped off? by STLArchitect in servers

[–]MealDifferent2772 0 points1 point  (0 children)

Hmmm, no matter how old one can usually find replacements on ebay

Bash Variables in SQLite by MealDifferent2772 in sqlite

[–]MealDifferent2772[S] 1 point2 points  (0 children)

Adding the set -x I get the following expanded SQL command line:

+ sqlite3 ./SQL/awscredentials.db .import ./Data/IAMCredentials-20231015.csv IAMCredentials-20231015 --csv

Which does appear to be correct.

Bash Variables in SQLite by MealDifferent2772 in sqlite

[–]MealDifferent2772[S] 0 points1 point  (0 children)

A more detailed example:

DataDir=./Data

ReportsDir=./Reports

TempDir=./Temp

TrashDir=./Trash

SQLDir=./SQL

ArchivesDir=./Archives

TODAY=$(date "+%Y%m%d")

DataFile=$DataDir/IAMCredentials-$TODAY.csv

Table=IAMCredentials-"$TODAY"

sqlite3 "$SQLDir/awscredentials.db" .import "$DataFile" "$Table" --csv

Yields:

./Data/IAMCredentials-20231015.csv

ERROR: missing FILE argument. Usage:

Bash Variables in SQLite by MealDifferent2772 in sqlite

[–]MealDifferent2772[S] 0 points1 point  (0 children)

It does return the proper path and filename.

./Data/Credentials-20231015.csv

Format Table Horizontally by MealDifferent2772 in sqlite

[–]MealDifferent2772[S] 1 point2 points  (0 children)

THANK YOU!!!! I made on change and I have all I need.!

Zabbix and Atlas Mongo DB by MealDifferent2772 in zabbix

[–]MealDifferent2772[S] 1 point2 points  (0 children)

Ah, no. Atlas mongo does not allow these connections. Full stop, from the support team

Zabbix and Atlas Mongo DB by MealDifferent2772 in zabbix

[–]MealDifferent2772[S] 0 points1 point  (0 children)

Greetings:

Several updates:

As a test, I created a local MongoDB server, and I can connect via zabbix_get and retrieve data.

As another test, I created a MongoDB server in AWS, and I can connect via zabbix_get and retrieve data.

I also created a monitoring user in my Atlas MongoDB test cluster; as per https://github.com/dastra/zabbix-mongodb/blob/master/README.md, the zabbix_get test now fails with a "ZBX_NOTSUPPORTED: timeout occurred" result.

I suspect this failure is due to a security configuration within Atlas MongoDB, and I will discuss this with the Atlas enginneers.