IT reporting website for every day users
-
@travisdh1 We have solarwinds for IT, but this is for every day people. They can access the website to see what issues have been reported so they don't duplicate calls to the help desk.
-
It definitely needs to be done automatically not manually. There are plenty of products out there that can do this type of monitoring and dashboards out of the box. Why setup a website to do it manually?
-
@IRJ Can you provide examples I can test?
-
@IRJ I'd be worried about flooding and users not using it because there is too much to see if it were automatic
-
@wirestyle22 said in IT reporting website for every day users:
@IRJ Can you provide examples I can test?
It's not something I've worked with for quite a while so I can't really tell you what's the best right now. I'm sure someone on here can chime in. Here are some examples.
-
@IRJ said in IT reporting website for every day users:
@wirestyle22 said in IT reporting website for every day users:
@IRJ Can you provide examples I can test?
It's not something I've worked with for quite a while so I can't really tell you what's the best right now. I'm sure someone on here can chime in. Here are some examples.
Yeah it's too in-depth for what I am looking to do. My boss just wants a list of reported issues.
Application is down in Citrix. We are aware of the issue and are currently working on it.
Internet outage at X site. This is an ISP problem that is being worked on.
It's actually almost more of a blog than it is true reporting
-
@wirestyle22 said in IT reporting website for every day users:
@IRJ said in IT reporting website for every day users:
@wirestyle22 said in IT reporting website for every day users:
@IRJ Can you provide examples I can test?
It's not something I've worked with for quite a while so I can't really tell you what's the best right now. I'm sure someone on here can chime in. Here are some examples.
Yeah it's too in-depth for what I am looking to do. My boss just wants a list of reported issues.
Application is down in Citrix. We are aware of the issue and are currently working on it.
Internet outage at X site. This is an ISP problem that is being worked on.
It's actually almost more of a blog than it is true reporting
Ah ok I see
-
@wirestyle22 I still think Wordpress is what you want for this. Its easy and quick enough for what your describing.
-
@IRJ said in IT reporting website for every day users:
@wirestyle22 said in IT reporting website for every day users:
@IRJ said in IT reporting website for every day users:
@wirestyle22 said in IT reporting website for every day users:
@IRJ Can you provide examples I can test?
It's not something I've worked with for quite a while so I can't really tell you what's the best right now. I'm sure someone on here can chime in. Here are some examples.
Yeah it's too in-depth for what I am looking to do. My boss just wants a list of reported issues.
Application is down in Citrix. We are aware of the issue and are currently working on it.
Internet outage at X site. This is an ISP problem that is being worked on.
It's actually almost more of a blog than it is true reporting
Ah ok I see
Zabbix is something I am proposing though just as an FYI
-
@stacksofplates I think an interesting project would be to create a shared directory that Ansible pulled from to create pages on the website per day and allow it to automatically organize the website. It seems like it would be possible to do. Just a thought.
-
This is what we use
https://github.com/phpservermon/phpservermonIt can provide you with a Dashboard and also email and push notifications.
-
@wirestyle22 said in IT reporting website for every day users:
@IRJ said in IT reporting website for every day users:
@wirestyle22 said in IT reporting website for every day users:
@IRJ Can you provide examples I can test?
It's not something I've worked with for quite a while so I can't really tell you what's the best right now. I'm sure someone on here can chime in. Here are some examples.
Yeah it's too in-depth for what I am looking to do. My boss just wants a list of reported issues.
Application is down in Citrix. We are aware of the issue and are currently working on it.
Internet outage at X site. This is an ISP problem that is being worked on.
It's actually almost more of a blog than it is true reporting
Something simple could easily be static HTML page. But WordPress would likely be easy enough.
-
@wirestyle22 said in IT reporting website for every day users:
@stacksofplates I think an interesting project would be to create a shared directory that Ansible pulled from to create pages on the website per day and allow it to automatically organize the website. It seems like it would be possible to do. Just a thought.
Totally over complicated.
-
@JaredBusch said in IT reporting website for every day users:
@wirestyle22 said in IT reporting website for every day users:
@stacksofplates I think an interesting project would be to create a shared directory that Ansible pulled from to create pages on the website per day and allow it to automatically organize the website. It seems like it would be possible to do. Just a thought.
Totally over complicated.
It sure is
-
use any basic wiki they all have an "edit" mode.
Wordpress is real overkill.
Even wiki.js without a super fancy WYSIWYG can easily be formatted. THe need for WYSIWYG is crazy for this. You need very minimal formatting for a simple alert page.
Markdown (what wiki.js uses) woudl be simple for it. No need for a database instance or anything.
-
@JaredBusch said in IT reporting website for every day users:
use any basic wiki they all have an "edit" mode.
Wordpress is real overkill.
Even wiki.js without a super fancy WYSIWYG can easily be formatted. THe need for WYSIWYG is crazy for this. You need very minimal formatting for a simple alert page.
Markdown (what wiki.js uses) woudl be simple for it. No need for a database instance or anything.
My boss specified that he wanted "any user" to be able to edit it. They aren't going to be able to handle markdown. I suggested Bookstack because as far as I have seen its the best wiki with a WYSIWYG editor
-
@wirestyle22 said in IT reporting website for every day users:
@JaredBusch said in IT reporting website for every day users:
use any basic wiki they all have an "edit" mode.
Wordpress is real overkill.
Even wiki.js without a super fancy WYSIWYG can easily be formatted. THe need for WYSIWYG is crazy for this. You need very minimal formatting for a simple alert page.
Markdown (what wiki.js uses) woudl be simple for it. No need for a database instance or anything.
My boss specified that he wanted "any user" to be able to edit it. They aren't going to be able to handle markdown. I suggested Bookstack because as far as I have seen its the best wiki with a WYSIWYG editor
Your boss is an idiot.
"any user" should never do this. it isan IT status page. IT updates it.
-
@JaredBusch said in IT reporting website for every day users:
@wirestyle22 said in IT reporting website for every day users:
@JaredBusch said in IT reporting website for every day users:
use any basic wiki they all have an "edit" mode.
Wordpress is real overkill.
Even wiki.js without a super fancy WYSIWYG can easily be formatted. THe need for WYSIWYG is crazy for this. You need very minimal formatting for a simple alert page.
Markdown (what wiki.js uses) woudl be simple for it. No need for a database instance or anything.
My boss specified that he wanted "any user" to be able to edit it. They aren't going to be able to handle markdown. I suggested Bookstack because as far as I have seen its the best wiki with a WYSIWYG editor
Your boss is an idiot.
"any user" should never do this. it isan IT status page. IT updates it.
Not my choice
-
Also still a wiki. Just a publicly editable one.
which is also stupid.
-
@JaredBusch said in IT reporting website for every day users:
Also still a wiki. Just a publicly editable one.
which is also stupid.
Well he didn't take the suggestion. I said wiki and he said that's not really what he wants.