Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

basic setup - Super n00b - help needed #63

Open
methodical- opened this issue Jan 24, 2019 · 1 comment
Open

basic setup - Super n00b - help needed #63

methodical- opened this issue Jan 24, 2019 · 1 comment

Comments

@methodical-
Copy link

Hi Everyone, I am going to be honest...I love the idea of learning python but I've got a project at work that is needing this software - and I've got very little experience with python, environments - I'm typically comfortable in PHP, javascript, HTML, CSS...I am trying to learn as fast as I can but I was wondering if I can ask a couple stupid questions:

What I've done so far: I can run tipboard just fine. The dashboard comes up great.
My project using tipboard: connect to a Cisco ISE API, filter/parse xml results, and push it to the tiles in tipboard.

  1. Can someone point me in the direction on how to automatically have tipboard query the API for realtime numbers? I don't even know where to put my commands and/or python scripts. I did try to learn from the documentation. I'm sorry - I just learn slow.

  2. Can tipboard startup automatically without me having to log in to the machine it's installed on?

I would honestly include my sad python script to query the API in python - but currently, it only works if I do a curl command in terminal. The curl request works wonderfully using the tipboard API...i just don't know how to make that call automatically...cronjob? Or, does tipboard have it's own way?

I'll stop here...thank you for your time.

@methodical- methodical- changed the title Help from super n00b basic setup - Super n00b - help needed Jan 24, 2019
@krepflap
Copy link
Contributor

  1. Tipboard only handles the visualization part. Usually you would set up a scheduled job (e.g. cron) that runs a script at certain intervals, which queries your Cisco API then sends this data to Tipboard.
  2. Yes depending on your OS, but in Linux you would just set a up service to start it like any other program. E.g. on Ubuntu: https://askubuntu.com/a/919059

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants