Questions tagged [asset-management]

36 questions
2
votes
2 answers

Asset Tracking: Best Practices

We'd like to track I.T. assets across different organizations and I have a bunch of questions: What is a good, systematic method to choose a universally unique asset tag (i.e. name)? What method should we use for PCs? Can we use a serial number…
AlfaZulu
  • 545
  • 1
  • 5
  • 9
2
votes
1 answer

Regexp in HAProxy's reqrep for asset management

I'm hosting assets on S3 with this kind of URL: http://cdn.site.com/image.jpg In my application I automatically serve versioned URL to force browser to download new files after the deployment: "/1.2.3/image.jpg" In every deployment I would only like…
user130224
  • 121
  • 3
2
votes
5 answers

open source asset tracking auditing for servers and workstations

need something quick and free for both domain based and workgroup based auditing of pc's and their hardware. all i want is hdd size, cpu and memory. doesn't have to be pretty just easy to deploy on the network. if an agent is required no big…
dasko
  • 1,244
  • 1
  • 22
  • 29
1
vote
2 answers

How To See All Private IP Addresses Being Used On A Network

my question is how can I determine all the private IP addresses being used in my company's network environment? I am an Internal Auditor validating my firm's device inventory. The firm uses a tool which is configured by the network administrators…
user4755220
  • 111
  • 1
1
vote
1 answer

Nginx+Passenger serving assets on sub uri

I'm serving a Rails application under a sub-uri like https://projects.mydomain.com/app1/ But my assets are not loading. here is my nginx config : location ~ ^/app1(/.*|$) { root /srv/www/app1/current/public; passenger_base_uri /app1; …
1
vote
1 answer

nginx config for secure assets serving

I have a web app that has static content and can serve dynamic pages and secure content. Static content lies in /public folder and should be served directly by nginx. Dynamic content is served by 127.0.0.1:3000 upstream. Secure content is also…
ujifgc
  • 186
  • 10
1
vote
2 answers

Physical Layout Mapping

I'm curious to know what kind of tools or methods, if any, you guys use for tracking and mapping physical hardware at the network drop level - things like individual NIC Cards, cables, drops, switches, servers themselves, workstations, etc. within a…
Univ426
  • 2,139
  • 14
  • 26
1
vote
1 answer

Mac Asset History Tracking

My organization has ~1800 machines that would be nice to track, half of which are laptops, most of which are Mac computers. We are using the Casper Suite and Helpdesk Pilot 3, and I've noted a couple of similar questions below, but none of these…
Clinton Blackmore
  • 3,510
  • 6
  • 35
  • 61
1
vote
2 answers

Software for managing outside inventory, users and passwords

We are a small sized consulting and system integration company, and we install and partially manage (not always with remote access) different servers and workstations. We need a centralized, and preferently multiuser, way of inventory all our…
Andor
  • 581
  • 5
  • 16
1
vote
0 answers

ODOO 10 Page wasn't loaded completely

Since a few days I can't access my ODOO instance from the external network. The home page doesn't load completely if I use a public IP address, only the logo loads. I searched in google and I found that I have to regenerate assets (Blank page after…
1
vote
1 answer

Nginx separating requests for static pages vs rails app

We currently have nginx sitting in front of our puma app servers (serving rails apps). Recently we've separated out 'marketing' pages into it's own repo and app. So essentially we have static content served by app deploy on the netlify, but we have…
Remember_me
  • 133
  • 4
0
votes
1 answer

Approach for IT Support assistance

Let's say that you are a company that gives IT Support. Your client contact you to have a price quotation to give IT Support for the following areas: Network (Wifi included) Servers Storage Cloud services In order to have an idea, which steps would…
0
votes
1 answer

Consolidation of network scanning results into database

Need to scan local network time to time to monitor possible changes in MAC-IP-username combination. Normally do it in several stages using nmap, pstools and other suitable tools, but am looking for one-shop solution to consolidate scanning results…
alexm
  • 458
  • 3
  • 11
0
votes
2 answers

Network-wide audit / discovery / asset tracking / license tracking

I'm interested in network wide audit info, and after some recommendations: OS (mainly windows; ideally server and workstation) apps (for license tracking) etc Happy to consider free and commercial (although free covered here) - or even outsourced…
Marc Gravell
  • 694
  • 6
  • 19
0
votes
0 answers

How to implement a dead man switch in Windows 7?

I am looking for a way to make domain-joined Windows 7 laptops brick themselves after 90 days of no-contact with a domain controller. I do not want the laptop to wipe itself or anything severe like that. Ideally, I would just like it to display an…
Wes Sayeed
  • 1,862
  • 6
  • 27
  • 41