Giter VIP home page Giter VIP logo

dots's People

Contributors

ramblingcookiemonster avatar windos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dots's Issues

Document a basic implementation

Existing docs aren't particularly useful. Include a doc that shows how to do this in an internal repo...

  • With Ci/CD to publish dots-sourced data when appropriate
  • With a Dots-runner script that includes organization specific parameters
  • With data and script paths independent from the Dots module

Maybe blog. It's been a while.

Add more data sources

This would benefit from having more out-of-box data sources...

These are done, just need some clean up prior to publishing:

  • Cobbler via xmlrpc fun
  • LocalGroupMemberships (via serialized output from this)
  • MSSQL (Instances via serialized output from this, or switch to Boe's now that he pulls WMI data as well)
  • Software (via serialized output from this)
  • OpenNebula guest data for Server nodes via xmlrpc fun

Other ideas - will break into issues if anyone actually has a use for this, but guessing I'm on my own : )

  • Foreman data for Server nodes
  • Profile data represented as relationship from Server node to User node
  • MSSqlDatabase nodes related back to MSSqlInstance nodes
  • WMI data for Server nodes (e.g. OS, last reboot, OS install date, page file info, etc.)
  • Logical disk nodes (via WMI)
  • Network adapter nodes (via WMI)
  • Hyper-V guest data for Server nodes
  • Services. i.e. win32_services

Make script parameters usable

Dots scripts allow parameters, but offer no option to actually change these when calling Connect-TheDots. A jankier version allowed a .ps1 per script where variables could be defined to overwrite parameters... a slightly-less-awful method might be something like this:

Connect-TheDots -Parameters @{
    ADComputers = @{
        ExcludeOlderThanMonths = 3
    }
}

Basically:

-Parameters @{
    DotsScript1BaseName = @{
        Param1Name = Param1Value
        Param2Name = Param2Value
    }
    DotsScript2BaseName = @{
        Param1Name = Param1Value
        Param2Name = Param2Value
    }
}

Open source PuppetDB module

So uh... if anyone is interested in using Dots, already uses PuppetDB, and wants the PuppetDB ExternalSources script to work, ping me. Otherwise, cleaning this up and releasing it is on the backburner.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.