ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. snipe-it
    Log in to post
    • All categories
    • wirestyle22

      Snipe-IT Departmental Reporting
      IT Discussion • snipe-it centos 7 • • wirestyle22

      20
      0
      Votes
      20
      Posts
      1686
      Views

      wirestyle22

      @Dashrender said in Snipe-IT Departmental Reporting:

      @wirestyle22 said in Snipe-IT Departmental Reporting:

      @Dashrender said in Snipe-IT Departmental Reporting:

      @wirestyle22 said in Snipe-IT Departmental Reporting:

      Got it to work. Edit the below file.

      app/Console/Commands/LdapSync.php

      Edit max_execution time and memory_limit

      ini_set('max_execution_time', 1200); //600 seconds = 10 minutes ini_set('memory_limit', '1000M');

      what was the default in those?

      ini_set('max_execution_time', 600); //600 seconds = 10 minutes
      ini_set('memory_limit', '500M');

      Wow - so it took more than 10 or more than 500 M RAM to import all that - due to your numbers, I 'm guessing it was the RAM more than the time.

      Not sure honestly--it took awhile. I spoke to a snipe-it Dev and they could sync 15k accounts with these settings. I needed this functionality so I can create a script to sync users every day at 1:00 AM.

    • wrx7m

      Snipe-IT - Modify Toolbar?
      IT Discussion • snipe-it asset management asset tagging search • • wrx7m

      8
      0
      Votes
      8
      Posts
      657
      Views

      black3dynamite

      @wrx7m I'm not sure. If all else fail, they do have chat room to let them know.
      https://gitter.im/snipe/snipe-it

    • DustinB3403

      Snipe-IT Admins and Users - Serial Number as a required unique field
      IT Discussion • snipe-it serial numbers asset tagging • • DustinB3403

      21
      3
      Votes
      21
      Posts
      2977
      Views

      JaredBusch

      Just updated one client system. Now on v4.5.0 build 3701 (gbf1e742df)

    • DustinB3403

      Need some help with crontab
      IT Discussion • crontab centos snipe-it • • DustinB3403

      15
      0
      Votes
      15
      Posts
      1120
      Views

      dbeato

      @dustinb3403 said in Need some help with crontab:

      Ok and that is what it was.

      Simply needed to make a bash script out of it and have it scheduled to run, rather than using the commands directly in cron.

      Problem solved.

      Solution:

      pwd /usr/bin/local touch expiring-alert.sh vi expiring-alert.sh /usr/bin/php /var/www/html/snipeit/artisan snipeit:expiring-alerts sudo vi /etc/crontab 35 * * * 1 <user> /usr/local/bin/expiring-alert.sh

      Presumably changing this to be @daily or @weekly would work as well.

      MOst of the time that is how I have it setup on my crontab, same for my certbot scripts too.

    • DustinB3403

      Crontab - Snipe-IT Scheduling
      IT Discussion • crontab noob learning snipe-it • • DustinB3403

      8
      1
      Votes
      8
      Posts
      2331
      Views

      DustinB3403

      I also had to fix a permissions issue from a while back, that wasn't affecting anything until I went to get this feature to be functional.

    • DustinB3403

      Snipe-IT PHP 5.6 upgrade to 7.1
      IT Discussion • snipe-it upgrade php php 5 php 7 centos 7 • • DustinB3403

      54
      2
      Votes
      54
      Posts
      4118
      Views

      black3dynamite

      @zachary715
      You can turn on debug by changing false to true in .env file, so you can see more information instead of Whoops, looks like something went wrong.

      # REQUIRED: BASIC APP SETTINGS # -------------------------------------------- APP_ENV=production APP_DEBUG=true APP_KEY= APP_URL= APP_TIMEZONE=America/Denver APP_LOCALE=en
    • DustinB3403

      Solved Snipe-IT History lookup issue
      IT Discussion • snipe-it • • DustinB3403

      6
      0
      Votes
      6
      Posts
      649
      Views

      DustinB3403

      @thwr said in Snipe-IT History lookup issue:

      @dustinb3403 said in Snipe-IT History lookup issue:

      Appears to be a cache issue.

      Can see the info in an incognito window.

      try a hard reload maybe

      https://superuser.com/a/512833

      Already resolved, but thanks

    • DustinB3403

      Snipe-IT php upgrade.php install
      IT Discussion • centos 7 snipe-it permissions upgrade • • DustinB3403

      15
      0
      Votes
      15
      Posts
      3444
      Views

      DustinB3403

      @black3dynamite said in Snipe-IT php upgrade.php install:

      @dustinb3403 said in Snipe-IT php upgrade.php install:

      No denials found.

      100% done found 0 alerts in /var/log/audit/audit.log

      Is apache the owner of snipeit directory, subdirectories, and files?

      apache : apache owns at least storage, which is where those files are. (I am a part of this group)

    • DustinB3403

      Snipe-IT updating from 4.1.3 with new Laravel Requirement
      IT Discussion • snipe-it upgrade • • DustinB3403

      9
      0
      Votes
      9
      Posts
      1001
      Views

      DustinB3403

      @jaredbusch said in Snipe-IT updating from 4.1.3 with new Laravel Requirement:

      [[email protected] ~]# cd /var/www/html/snipeit/ [[email protected] snipeit]# git pull

      Doh.. yeah my update script does this.

    • wrx7m

      Snipe-IT - How Are You Printing Tags?
      IT Discussion • snipe-it asset management tags • • wrx7m

      13
      0
      Votes
      13
      Posts
      4264
      Views

      DustinB3403

      I'm using a basic label printer and just printing off the asset tag. We also don't need anything special either. . . so.

    • JaredBusch

      Testing SnipeIT on Fedora
      IT Discussion • snipe-it fedora • • JaredBusch

      62
      0
      Votes
      62
      Posts
      6069
      Views

      hobbit666

      @jaredbusch Thanks
      Must of been a setting i was missing in my NGINX conf file. Made it too look more like yours and i'm working 🙂

    • H

      Error while installing Snipe IT
      IT Discussion • snipe-it • • harshmehta

      21
      0
      Votes
      21
      Posts
      3903
      Views

      JaredBusch

      @tiagom said in Error while installing Snipe IT:

      @scottalanmiller said in Error while installing Snipe IT:

      Snipe-IT has a lot of fragility around their install scripts, and not a huge user base so issues are difficult to track down.

      I can personally promise that v4 installs under Debian 8 & 9.1, Ubuntu 14.04.5 & 16.04.3 & 17.04 and CentOS 6 & 7.

      If it doesn't ping me.

      And on Fedora with my pull request ( that I have to clean up and resubmit).

    • A

      Issues Installing Snipe-IT on CentOS 7
      IT Discussion • centos 7 snipe-it installation install • • Alex Sage

      100
      0
      Votes
      100
      Posts
      5843
      Views

      I

      @aaronstuder hi I couldn't succeed that installation I reinstalled centos 7 1708 the same result someone can help? 0_1525526184662_image.png

    • DustinB3403

      Solved SnipeIT - Connection Refused
      IT Discussion • snipe-it access denied • • DustinB3403

      56
      0
      Votes
      56
      Posts
      3898
      Views

      JaredBusch

      I ran out of test time the other day, for Fedora 26. But it seemed to have worked for that part.

      I had other issues.

    • JaredBusch

      How to upgrade Snipe-IT on CentOS 7 that did not use git
      IT Discussion • snipe-it upgrade • • JaredBusch

      9
      7
      Votes
      9
      Posts
      3205
      Views

      JaredBusch

      I have not upgraded any of my systems to 4 yet. Glad to see my supposition was correct.

    • Ambarishrh

      Asset Management Tool- SnipeIT
      IT Discussion • asset management snipe-it • • Ambarishrh

      18
      2
      Votes
      18
      Posts
      2745
      Views

      wrx7m

      I started using the hosted version. One, because it was cheaper and two, because I needed something sooner than later and didn't have time to deploy and get it going. I confirmed that I can move the data out and host myself in the future.

      I like it overall but some of the importing has proven to be flaky when grabbing csv files. Sometimes the header doesn't really apply and I will have to make a small adjustment and then reimport. I am still in the process of adding assets but I like it overall. I also use SpiceWorks reports and verify against known good data as I import the csvs.

    • DustinB3403

      Snipe-IT Any way to create custom reports that stay
      IT Discussion • snipe-it • • DustinB3403

      1
      2
      Votes
      1
      Posts
      1482
      Views

      No one has replied

    • DustinB3403

      Feature Request for SnipeIT
      IT Discussion • snipe-it github feature-request • • DustinB3403

      1
      1
      Votes
      1
      Posts
      642
      Views

      No one has replied

    • DustinB3403

      Snipe-IT Shell Commands and Backing up
      IT Discussion • snipe-it backup sql shell cron • • DustinB3403

      4
      1
      Votes
      4
      Posts
      1998
      Views

      DustinB3403

      @hobbit666 no this is just for the mysql database.

    • DustinB3403

      SnipeIT Asset Depreciation
      IT Discussion • snipe-it asset depreciation • • DustinB3403

      2
      4
      Votes
      2
      Posts
      1618
      Views

      DustinB3403

      I've created a feature request on github as well, found here.