PoShMon.psd1

#
# Module manifest for module 'PoShMon'
#
# Generated by: Hilton Giesenow
#
# Generated on: 23/01/2017
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'PoShMon.psm1'

# Version number of this module.
ModuleVersion = '0.9.0'

# ID used to uniquely identify this module
GUID = '6e6cb274-1bed-4540-b288-95bc638bf679'

# Author of this module
Author = 'Hilton Giesenow'

# Company or vendor of this module
CompanyName = 'Experts Inside'

# Copyright statement for this module
Copyright = '2016 Hilton Giesenow, All Rights Reserved'

# Description of the functionality provided by this module
Description = 'PoShMon is an open source PowerShell-based server and farm monitoring solution. It''s an ''agent-less'' monitoring tool, which means there''s nothing that needs to be installed on any of the environments you want to monitor - you can simply run or schedule the script from a regular workstation and have it monitor a single server or group of servers, using PowerShell remoting. PoShMon is also able to monitor ''farm''-based products like SharePoint, in which multiple servers work together to provide a single platform.
 
Key Features
Some of the key features / benefits of PoShMon are:
- Agent-less Monitoring - nothing needs to be installed on the remote servers
- Core operating system and web-site monitoring
- Specialized SharePoint monitoring
- Supports frequent/critical as well as comprehensive daily monitoring
- Email, Pushbullet (mobile) and Office 365 Teams (''Chat-ops'') notifications
- Provides a framework for ''self-healing'' systems
 
For more information, documentation etc. visit https://github.com/HiltonGiesenow/PoShMon as well as the Samples folder within the module itself.'


# Minimum version of the Windows PowerShell engine required by this module
# PowerShellVersion = ''

# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''

# Minimum version of the Windows PowerShell host required by this module
# PowerShellHostVersion = ''

# Minimum version of Microsoft .NET Framework required by this module
# DotNetFrameworkVersion = ''

# Minimum version of the common language runtime (CLR) required by this module
# CLRVersion = ''

# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
# RequiredModules = @()

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
# FormatsToProcess = @()

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# NestedModules = @()

# Functions to export from this module
FunctionsToExport = '*'

# Cmdlets to export from this module
CmdletsToExport = '*'

# Variables to export from this module
VariablesToExport = '*'

# Aliases to export from this module
AliasesToExport = '*'

# DSC resources to export from this module
# DscResourcesToExport = @()

# List of all modules packaged with this module
# ModuleList = @()

# List of all files packaged with this module
# FileList = @()

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{

    PSData = @{

        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = 'Monitoring', 'Server', 'Farm', 'SharePoint'

        # A URL to the license for this module.
        LicenseUri = 'https://github.com/HiltonGiesenow/PoShMon/blob/master/LICENSE'

        # A URL to the main website for this project.
        ProjectUri = 'https://github.com/HiltonGiesenow/PoShMon'

        # A URL to an icon representing this module.
        # IconUri = ''

        # ReleaseNotes of this module
        ReleaseNotes = '
0.9.0
* Added a Server Time test for servers drifting apart
* Add an ''update'' notification for new versions of PoShMon
* Add an ''Update'' command to make updating PoShMon easier
* Add Try..Catch error handling to each Test method
* Switched to dynamically invoking test methods by name
* Created a shared ''Core'' monitoring function
 
0.8.3
* Reduced duplication in Test code for Stopwatch
* Fixed naming for ''Free Percent'' column in Memory Test
* For ''Critical'' (i.e. NotifyOnFailure) runs, set Email Priority to High if failure occurs
* For Exception notifications, set Email Priority to High
* Convert all Tests that used a PSSession parameter to using PoShMonConfiguration - improves testability
* Added Unit Tests for every main Test-* function
 
0.8.2
* Added date to UserProfileSync output
* Added a function to initialise output for all Test methods
* Added PoShMon version to email output
* Added Farm Health Test (SharePoint) - not active
 
0.8.1
* Fixing a bug in the SharePoint UPS sync query for datetime
 
0.8.0
* Added User Profile Sync monitoring for SharePoint 2010/2013 FIM service
* Added CPU monitoring
* Added html encoding for Email notification
* Some unit test bug fixes and coverage work
 
0.7.0
* Added monitoring for server memory (free + total)
* Removed Credential for Pushbullet, using Header directly instead
 
0.6.2
* Fixed ordering of output columns (in email etc.)
* Removed hard-coded hard drive space threshold
* Refactored tests to take in ''PoShMonConfiguration'' instead of individual parameters
* Removed an unnecessary function
* Sorting database output by size (Desc)
'


    } # End of PSData hashtable

} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''

}