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

Example of much less code for get_apppool.ps1 & get_sites.ps1 #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 14, 2018

  1. Update get_apppool.ps1

    A more modern approach which much less code and fast execution.
    xenadmin authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    c9268ea View commit details
    Browse the repository at this point in the history
  2. Update get_sites.ps1

    A more modern approach which much less code and fast execution.
    xenadmin authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    20c6e79 View commit details
    Browse the repository at this point in the history
  3. Update get_apppoolstate.ps1

    A complete different approach, where the result is expressed as a numeric value, which fits much better to the way Zabbix "thinks & works" internally. Could be expanded by a value mapping inside Zabbix Frontend. 
    A trigger would assume, that 'last' should be <> 1
    xenadmin authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    8b01772 View commit details
    Browse the repository at this point in the history
  4. Update get_sitestate.ps1

    A complete different approach, where the result is expressed as a numeric value, which fits much better to the way Zabbix "thinks & works" internally. Could be expanded by a value mapping inside Zabbix Frontend. 
    A trigger would assume, that 'last' should be <> 1
    xenadmin authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    f19e310 View commit details
    Browse the repository at this point in the history