You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered:
methodical-
changed the title
Help from super n00b
basic setup - Super n00b - help needed
Jan 24, 2019
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.
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
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.
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.
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.
The text was updated successfully, but these errors were encountered: