ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    IT reporting website for every day users

    Scheduled Pinned Locked Moved IT Discussion
    78 Posts 13 Posters 3.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • IRJI
      IRJ @wirestyle22
      last edited by

      @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.

      https://geekflare.com/best-open-source-monitoring-software/

      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

      wirestyle22W 1 Reply Last reply Reply Quote 0
      • jmooreJ
        jmoore @wirestyle22
        last edited by

        @wirestyle22 I still think Wordpress is what you want for this. Its easy and quick enough for what your describing.

        scottalanmillerS 1 Reply Last reply Reply Quote 1
        • wirestyle22W
          wirestyle22 @IRJ
          last edited by

          @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.

          https://geekflare.com/best-open-source-monitoring-software/

          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

          scottalanmillerS 1 Reply Last reply Reply Quote 1
          • wirestyle22W
            wirestyle22
            last edited by wirestyle22

            @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.

            JaredBuschJ stacksofplatesS 2 Replies Last reply Reply Quote 0
            • dbeatoD
              dbeato
              last edited by

              This is what we use
              https://github.com/phpservermon/phpservermon

              It can provide you with a Dashboard and also email and push notifications.

              1 Reply Last reply Reply Quote 2
              • DashrenderD
                Dashrender @wirestyle22
                last edited by

                @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.

                https://geekflare.com/best-open-source-monitoring-software/

                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.

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • JaredBuschJ
                  JaredBusch @wirestyle22
                  last edited by

                  @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.

                  wirestyle22W 1 Reply Last reply Reply Quote 1
                  • wirestyle22W
                    wirestyle22 @JaredBusch
                    last edited by

                    @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

                    1 Reply Last reply Reply Quote 0
                    • JaredBuschJ
                      JaredBusch
                      last edited by

                      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.

                      wirestyle22W 1 Reply Last reply Reply Quote 0
                      • wirestyle22W
                        wirestyle22 @JaredBusch
                        last edited by

                        @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

                        JaredBuschJ scottalanmillerS 2 Replies Last reply Reply Quote 0
                        • JaredBuschJ
                          JaredBusch @wirestyle22
                          last edited by

                          @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.

                          wirestyle22W scottalanmillerS 2 Replies Last reply Reply Quote 3
                          • wirestyle22W
                            wirestyle22 @JaredBusch
                            last edited by

                            @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

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • JaredBuschJ
                              JaredBusch
                              last edited by

                              Also still a wiki. Just a publicly editable one.

                              which is also stupid.

                              wirestyle22W 1 Reply Last reply Reply Quote 0
                              • wirestyle22W
                                wirestyle22 @JaredBusch
                                last edited by

                                @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.

                                DashrenderD scottalanmillerS 2 Replies Last reply Reply Quote 0
                                • JaredBuschJ
                                  JaredBusch
                                  last edited by

                                  Doesn't change anything I said about stupid.

                                  Day 1: IT enters valid stuff and sends page out to all.
                                  Day 2-10: No one changes anything except IT.
                                  Day 11: Bob from Account Temps has fun on the last day of his contract, but you have no way to know that.
                                  Day 12: Boss implements rule that passwords are required.
                                  Day 13+: no one ever updates it besides IT because password.

                                  wirestyle22W 1 Reply Last reply Reply Quote 1
                                  • wirestyle22W
                                    wirestyle22 @JaredBusch
                                    last edited by

                                    @JaredBusch said in IT reporting website for every day users:

                                    Doesn't change anything I said about stupid.

                                    Day 1: IT enters valid stuff and sends page out to all.
                                    Day 2-10: No one changes anything except IT.
                                    Day 11: Bob from Account Temps has fun on the last day of his contract, but you have no way to know that.
                                    Day 12: Boss implements rule that passwords are required.
                                    Day 13+: no one ever updates it besides IT because password.

                                    Oh I see what you think. I didn't mean anyone as in, all users everywhere will be editing. I just mean it can be given and taken away from anyone. My bad. I should've said that differently. Managers will be editing it

                                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                                    • DashrenderD
                                      Dashrender @wirestyle22
                                      last edited by

                                      @wirestyle22 said in IT reporting website for every day users:

                                      @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.

                                      How about a Wiki with a REALLY nice page?
                                      lol
                                      Find a good theme - it can look sorta like a WP page.

                                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                                      • scottalanmillerS
                                        scottalanmiller @wirestyle22
                                        last edited by

                                        @wirestyle22 said in IT reporting website for every day users:

                                        My boss asked me to design a very neat and professional self-hosted website (probably word press) which my company will use to track outages and issues that have been reported to us in an effort to reduce call volume to our help desk. Do anyone of you have something similar setup or an alternative way to create a better solution?

                                        WordPress is a blogging platform. While it is great, unless you are publishing a blog, it's a bizarre platform to start with for designing a status system.

                                        Microblogging (a la Twitter) is at least way more sensible and while it is still blogging, it is conceptually focused on status, not long format stories.

                                        For people updating general status GNU Social is the obvious choice (formally StatusNet and Laconica.)

                                        1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller @wirestyle22
                                          last edited by

                                          @wirestyle22 said in IT reporting website for every day users:

                                          Needs to have a WYSIWYG editor.

                                          Under what bizarre conditions would someone add formatted text to a status?

                                          1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller @travisdh1
                                            last edited by

                                            @travisdh1 said in IT reporting website for every day users:

                                            @wirestyle22 Do you have monitoring of any type in place currently? Most monitoring solutions should be able to produce a CSV file that you could automatically parse. It's what I'd do anyway.

                                            Many will post to a microblogging platform automatically, too.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 1 / 4
                                            • First post
                                              Last post